Graphics, Figures & Tableslongtable | Placement of landscape Table

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
sdepaoli
Posts: 1
Joined: Sun Sep 18, 2011 5:00 am

longtable | Placement of landscape Table

Post by sdepaoli »

Greetings,

I am attempting to place landscape longtables into a document. I am used to working in the table environment where I can specify the specific placement of the table. For example,

\begin{table}[!ht]

allows me to place the table in a specific location within the document. Does anyone know how to do something akin to this when dealing with longtables? Right now, my longtables are being placed before references, and I need them to be placed in order with the other tables after the references. I am using code that looks like:

\begin{landscape}
\begin{center}
\begin{longtable}{|l|l|l|}

I appreciate any help you can offer!!
Sarah

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

Post Reply