Deployed 50531d6 with MkDocs version: 1.3.0
This commit is contained in:
parent
2d907ccfaf
commit
a0b4acbce7
31 changed files with 1634 additions and 452 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue