My LaTeX makes me pagebreaks after each subsection because my subsections are in separate files. I use the command \include{file}
which adds a pagebreak after the use of it.
I would like to have no pagebreak caused by the use of \include{file}
.
How can you no pagebreak after the use of include
-command?