move from work dir

This commit is contained in:
Madison Scott-Clary
2024-02-19 13:26:06 -08:00
parent 33cea88142
commit 35838001a3
1276 changed files with 280896 additions and 0 deletions

145
qoheleth/fate.tex Normal file
View File

@ -0,0 +1,145 @@
\documentclass[11pt]{memoir}
\def\watermarkloaded{0}
\input{includes/variables}
\input{includes/draft}
\input{includes/frame}
\input{includes/packages}
\input{includes/pagelayout}
\input{includes/geometry}
\input{includes/toc}
\input{includes/font}
\input{includes/title}
\input{includes/secdiv}
\input{includes/hyphenation}
\begin{document}
\frontmatter
\thispagestyle{empty}
\null
\vfill
\begin{flushright}
\DisplayFont Post$\cdot$Self
\vspace{1ex}
{\footnotesize a Fate Setting}
\end{flushright}
\vfill
\cleardoublepage
\pagestyle{plain}
\doublespacing
\begin{flushright}
\null
\vfill
{\Huge\DisplayFont Post$\cdot$Self}
\vspace{1ex}
{\Large\DisplayFont a Fate Setting}
\vfill
{\Large\DisplayFont Madison Scott-Clary}
\end{flushright}
\thispagestyle{empty}
\newpage
\input{includes/copyright-fate}
\tableofcontents*
\newpage
\null
\cleardoublepage
\onehalfspacing
\input{content/fate/intro}
\mainmatter
\pagestyle{ourbook}
\cleartoverso
\chapter{The Setting}
\markboth{The Setting}{}
\input{content/fate/ancillary} % setting
\cleartoverso
\chapter{Uploading}
\markboth{Uploading}{}
\input{content/fate/uploading}
\cleartoverso
\chapter{Story: Après un rêve}
\markboth{Story: Après un rêve}{}
\input{content/apres-un-reve}
\cleartoverso
\chapter{Economy}
\markboth{Economy}{}
\input{content/fate/economy}
\cleartoverso
\chapter{Forking}
\markboth{Forking}{}
\input{content/fate/forking}
\cleartoverso
\chapter{Merging}
\markboth{Merging}{}
\input{content/fate/merging}
\cleartoverso
\chapter{Story: Assignment}
\markboth{Story: Assignment}{}
\input{content/assignment}
\cleartoverso
\chapter{Dissolution Strategies}
\markboth{Dissolution Strategies}{}
\input{content/fate/strategies}
\cleartoverso
\chapter{Story: Jonas Clade Digest}
\markboth{Story: Jonas Clade Digest}{}
\input{content/jonas-clade-digest}
\cleartoverso
\chapter{Conflicts and Fixing}
\markboth{Conflicts and Fixing}{}
\input{content/fate/fixing}
\cleartoverso
\chapter{Skills and Stunts}
\markboth{Skills and Stunts}{}
\input{content/fate/skills}
\backmatter
\markboth{}{}
\cleartoverso
\chapter*{Fate Core}
\markboth{Fate Core}{}
\addcontentsline{toc}{chapter}{Fate Core}
\input{content/fate/fate}
\cleartoverso
\chapter*{OGL}
\markboth{OGL}{}
\addcontentsline{toc}{chapter}{OGL}
\input{content/fate/ogl}
\cleartoverso
\markboth{}{}
\input{content/afterword}
\end{document}