Commit 4af3996f authored by Johnson, Seth R.'s avatar Johnson, Seth R.
Browse files

Break at every section beginning

parent c0e1f9fb
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -122,12 +122,16 @@
% Show five levels of depth in title labels
\setcounter{secnumdepth}{5} 
            
% Break at the beginning of sections.
\titleclass{\section}{top}
\newcommand{\sectionbreak}{\clearpage}

% You may need to use the \texorpdfstring when using hyperref and
% unusual titles.
\titleformat{\section}{\centering\bf}{\thetitle.}{1ex}{\MakeUppercase}[]
\titleformat{\subsection}{\bf}{\thetitle}{1ex}{\MakeUppercase}[]
\titleformat{\subsubsection}{\bf}{\thetitle}{1ex}{\MakeUppercase}[]
\titleformat{\paragraph}{\bf}{\thetitle}{1ex}{}[]
\titleformat{\section}{\centering\bf}{\thesection.}{1ex}{\MakeUppercase}[]
\titleformat{\subsection}{\bf}{\thesubsection}{1ex}{\MakeUppercase}[]
\titleformat{\subsubsection}{\bf}{\thesubsubsection}{1ex}{\MakeUppercase}[]
\titleformat{\paragraph}{\bf}{\theparagraph}{1ex}{}[]
\titleformat{\subparagraph}{\bf\itshape}{\relax}{0pt}{}[]

% Update spacing to account for our custom parskip.
+0 −3
Original line number Diff line number Diff line
@@ -318,9 +318,6 @@ under contract DE-AC05-00OR22725
  \section*{Abstract}%
}{}

% Clear page at the beginning of each section in the front matter
\newcommand\sectionbreak{\@cleariffrontmatter}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TABLE OF CONTENTS, LIST OF FIGURES, LIST OF TABLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%