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