General ⇒ Writing another section after the appendix
-
- Posts: 12
- Joined: Sun Oct 02, 2016 5:09 am
Writing another section after the appendix
I am trying to write a short vita after the appendices part (the university requirements). I used to divide the dissertation into chapters and used "\include chapters" and everything is great so far. I tried to create a new chapter called 'Vita" in the main dissertation body. The problem is that the vita is given an extra appendix title. I also tried to add the vita as a section instead of chapter, it's given a section title within the last appendix body. Anybody knows how to add the vita in a single page after the appendices part ? Thanks
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
Writing another section after the appendix
\chapter*{Vita}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Writing after the appendices
Hi Ali,
if Johannes' suggestion would not be, what you need, tell us the document class you are using, or even better: the whole preamble with settings. Johannes' code gives you the vita chapter without numbering (but also without an entry into the table of contents).
Stefan
if Johannes' suggestion would not be, what you need, tell us the document class you are using, or even better: the whole preamble with settings. Johannes' code gives you the vita chapter without numbering (but also without an entry into the table of contents).
Stefan
LaTeX.org admin
-
- Posts: 12
- Joined: Sun Oct 02, 2016 5:09 am
Writing after the appendices
Johannes and Stefan, thank you so much for your help. Johannes' answer is exactly what I am looking for.