From: Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>
To: "gyaman333@gmail.com" <gyaman333@gmail.com>,
"emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: [Orgmode] [SOLVED] Bug: LaTeX export of subscripts and superscripts in Tables. [7.9.1]
Date: Wed, 5 Sep 2012 09:01:38 +0100 (BST) [thread overview]
Message-ID: <1346832098.20077.YahooMailNeo@web29804.mail.ird.yahoo.com> (raw)
In-Reply-To: <5A464C79-20C8-42A4-8992-2DA38AF9F082@gmail.com>
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: "gyaman333@gmail.com" <gyaman333@gmail.com>
A: emacs-orgmode@gnu.org
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)
prev parent reply other threads:[~2012-09-05 8:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-04 8:07 [Orgmode] Bug: LaTeX export of subscripts and superscripts in Tables. [7.9.1] gyaman333
2012-09-05 8:01 ` Giovanni Ridolfi [this message]
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=1346832098.20077.YahooMailNeo@web29804.mail.ird.yahoo.com \
--to=giovanni.ridolfi@yahoo.it \
--cc=emacs-orgmode@gnu.org \
--cc=gyaman333@gmail.com \
/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.