Changed spacing before chapter heads
This commit is contained in:
parent
c38ad9a773
commit
a6485746d2
@ -47,6 +47,17 @@
|
||||
% Let's wrap some images
|
||||
\usepackage{wrapfig}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Adjust spacing before chapter titles
|
||||
\usepackage{titlesec}
|
||||
|
||||
\titleformat{\chapter}[display]
|
||||
{\normalfont\huge\bfseries}
|
||||
{\chaptertitlename\ \thechapter}
|
||||
{20pt}
|
||||
{\Huge}
|
||||
\titlespacing*{\chapter}{0pt}{0pt}{40pt}
|
||||
|
||||
% Use tab stops when we need to (especially in footnotes)
|
||||
\usepackage{tabto}
|
||||
% Define 18 tab stops (at 1/4" intervals)
|
||||
@ -177,7 +188,7 @@ If you want to donate financial support for the creation of this zine (and all t
|
||||
\noindent \textbf{Credit where credit is due:} A lot of people have come forth (mostly from Reddit) to help me out in various ways. See the preamble to this document in the source code to see them. One aspect of our society is that nobody \textit{has} to help you. It is wonderful when it happens, and I am grateful for their help.
|
||||
|
||||
|
||||
\tableofcontents
|
||||
%\tableofcontents
|
||||
|
||||
\chapter{The Salad Days Are Over}
|
||||
|
||||
@ -252,6 +263,16 @@ Considering that my entire job exists to help keep the drug supply safe (well, t
|
||||
|
||||
|
||||
|
||||
|
||||
\chapter{Coda}
|
||||
|
||||
\section{What I Learned About \LaTeX{} While Creating This Issue}
|
||||
|
||||
|
||||
\section{What I Learned About Other Things While Creating This Issue}
|
||||
|
||||
|
||||
|
||||
\chapter{Afterword}
|
||||
|
||||
\begin{multicols}{2}
|
||||
|
Loading…
Reference in New Issue
Block a user