forked from AllenDowney/ThinkPython2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtmlonly
More file actions
28 lines (18 loc) · 608 Bytes
/
htmlonly
File metadata and controls
28 lines (18 loc) · 608 Bytes
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
% put commands here that should be used for the HTML
% version of the book but not Postscript or PDF
\newcommand{\beforefig}{}
\newcommand{\afterfig}{}
\newcommand{\beforeverb}{\blue \large}
\newcommand{\afterverb}{\black \normalsize}
\newcommand{\adjustpage}[1]{}
\newcommand{\clearemptydoublepage}{}
\newcommand{\blankpage}{}
\newcommand{\spacing}{}
\newcommand{\endspacing}{}
\newcommand{\frontmatter}{}
\newcommand{\mainmatter}{}
\newcommand{\theoremstyle}[1]{}
\newcommand{\newtheoremstyle}[1]{}
\newcommand{\vfill}{}
\htmlhead{\rawhtmlinput{header.html}}
\htmlfoot{\rawhtmlinput{footer.html}}