From 3d9db87eacb9c00a9ce2c88065954d2129bd0379 Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Sun, 22 Oct 2023 09:53:19 -0500 Subject: [PATCH] user reviews say font is too small; 04-b complete/added --- src/promise.tex | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/promise.tex b/src/promise.tex index 69deecf..5667629 100644 --- a/src/promise.tex +++ b/src/promise.tex @@ -1,5 +1,5 @@ % Document Definition -\documentclass[8pt]{extbook} +\documentclass[9pt]{extbook} % Required Packages % letterpaper = 8.5in by 11in, textblock size 7.25in by 10.5in @@ -29,38 +29,40 @@ % canon worthy \chapter{The Last Normal Day} -\textbf{Talon:}\newline +\section{Talon} \input{src/chapters/00-a-lastnormalday.tex} -\newpage -\textbf{Eilidh:}\newline +\section{Eilidh} \input{src/chapters/00-b-lastnormalday.tex} \chapter{Corporate Takeover} -\textbf{Eilidh:}\newline +\section{Eilidh} \input{src/chapters/01-a-corporatetakeover.tex} \chapter{The Ceremony} -\textbf{Talon:}\newline +\section{Talon} \input{src/chapters/01-b-ceremony.tex} \chapter{The View} -\textbf{Talon:}\newline +\section{Talon} \input{src/chapters/02-a-theview.tex} -\newpage -\textbf{Eilidh:} +\section{Eilidh} \input{src/chapters/02-b-theview.tex} \chapter{Headache} -\textbf{Talon:}\newline +\section{Talon} \input{src/chapters/03-a-headache.tex} \chapter{Quick Time Actions} -\textbf{Eilidh:}\newline +\section{Eilidh} \input{src/chapters/03-b-quicktimeactions.tex} \chapter{A New Feeling} -\textbf{Vivian:}\newline +\section{Vivian} \input{src/chapters/04-a-newfeeling.tex} +\chapter{Monsters Everywhere} +\section{Eilidh} +\input{src/chapters/04-b-monsterseverywhere.tex} + \end{document}