org.texi: Minor correction.
* org.texi (Special symbols): Correct output of fragment export.
This commit is contained in:
parent
e4bc5645ce
commit
ccde27ddc0
|
@ -10181,7 +10181,7 @@ Angles are written as Greek letters \alpha, \beta and \gamma.
|
||||||
@vindex org-entities
|
@vindex org-entities
|
||||||
During export, these symbols will be transformed into the native format of
|
During export, these symbols will be transformed into the native format of
|
||||||
the exporter back-end. Strings like @code{\alpha} will be exported as
|
the exporter back-end. Strings like @code{\alpha} will be exported as
|
||||||
@code{α} in the HTML output, and as @code{$\alpha$} in the @LaTeX{}
|
@code{α} in the HTML output, and as @code{(\alpha\)} in the @LaTeX{}
|
||||||
output. Similarly, @code{\nbsp} will become @code{ } in HTML and
|
output. Similarly, @code{\nbsp} will become @code{ } in HTML and
|
||||||
@code{~} in @LaTeX{}. If you need such a symbol inside a word, terminate it
|
@code{~} in @LaTeX{}. If you need such a symbol inside a word, terminate it
|
||||||
like this: @samp{\Aacute@{@}stor}.
|
like this: @samp{\Aacute@{@}stor}.
|
||||||
|
|
Loading…
Reference in New Issue