-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbd-print.tex
45 lines (26 loc) · 874 Bytes
/
bd-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
% bd-print.tex
% driver file bd-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/boxes-and-diamond/, so the main directory is two
% levels up.
\def\oljobname{bd}
% load all the Open Logic definitions. This will also load the
% local definitions in bd-config.sty
\input{\olpath/sty/open-logic.sty}
\input{bd-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{bd}
\end{document}