From: "gyaman333@gmail.com" <gyaman333@gmail.com>
To: emacs-orgmode@gnu.org
Subject: [Orgmode] Bug: LaTeX export of subscripts and superscripts in Tables. [7.9.1]
Date: Tue, 4 Sep 2012 17:07:35 +0900 [thread overview]
Message-ID: <5A464C79-20C8-42A4-8992-2DA38AF9F082@gmail.com> (raw)
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}
--
=== gyaman333@gmail.com ===
next reply other threads:[~2012-09-04 8:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-04 8:07 gyaman333 [this message]
2012-09-05 8:01 ` [Orgmode] [SOLVED] Bug: LaTeX export of subscripts and superscripts in Tables. [7.9.1] Giovanni Ridolfi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5A464C79-20C8-42A4-8992-2DA38AF9F082@gmail.com \
--to=gyaman333@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.