Donate

You find LaTeX Community useful? Please donate! Learn why!

Amount:

Partner Sites

goLaTeX
TeXblog
TeXnicCenter

Who is online

In total there is 1 user online :: 0 registered, 0 hidden and 1 guest (based on users active over the past 5 minutes)
Most users ever online was 74 on Wed Dec 02, 2009 5:14 pm

Users browsing this forum: No registered users and 1 guest
logo-contest

Opposite from \clearpage

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).

Opposite from \clearpage

Postby Yeats on Sat Jan 03, 2009 2: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?
Yeats
 
Posts: 33
Joined: Fri Nov 07, 2008 11:29 am

Re: Opposite from \clearpage

Postby localghost on Sat Jan 03, 2009 2:09 pm

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



Best regards
Thorsten¹
¹ I'm sorry. My responses are limited. You must ask the right questions.
² A minimal working example (MWE) promises quick help.
³ OS, LaTeX-System, Editor: openSUSE 11.2, TeX Live 2009, TeXworks 0.3 | Windows XP (SP3), MiKTeX 2.8, TeXworks 0.3
User avatar
localghost
Site Moderator
 
Posts: 3567
Joined: Fri Feb 02, 2007 11:06 am
Location: Braunschweig, Germany

Re: Opposite from \clearpage

Postby Yeats on Sat Jan 03, 2009 2:47 pm

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



Best regards
Thorsten¹

Thank you :)
Yeats
 
Posts: 33
Joined: Fri Nov 07, 2008 11:29 am


Return to Page Layout

Who is online

Users browsing this forum: No registered users and 1 guest

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group