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?
LaTeX forum ⇒ Page Layout ⇒ Opposite from \clearpage
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Opposite from \clearpage
Just use the \input command. The \include command internally is a sequence of commands.
Best regards
Thorsten¹
\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
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
Opposite from \clearpage
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

Who is online
Users browsing this forum: No registered users and 7 guests