Skip to main content
edited tags
Link
Drew
  • 80.9k
  • 10
  • 125
  • 265
edited tags; edited title
Link
Dan
  • 33.7k
  • 8
  • 108
  • 175

Yasnippet including backslash (org mode)

Source Link
Snelephant
  • 856
  • 1
  • 9
  • 17

Yasnippet including backslash (org mode)

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?