Making of, launch party
This commit is contained in:
3
making-of/includes/_draft.tex
Normal file
3
making-of/includes/_draft.tex
Normal file
@ -0,0 +1,3 @@
|
||||
%%% Watermark for draft
|
||||
\usepackage{draftwatermark}
|
||||
\def\watermarkloaded{1}
|
||||
2
making-of/includes/_frame.tex
Normal file
2
making-of/includes/_frame.tex
Normal file
@ -0,0 +1,2 @@
|
||||
%%% Show frame around layouts
|
||||
\PassOptionsToPackage{showframe}{geometry}
|
||||
14
making-of/includes/_geometry-letter.tex
Normal file
14
making-of/includes/_geometry-letter.tex
Normal 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}
|
||||
18
making-of/includes/_geometry-trade.tex
Normal file
18
making-of/includes/_geometry-trade.tex
Normal 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
|
||||
42
making-of/includes/copyright.tex
Normal file
42
making-of/includes/copyright.tex
Normal 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
|
||||
1
making-of/includes/draft.tex
Normal file
1
making-of/includes/draft.tex
Normal file
@ -0,0 +1 @@
|
||||
%
|
||||
16
making-of/includes/font.tex
Normal file
16
making-of/includes/font.tex
Normal 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
|
||||
1
making-of/includes/frame.tex
Normal file
1
making-of/includes/frame.tex
Normal file
@ -0,0 +1 @@
|
||||
%
|
||||
1
making-of/includes/geometry.tex
Normal file
1
making-of/includes/geometry.tex
Normal file
@ -0,0 +1 @@
|
||||
\input{includes/_geometry-trade.tex}
|
||||
6
making-of/includes/hyphenation.tex
Normal file
6
making-of/includes/hyphenation.tex
Normal file
@ -0,0 +1,6 @@
|
||||
\hyphenation{
|
||||
\AuthorFirst
|
||||
\AuthorLast
|
||||
\Title
|
||||
\Subtitle
|
||||
}
|
||||
25
making-of/includes/packages.tex
Normal file
25
making-of/includes/packages.tex
Normal 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
|
||||
36
making-of/includes/pagelayout.tex
Normal file
36
making-of/includes/pagelayout.tex
Normal 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
|
||||
17
making-of/includes/pretitle.tex
Normal file
17
making-of/includes/pretitle.tex
Normal 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
|
||||
8
making-of/includes/secdiv.tex
Normal file
8
making-of/includes/secdiv.tex
Normal 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}
|
||||
% }
|
||||
4
making-of/includes/title.tex
Normal file
4
making-of/includes/title.tex
Normal file
@ -0,0 +1,4 @@
|
||||
%%% Title page
|
||||
\title{\FullTitle}
|
||||
\author{\AuthorFull}
|
||||
\date{}
|
||||
8
making-of/includes/toc.tex
Normal file
8
making-of/includes/toc.tex
Normal 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{}{}
|
||||
19
making-of/includes/variables.tex
Normal file
19
making-of/includes/variables.tex
Normal 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 }
|
||||
Reference in New Issue
Block a user