-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwi-print.tex
45 lines (26 loc) · 864 Bytes
/
wi-print.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
% wi-print.tex
% driver file wi-print.tex to produce the Boxes and Diamonds textbook
% with same type block as in screen version.
\documentclass[print]{../../sty/open-logic-book}
%\usepackage[nonumberlist,toc,style=index]{glossaries}
%\makeglossaries
\newcommand{\olpath}{../../}
% \olpath has to point to the location of the OLP main
% directory/folder. We're compiling from subdirectory
% courses/what-if/, so the main directory is two
% levels up.
\def\oljobname{wi}
% load all the Open Logic definitions. This will also load the
% local definitions in bd-config.sty
\input{\olpath/sty/open-logic.sty}
\input{wi-metadata}
\input{\olpath/sty/open-logic-defer.sty}
% load glossary entries
%\loadglsentries{include/glossary}
% end preamble
\input{includeonly}
\begin{document}
\raggedbottom
% Now load the actual text
\input{wi}
\end{document}