How to add extra chapters after Bibliography and Appendices? #538
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Hi @danilprov A couple comments/notes:
\chapter*{Curriculum Vitae}
\addcontentsline{toc}{chapter}{Curriculum Vitae} and add your contents.
\ntaddfile{appendix}{cv_file_name}
Let me know if this matches your expectations! |
Beta Was this translation helpful? Give feedback.
-
Hi @joaomlourenco, Thank you for your prompt response. This is precisely what I needed; thanks! Regarding your questions, I am graduating from Eindhoven University. There are not many formatting requirements except two pages - one cover page from the uni and one copyright page from a graduation school. The way I addressed it is by merging the two required pages into a single file and including them as a user-defined cover page \ntaddfile{cover}[1]{cover-front} in |
Beta Was this translation helpful? Give feedback.
-
@danilprov thanks for the additional info and materials.
|
Beta Was this translation helpful? Give feedback.
-
Hi @joaomlourenco, Thank you for your response. |
Beta Was this translation helpful? Give feedback.
Hi @danilprov
A couple comments/notes:
and add your contents.
\ntaddfile{appendix}{cv_file_name}
Let me know if this matches your expectations!