Start creating hierarchical label/reference system.
This commit is contained in:
@@ -17,10 +17,25 @@
|
||||
\NewDocumentCommand{\chapappname}{}{Chapter~\thechapter{}:~}
|
||||
\NewDocumentCommand{\partlabel}{}{\partname{}~\thepart{}:~\parttitle}
|
||||
|
||||
\NewDocumentCommand{\FrontMatter}{}{
|
||||
\pagestyle{plain}
|
||||
\ifthenelse{\boolean{isElectronic}}{
|
||||
\pagenumbering{arabic}
|
||||
}{
|
||||
\pagenumbering{roman}
|
||||
}
|
||||
}
|
||||
|
||||
\NewDocumentCommand{\MainMatter}{}{
|
||||
\pagestyle{fancy}
|
||||
\pagenumbering{arabic}
|
||||
}
|
||||
|
||||
\NewDocumentCommand{\Appendix}{}{
|
||||
\appendix
|
||||
\RenewDocumentCommand{\chapappname}{}{Appendix~\thechapter{}:~}
|
||||
\RenewDocumentCommand{\partlabel}{}{}
|
||||
\RenewDocumentCommand{\chapterautorefname}{}{Appendix}
|
||||
}
|
||||
|
||||
\NewDocumentCommand{\BackMatter}{}{
|
||||
|
||||
Reference in New Issue
Block a user