mirror of
https://github.com/LanceLi1416/Template-LectureNotes.git
synced 2026-06-04 04:44:40 +08:00
13 lines
419 B
TeX
13 lines
419 B
TeX
\part{Appendices}
|
|
|
|
% Bibliography -----------------------------------------------------------------
|
|
\chapter*{Bibliography}
|
|
\addcontentsline{toc}{part}{Bibliography}
|
|
\nocite{*}
|
|
\printbibliography[heading=bibempty]
|
|
|
|
% Index ------------------------------------------------------------------------
|
|
\newpage \thispagestyle{empty} \null \newpage
|
|
% TODO: Fix index page styling
|
|
\addcontentsline{toc}{part}{Index}
|
|
\printindex |