|
From: | Thomas S. Dye |
Subject: | [Orgmode] [PATCH] Distinguish = and ~ delimiters in LaTeX export |
Date: | Sat, 29 Jan 2011 08:40:04 -1000 |
Aloha all,The default value of org-export-latex-emphasis-alist treats the = and ~ delimiters as \\verb. Both settings are ignored because org-export- latex-use-verb is nil by default. The = and ~ delimiters produce \texttt{} instead of \verb. This patch distinguishes = and ~ by changing the default for = to \\texttt{%s}.
The docstring has also been changed to refer to org-export-latex-use- verb.
With this patch, users exporting to LaTeX will be able to use = for \texttt text in LaTeX moving environments and ~ for \verb text in places where it is safe to use this construct.
Tom
0001-Changed-org-export-latex-emphasis-alist-to-distingui.patch
Description: Binary data
[Prev in Thread] | Current Thread | [Next in Thread] |