I am using this thesis template. It includes the abstract, acknowledgements, list of figures... in the table of contents. According to the university guidelines my TOC should start with Chapter 1 Introduction and not list abstract, acknowledgements... .
In latex you can just use \section*
however using .unnumbered
in pandoc results in that section still being included.
What is the cleanest way to exclude the sections before the introduction chapter from the TOC?
Chapter 1. ! Undefined control sequence. \addcontentsline #1#2#3->\oldaddcontentsline {#1}{#2}{#3} l.327 \chapter{Introduction}\label{introduction}}
. Do you have an idea what the problem could be here? See here for my full build command. – Azaria