General ⇒ New file means new page ?
New file means new page ?
I writting a document with Latex and I've sometimes big chapters. So my idea was to create new .tex files for differents section of this chapter...
After compilying the table of content is OK but for each section created in a separated file there is a page break...
Is it possible to correct this or do I have to put all my sections in the same file ?
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 more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: New file means new page ?
Re: New file means new page ?
Yes indeed I'm using the \include command.
I've tried with the \input one but unfortunately it's the same problem

I've tried too with the \includeonly command in order to test your advice but it has generated an error.. I've written it in the main file, but maybe I have to write it in an other place, do I ? Or maybe including a package..
New file means new page ?
Re: New file means new page ?
I think that the problem come from the document's format (means, article, book, etc.) that I'm using.
It's a specific shape made by my lab, so I can't modify it.
But I'm not sure that is the good reason..