-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathic-screen.tex
63 lines (39 loc) · 1.7 KB
/
ic-screen.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
% ic-screen.tex
% driver file ic-screen.tex to produce the Logic III textbook on
% with same type block as in printed version, but but with on-screen
% features (color, links, etc).
\documentclass[screen]{../../sty/open-logic-book}
\definecolor{OLPcolor}{RGB}{0,179,179}
\definecolor{OLPdkcolor}{RGB}{0,70,70}
\definecolor{OLPltcolor}{RGB}{153,255,255}
\renewcommand*{\OLPtitlecoverfont}{\fontsize{40pt}{45pt}\sffamily\bfseries}
%\usepackage[nonumberlist,toc,style=index]{glossaries}
%\makeglossaries
\def\oljobname{ic}
% \olpath has to point to the location of the OLP main
% directory/folder. We're compiling from subdirectory
% courses/incompleteness-computability/, so the main directory is two
% levels up.
\newcommand{\olpath}{../../}
% load all the Open Logic definitions. This will also load the
% local definitions in open-logic-sample-config.sty
\input{\olpath/sty/open-logic.sty}
\input{ic-metadata}
% we want all the problems deferred to the very end
\input{\olpath/sty/open-logic-defer.sty}
% load glossary entries
%\loadglsentries{include/glossary}
% end preamble
\input{includeonly}
\begin{document}
\raggedbottom
\OLPscreencover{\hfill\includegraphics[width=.3\textwidth]{\olpath/assets/portraits/goedel-circle.pdf}
\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/peter-circle.pdf}
\centerline{\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/church-circle.pdf}
\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/tarski-circle.pdf}}
\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/robinson-circle.pdf}
\includegraphics[width=.29\textwidth]{\olpath/assets/portraits/kleene-circle.pdf}\hfill{}
}
% Now load the actual text
\input{ic}
\end{document}