Commit 4c49de40 authored by Crawford, Sam's avatar Crawford, Sam
Browse files

Fixed references page. Uses a regular section command now. Removed the...

Fixed references page. Uses a regular section command now. Removed the auto-generated references title.
parent 1c1edd73
Loading
Loading
Loading
Loading
+43 −10
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
\documentclass{ornltm}
\bibliography{ornltm}


% XXX temporary: show page margins
%\usepackage{showframe}

@@ -120,13 +121,15 @@ Material after the Contents, List of Figures, List of Tables, and the Acronym li
	
	Footnotes may be used in addition to the author-date citation method, in which case, the footnotes provide additional information to the text, not bibliographic citations.
	
\clearemptydoublepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


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

\pagenumbering{arabic}
\setcounter{page}{1}

@@ -150,6 +153,11 @@ The body of the document is paginated consecutively (i.e., 1, 2, 3) or by
section (i.e., 1-1, 2-1, 3-1) using Arabic numbers centered at the bottom of
each page. Blank backup pages are not numbered.

When typing your document in LaTeX, it might be useful to break the line at the right-hand side by hitting the return key
so that any version control system you might be using can recognize changes with better granularity. These version control
systems (e.g., SVN, Git, Mercurial) track changes by line number, so the more frequent line breaks that a document has,
the better control over changes and merges the author(s) will have. These breaks are treated as spaces in the final output.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Second-Order Heading}

@@ -179,7 +187,14 @@ 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{Baker1993}
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}

All figures are pulled in from source files that should be placed in a directory to which the author can link in the LaTeX file.
In this template, the image files for the figures are in the same directory as the main LaTeX document, but it is common practice
to also place them in a sub folder named "figures" or similar.

\begin{figure}[h]
	\centering
@@ -209,7 +224,11 @@ Insert figures after the text callout but as close to the call out as possible.
\subsection{Tables}
	

As with figures, tables are numbered consecutively, or consecutively by section, and should follow their call out (see {\color{green} Table \ref{tab:1}}) in the text as closely as possible.  (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.) Tables are formatted using small TNR. To accommodate large tables, the font size can be decreased and, if necessary, landscaped.
As with figures, tables are numbered consecutively, or consecutively by section, and should follow their call out (see {\color{green} 
Table \ref{tab:1}}) in the text as closely as possible. (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.) Tables are formatted using small TNR. To accommodate large tables, the font size can be decreased
and, if necessary, landscaped.

\begin{table}[h]
	\caption{Table caption is bold, centered, and initial cap with no period at end of title}\label{tab:1}
@@ -239,17 +258,22 @@ As with figures, tables are numbered consecutively, or consecutively by section,
	\end{center}
\end{table}

Flanges used in ultra-high vacuum service are commonly closed with metallic gaskets or seals. The geometry of the seal interface is critical for proper function. Experience has shown that flanges subjected to conventional welding techniques distort beyond a point that they can be sealed.

Flanges used in ultra-high vacuum service are commonly closed with metallic gaskets or seals. The geometry of the seal interface is critical for proper function. Experience has shown that flanges subjected to conventional welding techniques distort beyond a point that they can be sealed.
When typing your document in LaTeX, it might be useful to break the line at the right-hand side by hitting the return key
so that any version control system you might be using can recognize changes with better granularity. These version control
systems (e.g., SVN, Git, Mercurial) track changes by line number, so the more frequent line breaks that a document has,
the better control over changes and merges the author(s) will have. These breaks are treated as spaces in the final output.

Flanges used in ultra-high vacuum service are commonly closed with metallic gaskets or seals. The geometry of the seal interface is critical for proper function. Experience has shown that flanges subjected to conventional welding techniques distort beyond a point that they can be sealed.
When typing your document in LaTeX, it might be useful to break the line at the right-hand side by hitting the return key
so that any version control system you might be using can recognize changes with better granularity. These version control
systems (e.g., SVN, Git, Mercurial) track changes by line number, so the more frequent line breaks that a document has,
the better control over changes and merges the author(s) will have. These breaks are treated as spaces in the final output.

Flanges used in ultra-high vacuum service are commonly closed with metallic gaskets or seals. The geometry of the seal interface is critical for proper function. Experience has shown that flanges subjected to conventional welding techniques distort beyond a point that they can be sealed.
When typing your document in LaTeX, it might be useful to break the line at the right-hand side by hitting the return key
so that any version control system you might be using can recognize changes with better granularity. These version control
systems (e.g., SVN, Git, Mercurial) track changes by line number, so the more frequent line breaks that a document has,
the better control over changes and merges the author(s) will have. These breaks are treated as spaces in the final output.

Flanges used in ultra-high vacuum service are commonly closed with metallic gaskets or seals. The geometry of the seal interface is critical for proper function (see {\color{green}Table 2}). Experience has shown that flanges subjected to conventional welding techniques distort beyond a point that they can be sealed.

Flanges used in ultra-high vacuum service are commonly closed with metallic gaskets or seals. The geometry of the seal interface is critical for proper function. Experience has shown that flanges subjected to conventional welding techniques distort beyond a point that they can be sealed (see {\color{green}Table 3}).

\begin{table}[h]
	\centering
@@ -310,9 +334,18 @@ Flanges used in ultra-high vacuum service are commonly closed with metallic gask
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% BIBLIOGRAPHY
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The bibliography styles and backend are set in the "Bibliography" section of the class file (ornltm.cls by default).
\newpage
\clearemptydoublepage

\section{References}

%The command below sets the reference name to blank so we can use our own section name to preserve TOC and the like.
%The vpsace command removes the space that the refname would occupy. To use the auto-generated reference title, comment
%the next two lines out of the document and comment out the section command above.
\renewcommand\refname{}
\vspace*{-1cm}

\printbibliography


+7 −4
Original line number Diff line number Diff line
@@ -43,12 +43,12 @@
\RequirePackage[parfill]{parskip} % No indent for paragraphs
\RequirePackage[tiny]{titlesec} % title modification: use text size
%\RequirePackage{tocloft} % table of contents styling
\RequirePackage[pdfusetitle]{hyperref} % url and links in PDF
\RequirePackage{emptypage} % hide footers on blank pages
\RequirePackage{threeparttable}
\RequirePackage{multirow}
\usepackage{rotating}
\usepackage[font=bf]{caption}
\RequirePackage{rotating}
\RequirePackage[font=bf]{caption}
\RequirePackage[pdfusetitle]{hyperref} % url and links in PDF

% Footer for cover page
\fancypagestyle{coverpage}
@@ -387,8 +387,11 @@ under contract DE-AC05-00OR22725
	\gdef\thesection{\@Alph\c@section}
	}
	
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% BIBLIOGRAPHY
%\usepackage[authordate,autocite=inline,backend=biber, natbib]{biblatex-chicago}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% If you have trouble building with the biber backend, set the backend to bibtex.
\usepackage[backend=biber,style=ieee]{biblatex}