From: Suvayu Ali <fatkasuvayu+linux@gmail.com>
To: Emacs Org mode <emacs-orgmode@gnu.org>
Subject: Bug in LaTeX export with short captions
Date: Thu, 10 Sep 2015 15:36:57 +0200 [thread overview]
Message-ID: <20150910133657.GF6130@chitra.no-ip.org> (raw)
Hi,
When I export the following table to latex,
#+name: tab:foo
#+caption[/s/-weights]: /s/-weights.
| A | B | C | D |
|-------+-------+-------+------|
| 70347 | 10885 | 68502 | 4021 |
| 68458 | 20310 | 66683 | 5853 |
| 69418 | 22329 | 67617 | 6431 |
| 71336 | 28674 | 69479 | 8160 |
I get the following:
\begin{table}[htb]
\caption[\emph{s}-weights]{\label{tab:foo}
weights]: \emph{s}-weights.}
\centering
\begin{tabular}{rrrr}
A & B & C & D\\
\hline
70347 & 10885 & 68502 & 4021\\
68458 & 20310 & 66683 & 5853\\
69418 & 22329 & 67617 & 6431\\
71336 & 28674 & 69479 & 8160\\
\end{tabular}
\end{table}
Note the extra "weights]:" in the long caption. This happens whenever
there is some kind of emphasis in the short caption: /s/, *s*, etc.
Cheers,
--
Suvayu
Open source is the future. It sets us free.
next reply other threads:[~2015-09-10 13:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-10 13:36 Suvayu Ali [this message]
2015-09-10 15:57 ` Bug in LaTeX export with short captions Nicolas Goaziou
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=20150910133657.GF6130@chitra.no-ip.org \
--to=fatkasuvayu+linux@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.