Onesided digital edition

This commit is contained in:
Madison Scott-Clary
2020-05-30 19:54:18 -07:00
parent 31decceceb
commit d4154e678b
11 changed files with 2034 additions and 1 deletions

View File

@ -0,0 +1,40 @@
\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}
\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,16 @@
% 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.5in,
paperheight=8.5in,
layoutwidth=8.5in,
layoutheight=8.5in,
vmargin=0.5in,
hmargin=0.75in,
includeheadfoot
]{geometry}
\ifdefined\SetWatermarkHorCenter
\SetWatermarkHorCenter{3in}
\SetWatermarkVerCenter{4.5in}
\fi

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[FRE,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,FRE]{\pagenumfont\thepage}
}
% single space after periods
\frenchspacing
% Attempt justification at all costs
\sloppy
% Widows and orphans
\widowpenalty=10000
\clubpenalty=10000