LaTeX forum ⇒ Page LayoutOpposite from \clearpage

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Yeats
Posts: 62
Joined: Fri Nov 07, 2008 12:29 pm

Opposite from \clearpage

Postby Yeats » Sat Jan 03, 2009 3:03 pm

I write my PhD with Latex and decided that every part of a chapter (every subsection) has to be separate document. Its much easier for me that way. Problem is that Latex breaks page after each document that you \include. Its like it automatically uses \clearpage command.

Is there a way to tell Latex not to do that? Like some \dontclearpage command or smth?

Recommended reading 2021:

LaTeXguide.org • LaTeX-Cookbook.net
LaTeX Beginner's Guide LaTeX Cookbook
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Opposite from \clearpage

Postby localghost » Sat Jan 03, 2009 3:09 pm

Just use the \input command. The \include command internally is a sequence of commands.
\clearpage \input{file} \clearpage



Best regards
Thorsten¹
LaTeX Community Moderator
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes


¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1

Yeats
Posts: 62
Joined: Fri Nov 07, 2008 12:29 pm

Opposite from \clearpage

Postby Yeats » Sat Jan 03, 2009 3:47 pm

localghost wrote:Just use the \input command. The \include command internally is a sequence of commands.
\clearpage \input{file} \clearpage



Best regards
Thorsten¹

Thank you :)


Return to “Page Layout”

Who is online

Users browsing this forum: No registered users and 7 guests