Commit d8ea46a0 authored by Aaron Bevill's avatar Aaron Bevill
Browse files

Fix APPENDIX A.0.0.0 to APPENDIX A

parent cae0a210
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -294,7 +294,7 @@ Insert figures after the text callout but as close to the call out as possible.

\begin{figure}[h]
\centering
\includegraphics[width=5.5in, height=2.5in]{Fig1.png}
\includegraphics[width=5.5in, height=2.5in]{fig1.png}
\vspace{-.1in}

\flushleft\caption[All figure captions are 10 pt, bold, Times New Roman.]{All figure captions are 10 pt, bold, Times New Roman. \textmd{If you have a two-line or more figure caption it is flush left. Only the first sentence of a figure caption is bolded.}}
@@ -304,7 +304,7 @@ Insert figures after the text callout but as close to the call out as possible.

\begin{figure}[h]
\centering
\includegraphics[width=6.2in, height=2.75in, keepaspectratio=true]{Fig1.png}
\includegraphics[width=6.2in, height=2.75in, keepaspectratio=true]{fig1.png}
\vspace{-.1in}
\caption{One-line figure captions are centered.}
\end{figure}
+2 −2
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ to also place them in a sub folder named "figures" or similar.

\begin{figure}[ht]
	\begin{center}
	\includegraphics[width=5.5in, height=2.5in]{Fig1.png}
	\includegraphics[width=5.5in, height=2.5in]{fig1.png}
	\vspace{-.1in}
  \flushleft\caption[All figure captions are 10 pt, bold, Times New Roman.]{All
    figure captions are 10 pt, bold, Times New Roman. \textmd{If you have a
@@ -239,7 +239,7 @@ wherever it wants unless you explicitly command it to do otherwise.

\begin{figure}[ht]
	\begin{center}
	\includegraphics[width=6.2in, height=2.75in, keepaspectratio=true]{Fig1.png}
	\includegraphics[width=6.2in, height=2.75in, keepaspectratio=true]{fig1.png}
	\vspace{-.1in}
	\caption{One-line figure captions are centered.}
	\end{center}
+1 −1
Original line number Diff line number Diff line
@@ -501,7 +501,7 @@ under contract DE-AC05-00OR22725
	\titleclass{\section}{page}%
	\newcommand{\sectionbreak}{\cleardoublepage}%
	\assignpagestyle{\section}{empty}%
	\titleformat{\section}[block]{\vfill\filcenter\bf}{\appendixname~\thetitle.}{1ex}{\MakeUppercase}[\vfill]%
	\titleformat{\section}[block]{\vfill\filcenter\bf}{\appendixname~\thesection.}{1ex}{\MakeUppercase}[\vfill]%
	%\titlespacing*{\section}{0pt}{0pt}{0pt}%
	\gdef\thesection{\@Alph\c@section}
	}