emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [Orgmode] [SOLVED] Bug: LaTeX export of subscripts and superscri


From: Giovanni Ridolfi
Subject: Re: [O] [Orgmode] [SOLVED] Bug: LaTeX export of subscripts and superscripts in Tables. [7.9.1]
Date: Wed, 5 Sep 2012 09:01:38 +0100 (BST)

The new exporter exports the table correctly:

\begin{tabular}{l}
\hline
10$^3$\\
H$_2$O\\
\hline
\end{tabular}

please use it as suggested in the Release notes[1]


cheers,
Giovanni

[1] http://orgmode.org/Changes.html


Make sure contrib/lisp/ is in your load-path
M-: (require 'org-export) RET
M-: (require 'org-e-latex) RET ; or any other library
M-x org-export-dispatch RET




----- Messaggio originale -----
Da: "address@hidden" <address@hidden>
A: address@hidden
Cc: 
Inviato: Martedì 4 Settembre 2012 10:07
Oggetto: [O] [Orgmode] Bug: LaTeX export of subscripts and superscripts in 
Tables. [7.9.1]

Using the following orgmode text:
* table 
- table
  |--------|
  | 10^{3} |
  | H_{2}O |
  |--------|

- 10^{3} 
- H_{2}O

==EOF==



the LaTeX exporter produces in version 7.9.1:

\begin{document}

\maketitle

\setcounter{tocdepth}{3}
\tableofcontents
\vspace*{1cm}
\section{table}
\label{sec-1}

\begin{itemize}
\item table

\begin{center}
\begin{tabular}{l}
\hline
10^\{3\}  \\      % may be Bug
H_\{2\}O  \\      %
\hline
\end{tabular}
\end{center}


\item 10$^{3}$
\item H$_{2}$O
\end{itemize}

==EOF==

\end{document}


Emacs: GNU Emacs 24.2.1 (x86_64-apple-darwin12.1.0, NS apple-appkit-1187.00)



reply via email to

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