Moved «Afterward» to section in «Coda»
This commit is contained in:
parent
a6485746d2
commit
ed7ec493ad
@ -49,6 +49,8 @@
|
|||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
% Adjust spacing before chapter titles
|
% Adjust spacing before chapter titles
|
||||||
|
% See https://tex.stackexchange.com/a/488653/245702
|
||||||
|
% and https://tex.stackexchange.com/a/40001/245702
|
||||||
\usepackage{titlesec}
|
\usepackage{titlesec}
|
||||||
|
|
||||||
\titleformat{\chapter}[display]
|
\titleformat{\chapter}[display]
|
||||||
@ -268,12 +270,30 @@ Considering that my entire job exists to help keep the drug supply safe (well, t
|
|||||||
|
|
||||||
\section{What I Learned About \LaTeX{} While Creating This Issue}
|
\section{What I Learned About \LaTeX{} While Creating This Issue}
|
||||||
|
|
||||||
|
\subsection{the \texttt{ccicons} package}I release this zine under a Creative Commons license (which you can read about on page 2). Prior to this, I had already included a small image that summarizes that license, which I had downloaded from the Creative Commons website. As it turns out, the \texttt{ccicons} package will do this for you—no need to add that image.
|
||||||
|
|
||||||
|
You can add icons individually, but it also has commands to typeset each license and its icons. For example, these two lines
|
||||||
|
|
||||||
|
\begin{Verbatim}[frame=lines, numbers=left, xleftmargin=5mm, framesep=3mm]
|
||||||
|
\ccCopy\ccAttribution\ccNonCommercial\ccNoDerivatives
|
||||||
|
\ccbyncnd
|
||||||
|
\end{Verbatim}
|
||||||
|
|
||||||
|
will produce
|
||||||
|
\medskip
|
||||||
|
|
||||||
|
\ccCopy\ccAttribution\ccNonCommercial\ccNoDerivatives
|
||||||
|
|
||||||
|
\ccbyncnd
|
||||||
|
|
||||||
|
\medskip
|
||||||
|
|
||||||
|
Notice that the built-in command includes a little bit of space between the icons, which is nice.
|
||||||
|
|
||||||
\section{What I Learned About Other Things While Creating This Issue}
|
\section{What I Learned About Other Things While Creating This Issue}
|
||||||
|
|
||||||
|
|
||||||
|
\section{Afterword}
|
||||||
\chapter{Afterword}
|
|
||||||
|
|
||||||
\begin{multicols}{2}
|
\begin{multicols}{2}
|
||||||
\begin{small}
|
\begin{small}
|
||||||
|
Loading…
Reference in New Issue
Block a user