Commit be5c9473 authored by Johnson, Seth R.'s avatar Johnson, Seth R.
Browse files

Merge branch 'official'

parents fdf5956a fd486071
Loading
Loading
Loading
Loading

example/example.bib

0 → 100644
+26 −0
Original line number Diff line number Diff line
@article{einstein,
    author =       "Albert Einstein",
    title =        "{Zur Elektrodynamik bewegter K{\"o}rper}. ({German})
        [{On} the electrodynamics of moving bodies]",
    journal =      "Annalen der Physik",
    volume =       "322",
    number =       "10",
    pages =        "891--921",
    year =         "1905",
    DOI =          "http://dx.doi.org/10.1002/andp.19053221004"
}

@book{latexcompanion,
    author    = "Michel Goossens and Frank Mittelbach and Alexander Samarin",
    title     = "The \LaTeX\ Companion",
    year      = "1993",
    publisher = "Addison-Wesley",
    address   = "Reading, Massachusetts"
}

@misc{knuthwebsite,
    author    = "Donald Knuth",
    year      = "1984",
    title     = "Knuth: Computers and Typesetting",
    url       = "https://www-cs-faculty.stanford.edu/~knuth/abcde.html"
}
 No newline at end of file
+521 −0

File added.

Preview size limit exceeded, changes collapsed.

+19 −4
Original line number Diff line number Diff line
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% File  : ornltm/ornltm/ornltm-style.sty
% Author: Seth R Johnson
% Date  : Sat Oct 13 13:04:10 2018
% Author: Seth R Johnson with contributions by Sam Crawford and John Batson
% Date  : Fri Oct 27 16:19:46 2023
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\NeedsTeXFormat{LaTeX2e}[1995/12/01]
@@ -95,6 +95,20 @@
\setlength\cftbeforesecskip{0pt}
% Add leaders to all sections and subsections in the TOC.
\renewcommand\cftsecleader{\cftdotfill{\cftdotsep}}
% Make TOC page numbers not bold
\addtocontents{toc}{\protect\renewcommand{\protect\cftsecpagefont}{\mdseries}}

% Add "Figure" # prefix to list of figures
\renewcommand{\cftfigpresnum}{Figure } % put Figure before the number
\renewcommand{\cftfigaftersnum}{.}     % add colon after the number
\addtolength{\cftfignumwidth}{1.25cm}     % extra space for extended numbers

% Add "Table" # prefix to list of tables

\renewcommand{\cfttabpresnum}{Table } % put Figure before the number
\renewcommand{\cfttabaftersnum}{.}     % add period after the number
\addtolength{\cfttabnumwidth}{1.25cm}     % extra space for extended numbers


%%% EXTENSIONS FOR SPHINX MANUAL %%%

@@ -118,12 +132,12 @@
% Sections go at the top of right-hand-side page.
\titleclass{\section}{top}
\newcommand{\sectionbreak}{\cleardoublepage}

\renewcommand\headrulewidth{0pt}
% You may need to use the \texorpdfstring when using hyperref and
% unusual titles.
\titleformat{\section}{\centering\bf}{\thesection.}{1ex}{\MakeUppercase}[]
\titleformat{\subsection}{\bf}{\thesubsection}{1ex}{\MakeUppercase}[]
\titleformat{\subsubsection}{\bf}{\thesubsubsection}{1ex}{\MakeUppercase}[]
\titleformat{\subsubsection}{\bf}{\thesubsubsection}{1ex}{}[]
\titleformat{\paragraph}{\bf}{\theparagraph}{1ex}{}[]
\titleformat{\subparagraph}{\bf\itshape}{\relax}{0pt}{}[]

@@ -143,6 +157,7 @@
  \cleardoublepage
  % Call the ``section'' command, which will put the title on its own page
  \thispagestyle{empty}
  \renewcommand\headrulewidth{0pt}
  \@oldappendixsection{#1}
  % Increment page counter only if one-sided document (not sure why this is
  % needed)
+215 −80

File changed.

Preview size limit exceeded, changes collapsed.