emacs-orgmode
[Top][All Lists]
Advanced

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

RE: [Orgmode] Exporting to HTML - underscores cause unwanted sub-script


From: Parker, Matthew
Subject: RE: [Orgmode] Exporting to HTML - underscores cause unwanted sub-script
Date: Thu, 14 Aug 2008 22:05:31 -0400

Perfect. Thanks!

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of Nick Dokos
Sent: Thursday, August 14, 2008 9:52 PM
To: Parker, Matthew
Cc: address@hidden
Subject: Re: [Orgmode] Exporting to HTML - underscores cause unwanted
sub-script 

Parker, Matthew <address@hidden> wrote:

> 
> One thing that I'm tripping up on is that I'm trying to list data base
names that have underscores, e.g. prc_tms.
> 
> And the 'second word' is coming out subscript: 'prc[tms'] field
> 
> I realize this may be a feature and not a bug... but how to turn it
off?
> 

Escape the underscore with a backslash: prc\_tms. Similarly, ^ produces
a superscript whereas \^ produces a caret. And for something completely
different, \alpha produces &alpha; which is rendered as the first letter
of the Greek alphabet etc.

This notation is TeX-inspired: Carsten is a scientist, he uses TeX/LaTeX
for papers and he uses org-mode for notes, so it was natural for him to
adopt the notation.

Nick




reply via email to

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