more making-of
This commit is contained in:
@ -2,15 +2,13 @@
|
||||
% 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
|
||||
paperwidth=8.5in,
|
||||
paperheight=8.5in,
|
||||
layoutwidth=8.5in,
|
||||
layoutheight=8.5in,
|
||||
vmargin=0.5in,
|
||||
hmargin=0.5in,
|
||||
includeheadfoot
|
||||
]{geometry}
|
||||
\ifdefined\SetWatermarkHorCenter
|
||||
\SetWatermarkHorCenter{3in}
|
||||
|
||||
@ -7,6 +7,13 @@
|
||||
\newfontfamily\TitleFamily{Inknut Antiqua}
|
||||
\newfontface\TitleFont{Inknut Antiqua}
|
||||
\newfontfamily\pagenumfont{Gentium Book Basic}
|
||||
\newfontfamily\MonoFont{Ubuntu Mono}
|
||||
\renewcommand{\ttfamily}{\MonoFont}
|
||||
\makeatletter
|
||||
\def\verbatim@font{\MonoFont}
|
||||
\makeatother
|
||||
\newcommand\allyWord{\emph{\allyFont ally}}
|
||||
\newcommand\allyId{\emph{\allyFont ally.id}}
|
||||
|
||||
\makeatletter
|
||||
\let\oldfootnoterule\footnoterule
|
||||
|
||||
@ -21,5 +21,6 @@
|
||||
\usepackage{pdfpages}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{scrextend}
|
||||
\usepackage{listings}
|
||||
\usepackage{makeidx}
|
||||
\makeindex
|
||||
|
||||
Reference in New Issue
Block a user