20 lines
402 B
TeX
20 lines
402 B
TeX
\def\Title{ally}
|
|
\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{2017}
|
|
|
|
\def\ISBN{XXX-X-XXXXXX-XX-X}
|
|
|
|
\newcommand\ally[1]{
|
|
\begin{quotation}
|
|
\fontspec[Scale=0.9,Color=444444FF]{Merriweather Sans}
|
|
\noindent \emph{#1}
|
|
\end{quotation}
|
|
}
|