emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* position option of tabular in latex export
@ 2015-03-29 16:53 Julien Cubizolles
  0 siblings, 0 replies; only message in thread
From: Julien Cubizolles @ 2015-03-29 16:53 UTC (permalink / raw)
  To: emacs-orgmode

Is it possible to specify a pos option to the tabular environment used
when exporting a table in latex. Some problems I have with tabular in
block environments (when exporting to beamer) would be fixed with:

--8<---------------cut here---------------start------------->8---
\begin{tabular}[t]{ll}
\hline
item & item
\hline
\end{tabular}--8<---------------cut here---------------end--------------->8---

instead of:

--8<---------------cut here---------------start------------->8---
\begin{tabular}{ll}
\hline
item & item
\hline
\end{tabular}
--8<---------------cut here---------------end--------------->8---

Julien.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-29 16:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-29 16:53 position option of tabular in latex export Julien Cubizolles

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).