This commit is contained in:
Madison Scott-Clary
2020-01-11 13:42:27 -08:00
parent 375736311e
commit e23b1708ec
48 changed files with 1098 additions and 0 deletions

8
book/includes/secdiv.tex Normal file
View File

@ -0,0 +1,8 @@
%%% Section divider
% don't forget to \noindent the line after!
\renewcommand\rule[2]{$\star$}
\newcommand\secdiv{
\begin{center}
\rule{}{}
\end{center}
}