emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] wraptable


From: Gert van Oss
Subject: [O] wraptable
Date: Thu, 19 Jan 2017 08:02:17 -0500

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]