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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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