Theses, Books, Title pages ⇒ how to start a new chapter, say chapter 2
how to start a new chapter, say chapter 2
hi, I am new to the downloaded phd thesis template. How to start a new chapter , say chapter 2. What are the essential steps ? Thx in advance. BTW, I am using texstudio, Miktex, Jabref, Window 10.
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
how to start a new chapter, say chapter 2
Assuming you are using the masters-doctoral-thesis template, please have a look at the unofficial quick manual.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
how to start a new chapter, say chapter 2
Hi, thx for response. Basically what I did was I uncomment the code "%\include{Chapters/Chapter2}" which creates a separate files from the Chapters folder. When I tried to add in codes similar in Chapter 1 samples into the newly created Chapter 2, it gives me a lot of errors! Pls advise what should I do. I can't find clues in your quick manual read.me file.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
how to start a new chapter, say chapter 2
Hi Casey!
- Go to the
Chapters
folder - Copy
ChapterTemplate.tex
and give it the nameChapter2.tex
- Edit
Chapter2.tex
and enter your heading and text - uncomment "
%\include{Chapters/Chapter2}
" in the main file, so it reads in your newChapter2.tex
LaTeX.org admin
how to start a new chapter, say chapter 2
Excellent Stefan! All ok now. Thanks a lot!