Commit 2d8c500e authored by Johnson, Seth R.'s avatar Johnson, Seth R.
Browse files

Move abbreviation to style section

parent cb14556a
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -120,6 +120,19 @@
\setlength\cftbeforechapskip{.5\baselineskip}
\fi

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ABBREVIATION STYLING
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\@ifpackageloaded{acro}{\acsetup{%
list/heading = section*, % Set list heading to section but do not number
list/name = {LIST OF ABBREVIATIONS}, % Ensure heading will print correct title
list/template = tabular, % Set list style as tabular for better spacing
list/preamble = { % Adding options to the preamble of the actual list. Any text or TeX can go here (almost).
	\phantomsection % Adding a phantom section so the ToC link will actually go there
	\addcontentsline{toc}{section}{LIST OF ABBREVIATIONS} % Adding line to ToC for the abbreviations
}}}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TITLE STYLES 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+0 −15
Original line number Diff line number Diff line
@@ -478,21 +478,6 @@ under contract DE-AC05-00OR22725
\phantomsection\addcontentsline{toc}{section}{\ornltmlotname}%
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ABBREVIATIONS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\acsetup{
list/heading = section*, % Set list heading to section but do not number
list/name = {LIST OF ABBREVIATIONS}, % Ensure heading will print correct title
list/template = tabular, % Set list style as tabular for better spacing
list/preamble = { % Adding options to the preamble of the actual list. Any text or TeX can go here (almost).
	\phantomsection % Adding a phantom section so the ToC link will actually go there
	\addcontentsline{toc}{section}{LIST OF ABBREVIATIONS} % Adding line to ToC for the abbreviations
} % End acro preamble
} % End acro setup


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% MAIN MATTER
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%