@@ -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.
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