I would like to use Yasnippet to insert the template for a latex inline equation: \( \)
The snippet is defined:
# -*- Mode: snippet -*-
# name: inline equation
# key: ineq
# --
\( \)
But Yasnippet inserts only the parentheses ( )
without the backslashes. Any suggestions?