Commit 5e7abcf1 authored by Johnson, Seth R.'s avatar Johnson, Seth R.
Browse files

Allow abstract in mainmatter to be on the first main page

parent b8474ab5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -114,9 +114,9 @@
% Show five levels of depth in title labels
\setcounter{secnumdepth}{5} 
            
% Break at the beginning of sections.
% Sections go at the top of right-hand-side page.
\titleclass{\section}{top}
\newcommand{\sectionbreak}{\clearpage}
\newcommand{\sectionbreak}{\cleardoublepage}

% You may need to use the \texorpdfstring when using hyperref and
% unusual titles.
+3 −0
Original line number Diff line number Diff line
@@ -377,6 +377,9 @@ under contract DE-AC05-00OR22725
  \cleardoublepage%
  \@mainmattertrue%
  \pagenumbering{arabic}%
  % Don't break the first section in order to allow ``mainmatter'' abstracts to
  % work correctly.
  \renewcommand{\sectionbreak}{\renewcommand\sectionbreak\cleardoublepage}
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%