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 ?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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..