taking a strong stance on tabs vs spaces, and somehow the one I didn't expect
This commit is contained in:
parent
c19878dd5a
commit
f5d745c4a7
166
src/main.tex
166
src/main.tex
|
@ -27,28 +27,28 @@
|
||||||
|
|
||||||
% Macros
|
% Macros
|
||||||
\newcommand{\mkchap}[3]{
|
\newcommand{\mkchap}[3]{
|
||||||
\newpage
|
\newpage
|
||||||
\vspace*{3in}
|
\vspace*{3in}
|
||||||
\addcontentsline{toc}{chapter}{#1 - #2}
|
\addcontentsline{toc}{chapter}{#1 - #2}
|
||||||
\begin{center}
|
\begin{center}
|
||||||
Chapter #1
|
Chapter #1
|
||||||
|
|
||||||
#2
|
#2
|
||||||
|
|
||||||
{\small #3}
|
{\small #3}
|
||||||
\end{center}
|
\end{center}
|
||||||
\vspace{0.5in}
|
\vspace{0.5in}
|
||||||
}
|
}
|
||||||
%%% \mkinfo
|
%%% \mkinfo
|
||||||
%%% used as \mkinfo{name}{pronouns}{address}{phone}{email}
|
%%% used as \mkinfo{name}{pronouns}{address}{phone}{email}
|
||||||
\newcommand{\mkinfo}[5]{
|
\newcommand{\mkinfo}[5]{
|
||||||
\begin{flushleft}
|
\begin{flushleft}
|
||||||
\singlespacing
|
\singlespacing
|
||||||
#1 (#2)\newline
|
#1 (#2)\newline
|
||||||
#3\newline
|
#3\newline
|
||||||
#4\newline
|
#4\newline
|
||||||
#5
|
#5
|
||||||
\end{flushleft}
|
\end{flushleft}
|
||||||
}
|
}
|
||||||
%%% \mktitle
|
%%% \mktitle
|
||||||
%%% used as
|
%%% used as
|
||||||
|
@ -57,88 +57,92 @@
|
||||||
%%% {address}{phone}{email}%
|
%%% {address}{phone}{email}%
|
||||||
%%% {wc}
|
%%% {wc}
|
||||||
\newcommand{\mktitle}[9]{
|
\newcommand{\mktitle}[9]{
|
||||||
\begin{titlepage}
|
\begin{titlepage}
|
||||||
\mkinfo{#4}{#5}{#6}{#7}{#8}
|
\mkinfo{#4}{#5}{#6}{#7}{#8}
|
||||||
\center
|
\center
|
||||||
\vspace*{3in}
|
\vspace*{3in}
|
||||||
#1
|
#1
|
||||||
|
|
||||||
by #2
|
by #2
|
||||||
|
|
||||||
\vspace{1in}
|
\vspace{1in}
|
||||||
|
|
||||||
{\tiny
|
|
||||||
As compiled from \LaTeX source on \today.
|
|
||||||
|
|
||||||
A copy of the source can be found at:
|
{\tiny
|
||||||
|
As compiled from \LaTeX source on \today.
|
||||||
|
|
||||||
#3
|
A copy of the source can be found at:
|
||||||
}
|
|
||||||
\vspace{\fill}
|
#3
|
||||||
\center #9 words
|
}
|
||||||
\end{titlepage}
|
\vspace{\fill}
|
||||||
|
\center #9 words
|
||||||
|
\end{titlepage}
|
||||||
}
|
}
|
||||||
\newcommand{\mkack}{
|
\newcommand{\mkack}{
|
||||||
\newpage
|
\newpage
|
||||||
\vspace*{3in}
|
\vspace*{3in}
|
||||||
\addcontentsline{toc}{chapter}{Acknowledgements}
|
\addcontentsline{toc}{chapter}{Acknowledgements}
|
||||||
\begin{center}
|
\begin{center}
|
||||||
Acknowledgements
|
Acknowledgements
|
||||||
\end{center}
|
\end{center}
|
||||||
\vspace{0.5in}
|
\vspace{0.5in}
|
||||||
\subfile{src/ack}
|
\subfile{src/ack}
|
||||||
}
|
}
|
||||||
|
|
||||||
% Document
|
% Document
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\begin{doublespacing}
|
\begin{doublespacing}
|
||||||
\mktitle{PROJECT}{PENNAME}%
|
\mktitle{PROJECT}{PENNAME}%
|
||||||
{REPO}%
|
{REPO}%
|
||||||
{LEGALNAME}{PRONOUNS}%
|
{LEGALNAME}{PRONOUNS}%
|
||||||
{STREETADDR\newline%
|
{STREETADDR\newline%
|
||||||
LASTADDR}{PHONE}%
|
LASTADDR}{PHONE}%
|
||||||
{EMAIL}%
|
{EMAIL}%
|
||||||
{WORDCOUNT}
|
{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}
|
|
||||||
|
|
||||||
\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}
|
% canon worthy
|
||||||
\textbf{Talon:}\newline
|
\mkchap{0x00}{The Last Normal Day}{19 July 2158 - 0321}
|
||||||
\subfile{src/chapters/01-b-ceremony}
|
\textbf{Talon:}\newline
|
||||||
|
\subfile{src/chapters/00-a-lastnormalday}
|
||||||
|
\newpage
|
||||||
|
\textbf{Eilidh:}\newline
|
||||||
|
\subfile{src/chapters/00-b-lastnormalday}
|
||||||
|
|
||||||
\mkchap{0x03}{The View}{20 July 2158 - 1012}
|
\mkchap{0x01}{Corporate Takeover}{20 July 2158 - 1745}
|
||||||
\textbf{Talon:}\newline
|
\textbf{Eilidh:}\newline
|
||||||
\subfile{src/chapters/02-a-theview}
|
\subfile{src/chapters/01-a-corporatetakeover}
|
||||||
\newpage
|
|
||||||
\textbf{Eilidh:}
|
|
||||||
\subfile{src/chapters/02-b-theview}
|
|
||||||
|
|
||||||
\mkchap{0x04}{Headache}{21 July 2158 - 1903}
|
\mkchap{0x02}{The Ceremony}{20 July 2158 - 0043}
|
||||||
\textbf{Talon:}\newline
|
\textbf{Talon:}\newline
|
||||||
\subfile{src/chapters/03-a-headache}
|
\subfile{src/chapters/01-b-ceremony}
|
||||||
|
|
||||||
\mkchap{0x05}{Quick Time Actions}{21 July 2158 - 1911}
|
\mkchap{0x03}{The View}{20 July 2158 - 1012}
|
||||||
\textbf{Eilidh:}\newline
|
\textbf{Talon:}\newline
|
||||||
\subfile{src/chapters/03-b-quicktimeactions}
|
\subfile{src/chapters/02-a-theview}
|
||||||
|
\newpage
|
||||||
|
\textbf{Eilidh:}
|
||||||
|
\subfile{src/chapters/02-b-theview}
|
||||||
|
|
||||||
\mkchap{0x06}{A New Feeling}{21 July 2158 - 1932}
|
\mkchap{0x04}{Headache}{21 July 2158 - 1903}
|
||||||
\textbf{Vivian:}\newline
|
\textbf{Talon:}\newline
|
||||||
\subfile{src/chapters/04-a-newfeeling}
|
\subfile{src/chapters/03-a-headache}
|
||||||
|
|
||||||
% Need acknowledgements before enabling this.
|
\mkchap{0x05}{Quick Time Actions}{21 July 2158 - 1911}
|
||||||
% \mkack
|
\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{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{doublespacing}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
Loading…
Reference in a new issue