fix weird blank pages at the beginning

This commit is contained in:
Ren Kararou 2024-04-27 11:56:42 -05:00
parent bec5b1726e
commit 38ae4ca894
Signed by: spicywolf
GPG key ID: B0BA4EEC0714F8E6

View file

@ -19,30 +19,30 @@
% Document % Document
\begin{document} \begin{document}
\begin{justify} \frontmatter
\frontmatter
\maketitle \maketitle
\tableofcontents \tableofcontents
\mainmatter \mainmatter
% canon worthy % \begin{justify}
\chapter{Berdie's Medicine} % canon worthy
\section{Eilidh's Plight} \chapter{Berdie's Medicine}
\input{src/chapters/1/1.1.tex} \section{Eilidh's Plight}
\newpage \input{src/chapters/1/1.1.tex}
\section{A Bar, Some Hackers, and a Breakthrough} \newpage
\input{src/chapters/1/1.2.tex} \section{A Bar, Some Hackers, and a Breakthrough}
\newpage \input{src/chapters/1/1.2.tex}
\section{RSS Feed} \newpage
\input{src/chapters/1/1.rss.tex} \section{RSS Feed}
\input{src/chapters/1/1.rss.tex}
%\chapter{Whatever Chapter 2 is Called} %\chapter{Whatever Chapter 2 is Called}
%\section{Section2.1} %\section{Section2.1}
%\input{src/chapters/01-title.tex} %\input{src/chapters/01-title.tex}
\end{justify} % \end{justify}
\end{document} \end{document}