all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ox-latex: Is \uline really right for underlining?
@ 2013-12-11 14:21 James Harkins
  2013-12-11 14:47 ` Nicolas Goaziou
  0 siblings, 1 reply; 5+ messages in thread
From: James Harkins @ 2013-12-11 14:21 UTC (permalink / raw)
  To: orgmode

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-12  7:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-11 14:21 ox-latex: Is \uline really right for underlining? James Harkins
2013-12-11 14:47 ` Nicolas Goaziou
2013-12-12  2:40   ` James Harkins
2013-12-12  6:47     ` James Harkins
2013-12-12  7:02       ` Aaron Ecay

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.