diff options
Diffstat (limited to 'blueprint.tex')
-rw-r--r-- | blueprint.tex | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/blueprint.tex b/blueprint.tex index bf286d3..74c1b5f 100644 --- a/blueprint.tex +++ b/blueprint.tex @@ -1,4 +1,4 @@ -\documentclass[10pt,twoside,draft]{memoir} +\documentclass[10pt,twoside]{memoir} \usepackage{salitter} \usletterlayout @@ -10,6 +10,7 @@ \usepackage{stix} \usepackage{xfrac} \usepackage{ulem} +\usepackage{enumitem} % fonts \coelfont @@ -24,7 +25,7 @@ \speech{#1}} \newcommand{\essaytitle}[1]{ - \emph{#1}} + \textit{#1}} \newcommand{\gap}{\plainbreak{2}} @@ -74,6 +75,7 @@ \newcommand{\cubedown}{ \includegraphics[width=1em]{img/cubedown}} + \begin{document} \frontmatter \graphicspath{{img/}} @@ -81,6 +83,10 @@ \chapterstyle{tandh} \openany +\renewcommand*{\cftpartfont}{\bfseries\scshape} +\renewcommand*{\cftchapterfont}{\normalfont} +\renewcommand*{\cftsectionfont}{\itshape} + % Title \thispagestyle{empty} { |