Hello,
I am writing my PhD thesis with Latex, but I am fairly new to Latex and I'm hoping someone may be able to help me.
I would like each chapter of my thesis to be formatted like a scientific journal article (e.g. text in 2 columns, references at the end of each chapter). Essentially, I would like my thesis to look like the printed (book) version of a scientific journal, with a title page, table of contents, page numbers throughout, and each chapter like a separate journal article.
I have a template for making a journal article, but if I want to combine all my chapters into the one document as described, I think I need to use the 'report' document class to do this. I know you can't use multiple document classes though...
So does anyone know the easiest way to solve this problem?
Thank you.
Document Classes ⇒ Combining multiple articles into a single document
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Combining multiple articles into a single document
There many ways of combining documents [1]. From my point of view two of them are most commonly used.
Best regards and welcome to the board
Thorsten
- The combine package to merge all your documents during compilation.
- The pdfpages package to merge the documents after all of them have been compiled separately to PDF.
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Combining multiple articles into a single document
Thank you very much for the useful reply!