Skip to content
Snippets Groups Projects
Commit a63dbc92 authored by Crawford, Sam's avatar Crawford, Sam Committed by Johnson, Seth R.
Browse files

More tweaks.

Removed comments from tocloft package. Trying to figure out the
capitalization in the TOC. Want all caps.
parent 0946c482
No related branches found
No related tags found
No related merge requests found
......@@ -195,6 +195,7 @@ document?''
\clearemptydoublepage
\section{Figure Placement}
\label{Figure Placement}
\subsection{Figures}
......@@ -345,14 +346,18 @@ the better control over changes and merges the author(s) will have. These breaks
\subsection{Using in-text citations}
For the ORNL TM reports, \textit{Chicago Manual of Style} references and citations are preferred. Of these, you can choose
between author-date + references cited list or footnote + references cited.
between author-date + references cited or footnote + references cited.
Since you are using a references cited page, abbreviated footnotes on the page of the citation are all that is required, like so, using the autocite command \autocite{NCRPM1989}. However, you can also push full citations into the footnotes using a footcite
command.
Author-date style is set by default (in the class file) and is preferred. Use the autocite command to defer to the default citation
style, which will give you: \autocite{Conley1998}.
For the rest of this document, however, we will use the abbreviated footnotes and the autocite command, like this \autocite{Adams2001}.
If for some reason you don't want the citation to be surrounded by parentheses, you can use the cite command, like this: \cite{Davis1998}.
These styles are defined in the class file of this LaTeX template (ornltm.cls), in the section labeled ``Bibliography.''
You can also push abbreviated citations into the footnotes using a footcite command, like this. \footcite{Adams2001}
For all of the examples above, you do not have to change anything other than the actual citation command. However, you
(advanced users) can change the bibliography further by changing the bibliography styles. These styles are defined in the class
file of this LaTeX template (ornltm.cls), in the section labeled ``Bibliography.''
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
......@@ -366,21 +371,25 @@ Flanges used in ultra-high vacuum service are commonly closed with metallic gask
\vspace{12pt}
\begin{itemize}
\item{\bf Apply itemize to format a bullet list.} {\emph Add extra space between items if preferred.} 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.
\item \textbf{Apply itemize to format a bullet list.} \emph{Add extra space between items if preferred.} 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.
\begin{itemize}
\item {\bf Apply second itemize to format a sub-dashed list.} 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.
\item \textbf{Apply second itemize to format a sub-dashed list.} 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.
\end{itemize}
\item {\bf Apply itemize for format ``Bullet (last item)'' to format the ending item.} 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.
\item \textbf{Apply itemize for format ``Bullet (last item)'' to format the ending item.} 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.
\end{itemize}
\subsection{SECOND-ORDER HEADING}
\subsection{Second-Order Heading}
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.
You can also use numbered lists.
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.
\begin{enumerate}
\item 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.\\
\item 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.\\
\end{enumerate}
\subsubsection{Third-Order Heading}
......@@ -405,7 +414,7 @@ Flanges used in ultra-high vacuum service are commonly closed with metallic gask
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.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% BIBLIOGRAPHY
% REFERENCES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The bibliography styles and backend are set in the ``Bibliography'' section of the class file (ornltm.cls by default).
......@@ -414,6 +423,7 @@ Flanges used in ultra-high vacuum service are commonly closed with metallic gask
\clearemptydoublepage
\section{References}
\label{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
......@@ -431,7 +441,8 @@ Flanges used in ultra-high vacuum service are commonly closed with metallic gask
% FIRST APPENDIX
\appendixpagenumbering
\section{Add Title for This Appendix}
\section{First Appendix}
\label{First Appendix}
If each appendix contains similarly formatted text as the body of the document
(i.e., first-order headings) then flysheets are not necessary. If first-order
......@@ -440,7 +451,8 @@ be used.
% SECOND APPENDIX
\appendixpagenumbering
\section{Add Title for This Appendix}
\section{Second Appendix}
\label{Second Appendix}
If each appendix contains similarly formatted text as the body of the document
(i.e., first-order headings) then flysheets are not necessary. If first-order
......
......@@ -22,14 +22,17 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ams math must be loaded before txfonts
\usepackage{amsmath}
% Use Times for math font and text font.
\RequirePackage[T1]{fontenc}
\RequirePackage{txfonts}
% bold math must be loaded after Times font
\RequirePackage{bm}
% Macro for bold sans-serif
\newcommand{\textbsf}[1]{{\bfseries\sffamily #1}}
% Macro for bold italics
\newcommand{\textbi}[1]{{\bfseries\itshape #1}}
......@@ -42,7 +45,7 @@
\RequirePackage{fancyhdr} % headers and footers
\RequirePackage[parfill]{parskip} % No indent for paragraphs
\RequirePackage[tiny]{titlesec} % title modification: use text size
%\RequirePackage{tocloft} % table of contents styling
\RequirePackage{tocloft} % table of contents styling
\RequirePackage{emptypage} % hide footers on blank pages
\RequirePackage{threeparttable}
\RequirePackage{multirow}
......@@ -63,6 +66,7 @@
% Email URL command
\newcommand{\email}[1]{\href{mailto:#1}{#1}}
% Disable highlighting of links
\hypersetup{colorlinks=false}
......@@ -78,17 +82,17 @@
\titleformat{\subparagraph}{\bf\itshape}{\relax}{0pt}{}[]
% TOC styles
%\renewcommand{\cfttoctitlefont}{\hfill\large\bfseries\MakeUppercase}
%\renewcommand{\cftloftitlefont}{\hfill\large\bfseries\MakeUppercase}
%\renewcommand{\cftlottitlefont}{\hfill\large\bfseries\MakeUppercase}
%\renewcommand{\cftaftertoctitle}{\hfill}
%\renewcommand{\cftafterloftitle}{\hfill}
%\renewcommand{\cftafterlottitle}{\hfill}
%\renewcommand{\cftsecfont}{\normalfont}
%\renewcommand{\cftsubsecfont}{\normalfont}
%\renewcommand{\cftsecpagefont}{\normalfont}
%\renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}
%\renewcommand\@tocrmarg{.5in plus .5fil}
\renewcommand{\cfttoctitlefont}{\hfill\large\bfseries\MakeUppercase}
\renewcommand{\cftloftitlefont}{\hfill\large\bfseries\MakeUppercase}
\renewcommand{\cftlottitlefont}{\hfill\large\bfseries\MakeUppercase}
\renewcommand{\cftaftertoctitle}{\hfill}
\renewcommand{\cftafterloftitle}{\hfill}
\renewcommand{\cftafterlottitle}{\hfill}
\renewcommand{\cftsecfont}{\normalfont}
\renewcommand{\cftsubsecfont}{\normalfont}
\renewcommand{\cftsecpagefont}{\normalfont}
\renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}
\renewcommand\@tocrmarg{.5in plus .5fil}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% VARIABLES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment