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

Allow renaming of figures, acronyms, etc.

parent c5a35b62
Loading
Loading
Loading
Loading
+10 −5
Original line number Diff line number Diff line
@@ -59,10 +59,15 @@
\@restrictdefinedfalse
\newcommand{\restrict}[1]{\def\@restrict{#1}\@restrictdefinedtrue}

% Define ONRL title photo with default
% Define ORNL title photo with default
\def\@ornltmtitlephoto{ornltm-titlephoto.jpg}
\newcommand{\reportphoto}[1]{\def\@ornltmtitlephoto{#1}}

% Define uppercase names
\newcommand\ornltmabstractname{ABSTRACT}
\newcommand\ornltmlofname{LIST OF FIGURES}
\newcommand\ornltmlotname{LIST OF TABLES}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% COVER
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -315,9 +320,9 @@ under contract DE-AC05-00OR22725
	\pagenumbering{arabic}
	\setcounter{page}{1}
\fi
	\addcontentsline{toc}{section}{ABSTRACT}
	\addcontentsline{toc}{section}{\ornltmabstractname}
	\phantomsection
  \section*{ABSTRACT}%
  \section*{\ornltmabstractname}%
}{}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -346,10 +351,10 @@ under contract DE-AC05-00OR22725

% Add section titles for figures/tables
\renewcommand\cftlofprehook{%
\phantomsection\addcontentsline{toc}{section}{LIST OF FIGURES}%
\phantomsection\addcontentsline{toc}{section}{\ornltmlofname}%
}
\renewcommand\cftlotprehook{%
\phantomsection\addcontentsline{toc}{section}{LIST OF TABLES}%
\phantomsection\addcontentsline{toc}{section}{\ornltmlotname}%
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+1 −1

File changed.

Contains only whitespace changes.