Hi Kevin,

> Org-mode version 6.33x

O-o-okay.  The current stable version is 8.2 and the export framework
changed in v8.  If possible, you should upgrade.

"kevin.lemorzadec" <kevin.lemorza...@mun.ca> writes:

> I am trying to do a latex loop in org mode. When I use the latex syntax
> directly, the character "{" are exported as"\{" as in case 1 below. If I
> use ‘\(...\)’ it does keep the "{" characters but the ‘\(...\)' stays in
> the .tex created (case 2 below) giving me an error when I try to generate
> the pdf.
> Is there an other was to export the "{" characters?

I don't remember if this works in Org6 and it's not available to me.

Try:

#+LATEX: loop line 1
#+LATEX: loop line 2
#+LATEX: loop line 3

Or

#+begin_latex
My loop {}
#+end_latex

Let's hope one of those works in Org6.

—Rasmus

-- 
Vote for proprietary math!


Reply via email to