Making of, launch party

This commit is contained in:
Madison Scott-Clary
2020-04-29 23:21:52 -07:00
parent da7c70cb68
commit 65e0560a49
132 changed files with 6824 additions and 0 deletions

View File

@ -0,0 +1,3 @@
%%% Watermark for draft
\usepackage{draftwatermark}
\def\watermarkloaded{1}

View File

@ -0,0 +1,2 @@
%%% Show frame around layouts
\PassOptionsToPackage{showframe}{geometry}

View File

@ -0,0 +1,14 @@
% page sizes for letter with crop marks
\usepackage[
letterpaper,
layoutvoffset=1.25in,
layouthoffset=1.5in,
layoutwidth=5.5in,
layoutheight=8.5in,
vmargin=0.5in,
outer=0.5in,
inner=0.75in,
includeheadfoot,
twoside,
showcrop
]{geometry}

View File

@ -0,0 +1,18 @@
% page sizes for trade paperback
% 8.5x8.5 + bleed of 0.125 per edge minus spine.
% See https://www.ingramspark.com/hubfs/downloads/file-creation-guide.pdf page 10
\usepackage[
paperwidth=8.625in,
paperheight=8.75in,
layoutwidth=8.625in,
layoutheight=8.75in,
vmargin=0.625in,
outer=0.625in,
inner=1in,
includeheadfoot,
twoside
]{geometry}
\ifdefined\SetWatermarkHorCenter
\SetWatermarkHorCenter{3in}
\SetWatermarkVerCenter{4.5in}
\fi

View File

@ -0,0 +1,42 @@
\thispagestyle{empty}
\null
\vfill
\begin{center}
\noindent\textbf{Also by Madison Scott-Clary}
\emph{Arcana --- A Tarot Anthology}, ed.
\emph{Rum and Coke --- Three Short Stories from a Furry Convention}
\emph{Restless Town}
\emph{Eigengrau --- Poems 2015--2020}
\emph{ally}
\end{center}
\vfill
\singlespacing
{\small\parindent0pt\parskip5pt
\noindent Copyright \copyright\ 2020, Madison Scott-Clary. This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit \mbox{\emph{creativecommons.org/licenses/by/4.0/}} or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
This book uses the fonts Gentium Book Basic and {\allyFont Merriweather Sans} and was typeset with {\usefont{OT1}{cmr}{m}{n}\XeLaTeX}.
\vspace{1ex}
ISBN: \ISBN
Digital edition, not for print purposes. For the paperback version, please visit makyo.ink/publications/ally
\vspace{1ex}
\emph{\Title}
\vspace{1ex}
First Edition, \Year.
\EditionsList
}
\cleardoublepage

View File

@ -0,0 +1 @@
%

View File

@ -0,0 +1,16 @@
%%% Font
% Uncomment and modify to your font specs
\usepackage{fontspec}
\setmainfont{Gentium Book Basic}
\newfontfamily\allyFont{Merriweather Sans}[Scale=0.9,Color=444444FF,Ligatures=TeX]
\newfontfamily\TitleFamily{Inknut Antiqua}
\newfontface\TitleFont{Inknut Antiqua}
\newfontfamily\pagenumfont{Gentium Book Basic}
\makeatletter
\let\oldfootnoterule\footnoterule
\renewcommand{\foottextfont}{\pagenumfont\footnotesize}
\renewcommand*{\@makefnmark}{\hbox{\pagenumfont\textsuperscript{\@thefnmark}}}
\footmarkstyle{\pagenumfont\textsuperscript{#1}}
\makeatother

View File

@ -0,0 +1 @@
%

View File

@ -0,0 +1 @@
\input{includes/_geometry-trade.tex}

View File

@ -0,0 +1,6 @@
\hyphenation{
\AuthorFirst
\AuthorLast
\Title
\Subtitle
}

View File

@ -0,0 +1,25 @@
%%% Resets
% memoir defines footruleskip, we want fancyhdr's
\let\footruleskip\undefined
\DisemulatePackage{setspace}
%%% Hyperref warning suppression
% I want math symbols, hyperref complains
% must be before hyperref included
\usepackage{silence}
\WarningFilter[pdftoc]{hyperref}{Token not allowed in a PDF string}
\ActivateWarningFilters[pdftoc]
%%% Package imports not needing expansion
\usepackage{graphicx}
\usepackage[hidelinks]{hyperref}
\usepackage{setspace}
\usepackage{xifthen}
\usepackage{xltxtra}
\usepackage{verse}
\usepackage{paracol}
\usepackage{pdfpages}
\usepackage{xcolor}
\usepackage{scrextend}
\usepackage{makeidx}
\makeindex

View File

@ -0,0 +1,36 @@
%%% Headers and page styles
\usepackage[pagestyles]{titlesec}
\usepackage{fancyhdr}
\setlength{\headheight}{15.2pt}
% ourbook style with fancy headers and chapter headings
\fancypagestyle{ourbook}{
% headers
\fancyhf{}
%\fancyhf[FRE,FLO]{\pagenumfont\footnotesize\emph{Advance Reader Copy}}
\fancyhf[FLE,FRO]{\pagenumfont\thepage}
% \fancyhf[HLE]{\chaptertitle}
% \fancyhf[HRO]{\AuthorFull}
% \renewcommand{\headrulewidth}{0.5pt}
\setlength{\parskip}{0pt}
% \parindent0pt
\setlength{\headheight}{0pt}
}
% plain style with only page num
\fancypagestyle{plain}{
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\fancyhf[FRO,FLE]{\pagenumfont\thepage}
}
% single space after periods
\frenchspacing
% Attempt justification at all costs
\sloppy
% Widows and orphans
\widowpenalty=10000
\clubpenalty=10000

View File

@ -0,0 +1,17 @@
\thispagestyle{empty}
\null
\vfill
\begin{flushright}
\allyFont
{\Large ally}
\vfill
from start to finish
\vfill
\null
\end{flushright}
\vfill
\cleardoublepage

View File

@ -0,0 +1,8 @@
%%% Section divider
% don't forget to \noindent the line after!
% \renewcommand\rule[2]{$\star$}
% \newcommand\secdiv{
% \begin{center}
% \rule{}{}
% \end{center}
% }

View File

@ -0,0 +1,4 @@
%%% Title page
\title{\FullTitle}
\author{\AuthorFull}
\date{}

View File

@ -0,0 +1,8 @@
%%% ToC munging
% Remove ToC header
\renewcommand{\contentsname}{}
\renewcommand{\cftdot}{\small{$\cdot$}}
\renewcommand{\cftchapterdotsep}{3}
\renewcommand{\cftsectiondotsep}{10000}
% start toc at top of page
\renewcommand*\tocheadstart{}{}

View File

@ -0,0 +1,19 @@
\def\Title{ally from start to finish}
\def\Subtitle{}
\def\FullTitle{\Title}
\def\AuthorFirst{Madison}
\def\AuthorLast{Scott-Clary}
\def\AuthorFull{\AuthorFirst\ \AuthorLast}
\def\Edition{First}
\def\EditionsList{10 9 8 7 6 5 4 3 2 1}
\def\Year{2020}
\def\ISBN{978-1-948743-15-0}
\newenvironment{ally}{
\noindent\ignorespaces
\begin{quotation}
\allyFont\itshape
\noindent\ignorespaces}{
\end{quotation}\ignorespacesafterend }