Commit d31700ea authored by Crawford, Sam's avatar Crawford, Sam
Browse files

Fixing spacing issue on LTR cover page.

parent 69738e6e
Loading
Loading
Loading
Loading
+17 −6
Original line number Diff line number Diff line
@@ -283,13 +283,24 @@
\vspace{\stretch{1}}

\begin{minipage}{\textwidth}%
\hspace*{-0.25in}\textcolor{white}{{\footnotesize\sffamily ORNL IS MANAGED BY UT-BATTELLE LLC FOR THE US~DEPARTMENT OF ENERGY}}%
\vspace{0.05in}
% Added for CUI (remains blank if \cui is undefined)
\hspace*{-0.25in}\textcolor{white}{{\footnotesize\sffamily ORNL IS MANAGED BY UT-BATTELLE LLC FOR THE US~DEPARTMENT OF ENERGY}}
\vspace{3em}  
%
\if@restrictdefined{
\if@cuidefined{ % If CUI defined, then do nothing. CUI printed below.
}\else % Otherwise, use the following spacing.
	\vspace{-1.5em}
	\textcolor{white}{\printrestrict}%
\fi
}\else
\fi  	
%
\if@cuidefined{
	\vspace{-1.5em}
	\textcolor{white}{\printcui} 
% Added for restrict (remains blank if \restrict is undefined)
\textcolor{white}{\printrestrict}
}\else
%
\fi  	
\end{minipage}%
\end{titlepage}
\restoregeometry