* wraptable
@ 2017-01-19 13:02 Gert van Oss
0 siblings, 0 replies; only message in thread
From: Gert van Oss @ 2017-01-19 13:02 UTC (permalink / raw)
To: emacs-orgmode
Good day,
I’m looking for a way to have wrapped tables on the right side in my document. A global setting is preferred if a wrapped table is possible anyhow.
I tried in my ‘file.org'
Just som text..
#+LaTeX: \input{myWrappedTable}
file: myWrappedTable.tex
\begin{wraptable}[10]{r}{6.5cm}
\caption{A wrapped table}\label{myTable}
\begin{tabular}{ccc}\\\toprule
Header first column & second-column & third-column \\\midrule
2 &3 & 5\\ \midrule
2 &3 & 5\\
2 &3 & 5\\ \bottomrule
\end{tabular}
\end{wraptable}
%—————————————————————
However the table never ends up where I expect (hoped) it to be.
Thanks,
Gert
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-19 13:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-19 13:02 wraptable Gert van Oss
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).