emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] emacs org mode publish to latex failed with strings like "__aaa_


From: Nick Dokos
Subject: Re: [O] emacs org mode publish to latex failed with strings like "__aaa_cc__"
Date: Wed, 16 May 2012 23:38:54 -0400

Xu Jingtao <address@hidden> wrote:

> Hi all:
> 
> If I write some string like "__aaa_cc__" in org file,then publish it to pdf 
> using latex,
> it will failed and the output is wrong.
> 
> even I can use ~__aaa_cc__~, it's not a good way do it.
> 
> Can you fix it or I am wrong?

By default, underscores indicate subscripts (a tradition that comes from
LaTeX syntax - similarly, carets indicate superscripts). If you don't
want that, you can add

#+OPTIONS: ^:nil

at the top of the file: this option disables superscripts and subscripts.

See

         (info "(org) Export options")

Nick





reply via email to

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