\clearpage
but doesnt result in a new page.something that just flushes the tables and figuresGeneral ⇒ Force output of tables and figures without page break
-
- Posts: 8
- Joined: Wed Nov 21, 2007 8:48 am
Force output of tables and figures without page break
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
Force output of tables and figures without page break
Code: Select all
\usepackage{afterpage}
Code: Select all
\afterpage{\clearpage}