GeneralWriting another section after the appendix

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Ali Sultan
Posts: 12
Joined: Sun Oct 02, 2016 5:09 am

Writing another section after the appendix

Post by Ali Sultan »

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

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

Writing another section after the appendix

Post by Johannes_B »

\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.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Writing after the appendices

Post by Stefan Kottwitz »

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
LaTeX.org admin
Ali Sultan
Posts: 12
Joined: Sun Oct 02, 2016 5:09 am

Writing after the appendices

Post by Ali Sultan »

Johannes and Stefan, thank you so much for your help. Johannes' answer is exactly what I am looking for.
Post Reply