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

85
ask/book.tex Normal file
View File

@ -0,0 +1,85 @@
\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/font}
\input{includes/title}
\input{includes/secdiv}
\input{includes/hyphenation}
\input{includes/toc}
\newcommand{\story}[2]{
\makeatletter
\null
\vfill
\part*{#1}
\begin{center}
\TitleFont\huge{#2}
\end{center}
\addcontentsline{toc}{chapter}{#1}
\cftaddtitleline{toc}{section}{\itshape #2}{}
\vfill
\markboth{#2}{#1}
\makeatother
}
\begin{document}
\frontmatter
\pagestyle{empty}
\begin{flushright}
\null
\vfill
\large{\TitleFont{Ask.}}
\TitleFont{A Post-Self Anthology}
\vfill
\end{flushright}
\cleardoublepage
\doublespacing
\begin{center}
\TitleFamily
\Huge{Ask.}
\vspace{3cm}
\large{ A Post-Self Anthology}
\vfill
\normalfont\small
Skunks\& ---
The Lament ---
Andréa C. Mason ---
Alexandria Christina Leal
\end{center}
\thispagestyle{empty}
\newpage
\input{includes/copyright}
\newpage
\null
\cleardoublepage
On cohost, readers are encouraged to \href{https://cohost.org/post-self/ask}{submit questions} to the various characters within the Post-Self setting, whether to the Odists, or to the wide variety of characters across all five books. These questions are answered by the characters themselves, with the authors of the answers provided along with them. These are collected here in one spot for easy reading, and this will be updated as questions are answered.
Please expect spoilers.
\tableofcontents*
\mainmatter
\input{content/all}
\end{document}