emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Avoid escaping braces in LaTeX export?


From: Eric S Fraga
Subject: Re: [O] Avoid escaping braces in LaTeX export?
Date: Sat, 8 Jun 2013 15:35:34 +0100
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Richard Lawrence <address@hidden> writes:


[...]

> Still, this won't work directly for cases where I have loaded a LaTeX
> package that provides a command which uses curly braces.  (I could
> redefine such commands, as above, but that could get real ugly, real
> fast...).  It seems like this a general problem that the exporter should
> have a way to handle.

Org is not latex, for better or for worse.  However, it does allow you
to mix the two in various ways.  The inline approach is limited to
{text} that is on the same line.  You could try using visual-line-mode
and have all paragraphs be single lines.

Alternative, you could try (untested):

blah blah blah
#+LATEX: \ic{
some text for the inline comment
#+LATEX: }
more blah

HTH,
eric

-- 
: Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D
: in Emacs 24.3.50.1 and Org release_8.0.3-193-g334581




reply via email to

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