Page Layout ⇒ New Sections in Appendices with only Floats
-
- Posts: 5
- Joined: Mon Jul 04, 2011 1:05 pm
New Sections in Appendices with only Floats
Hi all,
Apologies if this would be more appropriately posted in the tables and figures section of this forum.
I have a document with several appendices which only contain floats, specifically tables - i.e. there is no text seperating the tables - all the required text is in the table captions. I cannot figure out how to get each new appendix to start on a new page, for example the appendix B header is placed immediately below the last table of appendix A and not on a new page. This is a particular problem because I cannot fit two tables to a page, so the first table of appendix B then starts on a fresh page on its own, which looks strange.
The \newpage command has no effect when placed between appendix sections.
Any help would be greatly appreciated!
Cheers
Apologies if this would be more appropriately posted in the tables and figures section of this forum.
I have a document with several appendices which only contain floats, specifically tables - i.e. there is no text seperating the tables - all the required text is in the table captions. I cannot figure out how to get each new appendix to start on a new page, for example the appendix B header is placed immediately below the last table of appendix A and not on a new page. This is a particular problem because I cannot fit two tables to a page, so the first table of appendix B then starts on a fresh page on its own, which looks strange.
The \newpage command has no effect when placed between appendix sections.
Any help would be greatly appreciated!
Cheers
Last edited by David Evans on Sun Aug 21, 2011 1:47 pm, edited 1 time in total.
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 many kinds of documents
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
New Sections in Appendices with only Floats
Hi David,
you could use \clearpage instead of \newpage, besides page breaking this command forces the output of floats.
Stefan
you could use \clearpage instead of \newpage, besides page breaking this command forces the output of floats.
Stefan
LaTeX.org admin
-
- Posts: 5
- Joined: Mon Jul 04, 2011 1:05 pm
Re: New Sections in Appendices with only Floats
Hi Stefan,
That's great - thank you very much for your help!
David
That's great - thank you very much for your help!
David