emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Escaping again!


From: Rustom Mody
Subject: [O] Escaping again!
Date: Fri, 30 May 2014 19:03:24 +0530

I have some pseudo-haskell in slides I am preparing with org and ox-reveal

- \(+\):: Int → Int → Int
- \(-\):: Int → Int →Int
- \(\leq\):: Int → Int → Bool
- \(=\):: Int → Int → Bool

Those '::' are haskell for has type
However putting a space before the '::' makes it into a definition list!

Ive also tried making the \( \) enclose the whole line -- no use!

So how to escape the :: and tell org: "Please dont make this a definition list?"

reply via email to

[Prev in Thread] Current Thread [Next in Thread]