emacs-orgmode
[Top][All Lists]
Advanced

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

[O] ox-latex: Is \uline really right for under lining?


From: James Harkins
Subject: [O] ox-latex: Is \uline really right for under lining?
Date: Wed, 11 Dec 2013 22:21:31 +0800
User-agent: Trojita/v0.3.96-git; Qt/4.8.1; X11; Linux; Ubuntu 12.04.3 LTS

org-latex-text-markup-alist is a variable defined in `ox-latex.el'.
Its value is ((bold . "\\textbf{%s}")
(code . verb)
(italic . "\\emph{%s}")
(strike-through . "\\sout{%s}")
(underline . "\\uline{%s}")
(verbatim . protectedtexttt))

underline . "\\uline{%s}" -- According to [1],

~~
\uline Underlines text. Requires ulem package. See Formatting.
~~

Is "ulem" one of the LaTeX export default packages? I don't see that it is. If not, should org's default underlining command depend on a package that is not activated by default?

(There is no reference to -markup- anything in my .emacs, so I'm quite sure I haven't customized this variable.)

hjh

[1] http://en.wikibooks.org/wiki/LaTeX/Command_Glossary#U



reply via email to

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