JDMCreator / LaTeXTableEditor

readme
MIT License
139 stars 13 forks source link

Likely not an issue - but a question: How to do table in-line? #22

Closed Kingpatzer closed 4 years ago

Kingpatzer commented 4 years ago

The generator produces a float environment that gets pushed to the back material.

How do I keep a rotated table in-line in the final document?

davidfarmer commented 4 years ago

I like to use the \FloatBarrier macro from the "placeins" package.

On Thu, 14 May 2020, David Wagle wrote:

The generator produces a float environment that gets pushed to the back material.

How do I keep a rotated table in-line in the final document?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, orunsubscribe.[AABTULCYRJDRHMFBVAZHUHTRRQQTDA5CNFSM4NA32I72YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NN VSW45C7NFSM4JG4BBQQ.gif]

JDMCreator commented 4 years ago

Click on the Output menu, then click on Settings. Uncheck Use table as a float

Rotated tables without a float environment are not supported yet. I could definitively work on this. You can use the adjustbox package using something like this :

%\usepackage{adjustbox}
\begin{adjustbox}{angle=90}
% The code of your table here
\end{adjustbox}
JDMCreator commented 4 years ago

Rotated tables without a float environment is supported since version 2.0.