-
Notifications
You must be signed in to change notification settings - Fork 0
/
swfk.tex.pre
75 lines (57 loc) · 1.75 KB
/
swfk.tex.pre
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
63
64
65
66
67
68
69
70
71
72
73
74
75
% This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 New Zealand License.
% To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/nz
% or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
\documentclass[12pt,leqno,a4paper]{book}
\usepackage[dvips]{graphicx}
\usepackage[usenames]{color}
\usepackage[colorlinks,pdfauthor={Jason R Briggs},pdftitle={Snake Wrangling for Kids - Learning to Program with Python},pdfsubject={Programming for Kids},pdfkeywords={python,kids,programming}]{hyperref}
\usepackage{longdiv}
\usepackage{makeidx}
\usepackage{versions}
\usepackage[absolute]{textpos}
\usepackage{wrapfig}
\usepackage{eso-pic}
\parindent 1cm
\parskip 0.2cm
\topmargin 0.2cm
\oddsidemargin 1cm
\evensidemargin 0.5cm
\textwidth 15cm
\textheight 21cm
\definecolor{PaleBlue}{rgb}{0.95,0.95,1}
\newenvironment{listing}
{\begin{list}{}{\setlength{\leftmargin}{1em}}\item\footnotesize\samepage}
{\end{list}}
\newenvironment{listingignore}
{\begin{list}{}{\setlength{\leftmargin}{1em}}\item\footnotesize\samepage}
{\end{list}}
\newcommand{\code}{\textcolor{OliveGreen}\bfseries}
\@FRONTCOVER_INC@version{FRONTCOVER}
\@WINDOWS_INC@version{WINDOWS}
\@MAC_INC@version{MAC}
\@LINUX_INC@version{LINUX}
\title{Snake Wrangling for Kids - Learning to Program with Python}
\author{Jason R Briggs}
\makeindex
\begin{document}
\include{frontmatter}
\include{preface}
\pagestyle{headings}
\pagenumbering{arabic}
\include{ch1}
\include{ch2}
\include{ch3}
\include{ch4}
\include{ch5}
\include{ch6}
\include{ch7}
\include{ch8}
\include{ch9}
\include{ch10}
\appendix
\include{appendixa}
\include{appendixb}
\include{appendixc}
\include{appendixd}
\printindex
\end{document}