-
Notifications
You must be signed in to change notification settings - Fork 4
/
bd-print-cover.tex
33 lines (21 loc) · 1.01 KB
/
bd-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
33
% bd-print-cover.tex
% make a cover PDF for KDP Crown Quarto booksize.
\documentclass[cover]{../../sty/open-logic-book}
\def\olpath{../../}
\input{bd-metadata.tex}
\setOLPpagenumber{268}
\definecolor{OLPcolor}{RGB}{124,67,110}
\definecolor{OLPdkcolor}{RGB}{173, 94, 153}
\definecolor{OLPltcolor}{RGB}{239,189,227}
%\usepackage[x-1a]{pdfx}
\begin{document}
\OLPprintcover{\hfill
\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/barcan-circle.pdf}
\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/carnap-circle.pdf}\hfill{}
\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/antonelli-circle.pdf}\hfill
\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/lewis-circle.pdf}\hfill
\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/prior-circle.pdf}
\hfill\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/heyting-circle.pdf}
\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/kripke-circle.pdf}\hfill{}
\vspace{-.5cm}}
\end{document}