[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Inline LaTeX formulae
From: |
Titus von der Malsburg |
Subject: |
[O] Inline LaTeX formulae |
Date: |
Tue, 05 May 2015 13:14:31 -0700 |
Hi all,
I just updated to the development version of org and encountered a
problem with inline LaTeX formulae. I have the following test document:
#+OPTIONS: toc:nil tex:t
Test: ($p\ll.001$)
Before the update the output used to be (export to PDF via pdflatex):
Test: p⋘.001
(The symbold after the p is “much less than“, hope that comes out.)
Now I get:
Test: ($p⋘.001$)
In the .tex file, it looks like this:
Test: (\$p\(\ll\).001\$)
Playing with the tex variable in the options doesn’t help: for tex:nil
and tex:verbatim, I get the same output. Interestingly, when I remove
the parentheses, it works again. Seems like a bug where inline LaTeX is
not recognized when it occurs in parentheses.
Is there a quick fix for that?
Titus
signature.asc
Description: PGP signature
- [O] Inline LaTeX formulae,
Titus von der Malsburg <=
- Re: [O] Inline LaTeX formulae, Rasmus, 2015/05/05
- Re: [O] Inline LaTeX formulae, Marcin Borkowski, 2015/05/05
- Re: [O] Inline LaTeX formulae, Titus von der Malsburg, 2015/05/05
- Re: [O] Inline LaTeX formulae, Marcin Borkowski, 2015/05/05
- Re: [O] Inline LaTeX formulae, Rasmus, 2015/05/06
- Re: [O] Inline LaTeX formulae, Titus von der Malsburg, 2015/05/06
- Re: [O] Inline LaTeX formulae, Eric S Fraga, 2015/05/07
- Re: [O] Inline LaTeX formulae, Titus von der Malsburg, 2015/05/07
- Re: [O] Inline LaTeX formulae, Nicolas Goaziou, 2015/05/07
- Re: [O] Inline LaTeX formulae, Titus von der Malsburg, 2015/05/08