>From 04e0b5c7ed5329bf62175f58192577b895a10cdb Mon Sep 17 00:00:00 2001 From: rasmus Date: Wed, 29 Oct 2014 14:15:41 +0100 Subject: [PATCH] org.texi: Clarifications of math/subscript export. * org.texi (Subscripts and superscripts), (@LaTeX{} fragments): More information on export output. --- doc/org.texi | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index 3c1790a..0d8fa0e 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -10222,6 +10222,11 @@ The mass of the sun is M_sun = 1.989 x 10^30 kg. The radius of the sun is address@hidden@} = 6.96 x 10^8 m. @end example +By default super- and subscript are exported as plain text, rather than math, +when exporting to HTML and @LaTeX{}. Thus @code{\beta_t} is exported as address@hiddenβt} for HTML and @code{\(address@hidden@address@hidden@}\)} for address@hidden + @vindex org-use-sub-superscripts If you write a text where the underscore is often used in a different context, Org's convention to always interpret these as subscripts can get in @@ -10269,7 +10274,9 @@ math delimiters if the enclosed text contains at most two line breaks, is directly attached to the @samp{$} characters with no whitespace in between, and if the closing @samp{$} is followed by whitespace, punctuation or a dash. For the other delimiters, there is no such restriction, so when in doubt, use address@hidden(...\)} as inline math delimiters. address@hidden(...\)} as inline math delimiters. In HTML and @LaTeX{} exports, +inline math are enclosed in @samp{\(...\)} irrespective of whether enclosed +in @samp{$} or @samp{\(...\)} in the Org source. @end itemize @noindent For example: -- 2.1.2