Commit d5480bfc authored by Crawford, Sam's avatar Crawford, Sam Committed by Johnson, Seth R.
Browse files

Got'ed working. Using BibTex as the backend.

Willing to listen if you think Biber is better, but I couldn't get it to
work for me and the styles I was looking at.
parent 9bdcbdf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ document?''

\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). \cite{NCRPM1989}
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). \cite{Baker1993}

\begin{figure}[h]
	\centering
+3 −1
Original line number Diff line number Diff line
@@ -384,7 +384,9 @@ under contract DE-AC05-00OR22725
	}
	
% BIBLIOGRAPHY
\usepackage[authordate,autocite=inline,backend=biber, natbib]{biblatex-chicago}
%\usepackage[authordate,autocite=inline,backend=biber, natbib]{biblatex-chicago}
\usepackage[backend=bibtex,style=ieee]{biblatex}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%