- Debug CrossRef.
- Miscellaneous improvements.
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
\renewcommand{\footrulewidth}{0pt}
|
||||
|
||||
\NewDocumentCommand{\chapappname}{}{Chapter~\thechapter{}:~}
|
||||
\NewDocumentCommand{\partlabel}{}{\partname{}~\thepart{}:~\parttitle}
|
||||
\NewDocumentCommand{\partlabel}{}{\bool_if:NT \g_label_bool {\partname{}~\thepart{}:~}\parttitle}
|
||||
|
||||
\NewDocumentCommand{\FrontMatter}{}{
|
||||
\pagestyle{plain}
|
||||
\bool_if:NTF \g_electronic_bool {
|
||||
\bool_if:nTF {\g_electronic_bool || !\g_roman_bool} {
|
||||
\pagenumbering{arabic}
|
||||
}{
|
||||
\pagenumbering{roman}
|
||||
@@ -28,7 +28,9 @@
|
||||
|
||||
\NewDocumentCommand{\MainMatter}{}{
|
||||
\pagestyle{fancy}
|
||||
\pagenumbering{arabic}
|
||||
\bool_if:NF \g_electronic_bool {
|
||||
\pagenumbering{arabic}
|
||||
}
|
||||
}
|
||||
|
||||
\NewDocumentCommand{\Appendix}{}{
|
||||
|
||||
Reference in New Issue
Block a user