GeneralIn document class Report, one of the chapter does not appear (neither in the table of content and in the manuscrip)

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Isabelle86
Posts: 2
Joined: Fri Jul 10, 2020 3:27 pm

In document class Report, one of the chapter does not appear (neither in the table of content and in the manuscrip)

Post by Isabelle86 »

Hello everyone,

I am writing my PHD thesis using the document class report. I currently have 5 chapter (see below). The first 4 chapter are displayed correctly in the table of content and the relative manuscript chapter is created.
The latest chapter does not appear, either in the table of content, neither in the manuscript. It is like it does not exist.
If I comment chapter 4 (i.e. {chapters/carbocat/Carbocat}), then chapter 5 {\input{chapters/synrift/Synrift}} is correctly displayed without error.

It seems that it can only display the first 4 chapters, and it does not read chapter 5.

Thanks in advance for any help you can provide.




\tableofcontents
\cleardoublepage
\pagenumbering{arabic}

\chapter{Introduction}
\input{chapters/introduction/Introduction}
%
\chapter{Method}
\input{chapters/introduction/Method}
%
\chapter{A big fan of signals? Exploring autogenic and allogenic process and product in a numerical stratigraphic forward model of submarine-fan development}
\input{chapters/lobyte/Lobyte}
%
\chapter{Numerical stratigraphic forward models as conceptual knowledge repositories and experimental tools: an example using CarboCAT new version}
\input{chapters/carbocat/Carbocat}
%
\chapter{Syn-rift carbonate platforms in space and time: testing and refining conceptual models using stratigraphic and seismic numerical forward modelling}
\input{chapters/synrift/Synrift}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

In document class Report, one of the chapter does not appear (neither in the table of content and in the manuscrip)

Post by Johannes_B »

Check the end of chapter 4. There might be an \end{document}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Isabelle86
Posts: 2
Joined: Fri Jul 10, 2020 3:27 pm

In document class Report, one of the chapter does not appear (neither in the table of content and in the manuscrip)

Post by Isabelle86 »

Thank you @Johannes_B for the quick reply! I fund the end{document} at the end of chapter 4, now everything works perfectly :D :D :D

Isabella
Post Reply