Clearer appendix-backmatter separation
This commit is contained in:
8
5-back/acronyms.tex
Normal file
8
5-back/acronyms.tex
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
\hypersetup{linkcolor=black}
|
||||
\chapterstartoc{List of Acronyms}
|
||||
\label{ch:acronyms}
|
||||
|
||||
\renewcommand{\glossarysection}[2][]{} % Remove the title of the glossary
|
||||
\printnoidxglossary
|
||||
}
|
||||
2
5-back/backcover.tex
Normal file
2
5-back/backcover.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\pdfbookmark[chapter]{Back Cover}{backcover}
|
||||
\includepdf[pages={2}]{../covers.pdf}
|
||||
1
5-back/bibliography.tex
Normal file
1
5-back/bibliography.tex
Normal file
@@ -0,0 +1 @@
|
||||
\printbibliography[heading=bibintoc]
|
||||
5
5-back/figures.tex
Normal file
5
5-back/figures.tex
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
\hypersetup{linkcolor=black}
|
||||
\listoffigures
|
||||
\addcontentsline{toc}{chapter}{\listfigurename}
|
||||
}
|
||||
5
5-back/tables.tex
Normal file
5
5-back/tables.tex
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
\hypersetup{linkcolor=black}
|
||||
\listoftables
|
||||
\addcontentsline{toc}{chapter}{\listtablename}
|
||||
}
|
||||
Reference in New Issue
Block a user