taking a strong stance on tabs vs spaces, and somehow the one I didn't expect

This commit is contained in:
Ren Kararou 2022-07-16 21:30:43 -05:00
parent c19878dd5a
commit f5d745c4a7
Signed by: spicywolf
GPG key ID: B0BA4EEC0714F8E6

View file

@ -27,28 +27,28 @@
% Macros
\newcommand{\mkchap}[3]{
\newpage
\vspace*{3in}
\addcontentsline{toc}{chapter}{#1 - #2}
\begin{center}
Chapter #1
\newpage
\vspace*{3in}
\addcontentsline{toc}{chapter}{#1 - #2}
\begin{center}
Chapter #1
#2
#2
{\small #3}
\end{center}
\vspace{0.5in}
{\small #3}
\end{center}
\vspace{0.5in}
}
%%% \mkinfo
%%% used as \mkinfo{name}{pronouns}{address}{phone}{email}
\newcommand{\mkinfo}[5]{
\begin{flushleft}
\singlespacing
#1 (#2)\newline
#3\newline
#4\newline
#5
\end{flushleft}
\begin{flushleft}
\singlespacing
#1 (#2)\newline
#3\newline
#4\newline
#5
\end{flushleft}
}
%%% \mktitle
%%% used as
@ -57,88 +57,92 @@
%%% {address}{phone}{email}%
%%% {wc}
\newcommand{\mktitle}[9]{
\begin{titlepage}
\mkinfo{#4}{#5}{#6}{#7}{#8}
\center
\vspace*{3in}
#1
\begin{titlepage}
\mkinfo{#4}{#5}{#6}{#7}{#8}
\center
\vspace*{3in}
#1
by #2
by #2
\vspace{1in}
\vspace{1in}
{\tiny
As compiled from \LaTeX source on \today.
{\tiny
As compiled from \LaTeX source on \today.
A copy of the source can be found at:
A copy of the source can be found at:
#3
}
\vspace{\fill}
\center #9 words
\end{titlepage}
#3
}
\vspace{\fill}
\center #9 words
\end{titlepage}
}
\newcommand{\mkack}{
\newpage
\vspace*{3in}
\addcontentsline{toc}{chapter}{Acknowledgements}
\begin{center}
Acknowledgements
\end{center}
\vspace{0.5in}
\subfile{src/ack}
\newpage
\vspace*{3in}
\addcontentsline{toc}{chapter}{Acknowledgements}
\begin{center}
Acknowledgements
\end{center}
\vspace{0.5in}
\subfile{src/ack}
}
% Document
\begin{document}
\begin{doublespacing}
\mktitle{PROJECT}{PENNAME}%
{REPO}%
{LEGALNAME}{PRONOUNS}%
{STREETADDR\newline%
LASTADDR}{PHONE}%
{EMAIL}%
{WORDCOUNT}
\mktitle{PROJECT}{PENNAME}%
{REPO}%
{LEGALNAME}{PRONOUNS}%
{STREETADDR\newline%
LASTADDR}{PHONE}%
{EMAIL}%
{WORDCOUNT}
\setcounter{page}{1}
\setcounter{page}{1}
% canon worthy
\mkchap{0x00}{The Last Normal Day}{19 July 2158 - 0321}
\textbf{Talon:}\newline
\subfile{src/chapters/00-a-lastnormalday}
\newpage
\textbf{Eilidh:}\newline
\subfile{src/chapters/00-b-lastnormalday}
% canon worthy
\mkchap{0x00}{The Last Normal Day}{19 July 2158 - 0321}
\textbf{Talon:}\newline
\subfile{src/chapters/00-a-lastnormalday}
\newpage
\textbf{Eilidh:}\newline
\subfile{src/chapters/00-b-lastnormalday}
\mkchap{0x01}{Corporate Takeover}{20 July 2158 - 1745}
\textbf{Eilidh:}\newline
\subfile{src/chapters/01-a-corporatetakeover}
\mkchap{0x01}{Corporate Takeover}{20 July 2158 - 1745}
\textbf{Eilidh:}\newline
\subfile{src/chapters/01-a-corporatetakeover}
\mkchap{0x02}{The Ceremony}{20 July 2158 - 0043}
\textbf{Talon:}\newline
\subfile{src/chapters/01-b-ceremony}
\mkchap{0x02}{The Ceremony}{20 July 2158 - 0043}
\textbf{Talon:}\newline
\subfile{src/chapters/01-b-ceremony}
\mkchap{0x03}{The View}{20 July 2158 - 1012}
\textbf{Talon:}\newline
\subfile{src/chapters/02-a-theview}
\newpage
\textbf{Eilidh:}
\subfile{src/chapters/02-b-theview}
\mkchap{0x03}{The View}{20 July 2158 - 1012}
\textbf{Talon:}\newline
\subfile{src/chapters/02-a-theview}
\newpage
\textbf{Eilidh:}
\subfile{src/chapters/02-b-theview}
\mkchap{0x04}{Headache}{21 July 2158 - 1903}
\textbf{Talon:}\newline
\subfile{src/chapters/03-a-headache}
\mkchap{0x04}{Headache}{21 July 2158 - 1903}
\textbf{Talon:}\newline
\subfile{src/chapters/03-a-headache}
\mkchap{0x05}{Quick Time Actions}{21 July 2158 - 1911}
\textbf{Eilidh:}\newline
\subfile{src/chapters/03-b-quicktimeactions}
\mkchap{0x05}{Quick Time Actions}{21 July 2158 - 1911}
\textbf{Eilidh:}\newline
\subfile{src/chapters/03-b-quicktimeactions}
\mkchap{0x06}{A New Feeling}{21 July 2158 - 1932}
\textbf{Vivian:}\newline
\subfile{src/chapters/04-a-newfeeling}
\mkchap{0x06}{A New Feeling}{21 July 2158 - 1932}
\textbf{Vivian:}\newline
\subfile{src/chapters/04-a-newfeeling}
% Need acknowledgements before enabling this.
% \mkack
\mkchap{0x07}{Monsters Everywhere}{21 July 2158 - 2003}
\textbf{Eilidh:}\newline
\subfile{src/chapter/04-b-monsterseverywhere}
% Need acknowledgements before enabling this.
% \mkack
\end{doublespacing}
\end{document}