-
Notifications
You must be signed in to change notification settings - Fork 6
/
settheory-print-cover.tex
32 lines (21 loc) · 1.09 KB
/
settheory-print-cover.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
% settheory-print-cover.tex
% make a cover PDF for KDP Crown Quarto booksize.
\documentclass[cover]{../../sty/open-logic-book}
\def\olpath{../../}
\input{settheory-metadata.tex}
\setOLPpagenumber{262}
\definecolor{OLPcolor}{HTML}{4c9141}
\definecolor{OLPdkcolor}{HTML}{2a4724}
\definecolor{OLPltcolor}{HTML}{c4dabd}
%\usepackage[x-1a]{pdfx}
\begin{document}
\OLPprintcover{\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/cantor-circle.pdf}\hfill
\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/skolem-circle.pdf}\hfill
\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/frege-circle.pdf}
\hfill\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/zermelo-circle.pdf}\hfill
%\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/goedel-circle.pdf}\hfill
\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/russell-circle.pdf}\hfill{}
%\hfill\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/noether-circle.pdf}
\hfill\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/dedekind-circle.pdf}\hfill{}
}
\end{document}