|
| 1 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 2 | +% File : doc/_sphinx/latex/ornltm-style.sty |
| 3 | +% Author: Seth R Johnson |
| 4 | +% Date : Sat Oct 13 13:04:10 2018 |
| 5 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 6 | + |
| 7 | +\NeedsTeXFormat{LaTeX2e}[1995/12/01] |
| 8 | +\ProvidesPackage{ornltm-style}[2018/10/13 package ORNL Technical Memorandum style] |
| 9 | + |
| 10 | +\ProcessOptions\relax |
| 11 | + |
| 12 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 13 | +% GEOMETRY |
| 14 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 15 | + |
| 16 | +\RequirePackage{geometry} |
| 17 | +\geometry{margin=1in,footskip=.75in} |
| 18 | + |
| 19 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 20 | +% FONTS |
| 21 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 22 | + |
| 23 | +% ams math must be loaded before txfonts |
| 24 | +\RequirePackage{amsmath} |
| 25 | + |
| 26 | +% Use Times for math font and text font. |
| 27 | +\RequirePackage[T1]{fontenc} |
| 28 | +\RequirePackage{txfonts} |
| 29 | + |
| 30 | +% Bold math must be loaded after Times font |
| 31 | +\RequirePackage{bm} |
| 32 | + |
| 33 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 34 | +% COLORS |
| 35 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 36 | + |
| 37 | +\RequirePackage{color} % colored fonts and boxes |
| 38 | + |
| 39 | +% Add pretty link colors if hyperref is loaded |
| 40 | +\@ifpackageloaded{hyperref}{\hypersetup{ |
| 41 | + colorlinks, |
| 42 | + linkcolor=[rgb]{0.01,0.05,0.1}, |
| 43 | + citecolor=[rgb]{0.780,0.647,0.258}, |
| 44 | + urlcolor=[rgb]{0.325,0.494,0.658} |
| 45 | +}}{} |
| 46 | + |
| 47 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 48 | +% LINE SPACING |
| 49 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 50 | + |
| 51 | +% Do not indent paragraphs |
| 52 | +% Note: do NOT use the parskip package: it breaks tocloft; the parfill option |
| 53 | +% also breaks \hfill! |
| 54 | + |
| 55 | +\setlength\parskip{0.5\baselineskip \@plus 0.25\baselineskip \@minus 0.25\baselineskip} |
| 56 | +\setlength\parindent\z@ |
| 57 | +\setlength\partopsep\z@ |
| 58 | + |
| 59 | +% Update spacing in lists. |
| 60 | +\def\@listI{\leftmargin\leftmargini |
| 61 | + \topsep\z@ \parsep\parskip \itemsep\z@} |
| 62 | +\let\@listi\@listI |
| 63 | +\@listi |
| 64 | + |
| 65 | +\def\@listii{\leftmargin\leftmarginii |
| 66 | + \labelwidth\leftmarginii\advance\labelwidth-\labelsep |
| 67 | + \topsep\z@ \parsep\parskip \itemsep\z@} |
| 68 | + |
| 69 | +\def\@listiii{\leftmargin\leftmarginiii |
| 70 | + \labelwidth\leftmarginiii\advance\labelwidth-\labelsep |
| 71 | + \topsep\z@ \parsep\parskip \itemsep\z@} |
| 72 | + |
| 73 | + |
| 74 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 75 | +% TABLE OF CONTENTS STYLING |
| 76 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 77 | + |
| 78 | +\RequirePackage{tocloft} % table of contents styling |
| 79 | + |
| 80 | +\setcounter{tocdepth}{2} % subsections |
| 81 | + |
| 82 | +% Make the contents, figure, and table titles uppercase and centered |
| 83 | +\renewcommand\cfttoctitlefont{\noindent\hspace*{\fill}\bfseries\MakeUppercase} |
| 84 | +\renewcommand\cftloftitlefont{\noindent\hspace*{\fill}\bfseries\MakeUppercase} |
| 85 | +\renewcommand\cftlottitlefont{\noindent\hspace*{\fill}\bfseries\MakeUppercase} |
| 86 | +\renewcommand\cftaftertoctitle{\hspace*{\fill}} |
| 87 | +\renewcommand\cftafterloftitle{\hspace*{\fill}} |
| 88 | +\renewcommand\cftafterlottitle{\hspace*{\fill}} |
| 89 | +% Use plain font style and regular size |
| 90 | +\renewcommand\cftsecfont{} |
| 91 | +% Add a dot after section numbers |
| 92 | +\renewcommand\cftsecaftersnum{.} |
| 93 | +% Squish section lines together |
| 94 | +\setlength\cftbeforesecskip{0pt} |
| 95 | +% Add leaders to all sections and subsections in the TOC. |
| 96 | +\renewcommand\cftsecleader{\cftdotfill{\cftdotsep}} |
| 97 | + |
| 98 | +%%% EXTENSIONS FOR SPHINX MANUAL %%% |
| 99 | + |
| 100 | +\if@cfthaspart |
| 101 | +\setlength\cftbeforepartskip{.25\baselineskip} |
| 102 | +\fi |
| 103 | + |
| 104 | +\if@cfthaschapter |
| 105 | +\setlength\cftbeforechapskip{.5\baselineskip} |
| 106 | +\fi |
| 107 | + |
| 108 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 109 | +% TITLE STYLES |
| 110 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 111 | + |
| 112 | +\RequirePackage{titlesec} % title modification: use text size |
| 113 | + |
| 114 | +% Show five levels of depth in title labels |
| 115 | +\setcounter{secnumdepth}{5} |
| 116 | + |
| 117 | +% Break at the beginning of sections. |
| 118 | +\titleclass{\section}{top} |
| 119 | +\newcommand{\sectionbreak}{\clearpage} |
| 120 | + |
| 121 | +% You may need to use the \texorpdfstring when using hyperref and |
| 122 | +% unusual titles. |
| 123 | +\titleformat{\section}{\centering\bf}{\thesection.}{1ex}{\MakeUppercase}[] |
| 124 | +\titleformat{\subsection}{\bf}{\thesubsection}{1ex}{\MakeUppercase}[] |
| 125 | +\titleformat{\subsubsection}{\bf}{\thesubsubsection}{1ex}{\MakeUppercase}[] |
| 126 | +\titleformat{\paragraph}{\bf}{\theparagraph}{1ex}{}[] |
| 127 | +\titleformat{\subparagraph}{\bf\itshape}{\relax}{0pt}{}[] |
| 128 | + |
| 129 | +% Update spacing to account for our custom parskip. |
| 130 | +\titlespacing{\section}{\z@}{\parskip}{\z@} |
| 131 | +\titlespacing{\subsection}{\z@}{\parskip}{\z@} |
| 132 | +\titlespacing{\subsubsection}{\z@}{0.5\parskip}{\z@} |
| 133 | +\titlespacing{\paragraph}{\z@}{0.5\parskip}{\z@} |
| 134 | +\titlespacing{\subparagraph}{\z@}{0.5\parskip}{\z@} |
| 135 | + |
| 136 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 137 | +% APPENDIX PAGE NUMBERING |
| 138 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 139 | + |
| 140 | +% Define a ``section'' command for the appendix |
| 141 | +\newcommand\@appendixsection[1]{% |
| 142 | + \cleardoublepage |
| 143 | + % Call the ``section'' command, which will put the title on its own page |
| 144 | + \thispagestyle{empty} |
| 145 | + \@oldappendixsection{#1} |
| 146 | + % Increment page counter |
| 147 | + \stepcounter{page}% |
| 148 | + % Add a blank page after the title |
| 149 | + \cleardoublepage |
| 150 | + % Insert the appendix name at the top, with no number |
| 151 | + {\hfill\bf\appendixname~\thesection.\hspace{.5em}\MakeUppercase{#1}% |
| 152 | + \hfill\null\par} |
| 153 | +} |
| 154 | + |
| 155 | +\renewcommand\appendixname{APPENDIX} |
| 156 | + |
| 157 | +% Change format for appendices: 'appendix' in title, title takes entire page, |
| 158 | +% is not numbered, followed by a blank unnumbered page. |
| 159 | +\renewcommand\appendix{% |
| 160 | + \cleardoublepage |
| 161 | + % Reset page style |
| 162 | + \pagenumbering{arabic}% |
| 163 | + \renewcommand\thepage{\thesection--\arabic{page}}% |
| 164 | + % Reset section numbering |
| 165 | + \gdef\thesection{\@Alph\c@section}% |
| 166 | + % Reset section formatting |
| 167 | + \setcounter{section}{0}% |
| 168 | + % Change equation numbering |
| 169 | + \gdef\theequation{\@Alph\c@section.\arabic{equation}}% |
| 170 | + % Reset page and equation numbers at the beginning of every section |
| 171 | + \@addtoreset{equation}{section}% |
| 172 | + \@addtoreset{page}{section}% |
| 173 | + % Change the title format so that the ``header'' is a standalone title page. |
| 174 | + % This allows section and page numbering to be correct, and we can use the |
| 175 | + % macros it defines to insert a ``regular'' appendix label afterward. |
| 176 | + \titleformat{\section}[block]{\null\vfill\bf\filcenter}% |
| 177 | + {\appendixname~\thesection.}{0.5em}{\bf\large\MakeUppercase}[\vfill\null] |
| 178 | + % Save the command we just defined; we'll use it in a command we defined above |
| 179 | + % outside the ``appendix'' macro. |
| 180 | + \let\@oldappendixsection\section |
| 181 | + \let\section\@appendixsection |
| 182 | +} |
| 183 | + |
| 184 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 185 | + |
| 186 | +\endinput |
| 187 | + |
| 188 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 189 | +% end of ornltm/ornltm/ornltm-style.tex |
| 190 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
0 commit comments