Benjamin Slade <sl...@jnanam.net> writes: > I want to be able to use the LaTeX package "linguex" in org-based beamer > presentations. But this package requires a special syntax where after > the environment there must be a blank line in the LaTeX source (!=a blank line > in the LaTeX output). How do I do this in org-mode? Hi Benjamin,
I don't know about linguex and your environments. But I had a similar problem recently and was advised to use sth like #+LATEX: \par. Give that a try to see if a \par is also working for you. Regards, Andreas