emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: James Harkins <jamshark70@gmail.com>
To: orgmode <emacs-orgmode@gnu.org>
Subject: ox-latex: Is \uline really right for underlining?
Date: Wed, 11 Dec 2013 22:21:31 +0800	[thread overview]
Message-ID: <cef3a7b5-2959-4778-97b2-66fa4b3a57fd@dewdrop-world.net> (raw)

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	other threads:[~2013-12-11 14:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-11 14:21 James Harkins [this message]
2013-12-11 14:47 ` ox-latex: Is \uline really right for underlining? Nicolas Goaziou
2013-12-12  2:40   ` James Harkins
2013-12-12  6:47     ` James Harkins
2013-12-12  7:02       ` Aaron Ecay

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cef3a7b5-2959-4778-97b2-66fa4b3a57fd@dewdrop-world.net \
    --to=jamshark70@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).