Added bibliography
This commit is contained in:
parent
35dbdb2c35
commit
ab0100c2ce
@ -1,4 +1,4 @@
|
||||
\documentclass[twoside]{book}
|
||||
\documentclass[twoside, openany]{book}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
@ -59,7 +59,6 @@
|
||||
margin=12mm,
|
||||
% a5paper % Comment out for half-letter paper
|
||||
}
|
||||
|
||||
\addtolength{\topmargin}{10mm} % Adjust and bottom margin
|
||||
\addtolength{\textheight}{-20mm} % Adjust the bottom margin
|
||||
|
||||
@ -152,6 +151,13 @@
|
||||
} % end \title
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Bibliography is now a section %%%%%%%%%%%%
|
||||
%% https://tex.stackexchange.com/questions/74296/to-have-no-pagebreak-before-bibliography
|
||||
\usepackage{etoolbox}
|
||||
\patchcmd{\thebibliography}{\chapter*}{\section*}{}{}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Let's get it started %%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
@ -169,9 +175,30 @@ If you want to donate financial support for the creation of this zine (and all t
|
||||
|
||||
\kref{https://paypal.me/kjodle}{https://paypal.me/kjodle} (Thanks!)
|
||||
|
||||
\begin{thebibliography}{99}
|
||||
|
||||
\bibitem{biberdorf2021}
|
||||
Biberdorf, Kate:
|
||||
\textit{It's Elemental: The Hidden Chemistry in Everything},
|
||||
Toronto,
|
||||
Park Row Books,
|
||||
2021.
|
||||
|
||||
\bibitem{conrep2006}
|
||||
Editors of Consumers Reports, The:
|
||||
\textit{How to Clean Practically Anything},
|
||||
Yonkers (NY),
|
||||
Consumer Reports,
|
||||
Sixth Edition,
|
||||
2006.
|
||||
|
||||
\end{thebibliography}
|
||||
|
||||
|
||||
\tableofcontents
|
||||
|
||||
\chapter*{Introduction}
|
||||
|
||||
|
||||
|
||||
\end{document}
|
||||
|
Loading…
Reference in New Issue
Block a user