Deployed 50531d6 with MkDocs version: 1.3.0

This commit is contained in:
2022-07-16 13:28:56 +00:00
parent 2d907ccfaf
commit a0b4acbce7
31 changed files with 1634 additions and 452 deletions

View file

@ -20,6 +20,7 @@
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[C]{\thepage}
% 2-column bibliography
\makeatletter
\renewenvironment{thebibliography}[1]
{\begin{multicols}{2}[\section*{\refname}]%
@ -72,6 +73,10 @@
\end{shaded*}
}
% Section numbering
\renewcommand\thechapter{\arabic{chapter}}
\renewcommand\thesection{\thechapter.\arabic{section}}
\renewcommand\thesubsection{\thesection.\arabic{subsection}}
\begin{document}