Graphics, Figures & TablesLandscape and endfloat

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
gennarino
Posts: 1
Joined: Sat Aug 10, 2013 2:02 pm

Landscape and endfloat

Post by gennarino »

Dear all,

I am quite new with the package endfloat and I am trying to move all my table at the end of the document with the words "Table x about here" instead of the table in the text. Two problems with the table in landscape format:
  1. I have one "Table x about here" per page.
  2. the table at the end are in the standard format and not in landscape format.
For my question to be complete, my tables are in this format:

Code: Select all

\begin{landscape}
\begin{table}[htbp]
  \centering
  \footnotesize
\caption{TEST}
    \begin{tabular}{|r|r|r|}
a&b&c
 \end{tabular}%
\end{table}
\end{landscape}%
Could you suggest me a solution for that?
Last edited by cgnieder on Sat Aug 10, 2013 2:33 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Landscape and endfloat

Post by Johannes_B »

I am not sure i understand your problem. You you make a compilable example showinng your problem? Such an example is often called a Minimal Working example, if you don't know how to prepare one, just follow the link.
It makes the problem reproducable and possible solutions can be tested easily.

Best regards
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply