Skip to content

Commit

Permalink
Fix undergrad heading format
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNetAdmin committed Dec 5, 2020
1 parent d382030 commit 2f9babd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions config/commands.tex
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,20 @@
{
\phantomsection
\addcontentsline{toc}{chapter}{#1}
\chapter*{#1}
\begin{center}
\bfseries \zihao{3} #1
\end{center}
\setcounter{section}{0}
}

\newcommand{\sectionnonum}[1]
{
\phantomsection
\addcontentsline{toc}{section}{#1}
\section*{#1}
\begin{center}
\bfseries \zihao{3} #1
\end{center}
\setcounter{subsection}{0}
}
}
{
Expand Down

0 comments on commit 2f9babd

Please sign in to comment.