Commit 5ffa2d91 authored by Crawford, Sam's avatar Crawford, Sam
Browse files

Setting up figures, pulling some commands from old macro TeX.

parent 990e7d32
Loading
Loading
Loading
Loading
+26 −1
Original line number Diff line number Diff line
@@ -63,9 +63,34 @@ Ask yourself, ``Do I \emph{really} need five or more hierarchical levels in my
document?''

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\clearemptydoublepage

\section{Figure placement}

todo
\subsection{Figures}

Insert figures after the text callout but as close to the call out as possible. (They always have a caption describing them and they are always numbered . LaTeX automatically floats Tables and Figures, depending on how much space is left on the page at the point that they are processed. If there is not enough room on the current page, the float is moved to the top of the next page.) Figures are numbered consecutively (i.e., Figure 1, Figure 2) except in large reports, where they may be numbered consecutively by section (i.e., Figure 1.1, Figure 1.2).

\begin{figure}[h]
	\centering
	\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.}}
\end{figure}

%Begin text here.

\begin{figure}[h]
	\centering
	\includegraphics[width=6.2in, height=2.75in, keepaspectratio=true]{Fig1.png}
	\vspace{-.1in}
	\caption{One-line figure captions are centered.}
\end{figure}
\begin{center}
\end{center}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% APPENDICES
+2 −0
Original line number Diff line number Diff line
@@ -367,6 +367,8 @@ under contract DE-AC05-00OR22725
  \setcounter{page}{1}
}

\newcommand{\clearemptydoublepage}{\newpage{\pagestyle{empty}\cleardoublepage}}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% end of Exnihilo/environment/latex/ornltm.cls
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%