[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [Orgmode] Bug: LaTeX export of subscripts and superscripts in Tables
From: |
address@hidden |
Subject: |
[O] [Orgmode] Bug: LaTeX export of subscripts and superscripts in Tables. [7.9.1] |
Date: |
Tue, 4 Sep 2012 17:07:35 +0900 |
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}
The HTML export works fine!
Emacs: GNU Emacs 24.2.1 (x86_64-apple-darwin12.1.0, NS apple-appkit-1187.00)
the LaTeX exporter produces in version 7.8.11:
\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}$ \\
H$_{2}$O \\
\hline
\end{tabular}
\end{center}
\item 10$^{3}$
\item H$_{2}$O
\end{itemize}
==EOF==
\end{document}
--
=== address@hidden ===
- [O] [Orgmode] Bug: LaTeX export of subscripts and superscripts in Tables. [7.9.1],
address@hidden <=