This repository was archived by the owner on Jul 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathbook.tex
More file actions
66 lines (51 loc) · 1.24 KB
/
Copy pathbook.tex
File metadata and controls
66 lines (51 loc) · 1.24 KB
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
% The contents of this file is
% Copyright (c) 2009-2011 Charles R. Severance, All Righs Reserved
%\documentclass[10pt,b5paper]{book}
\documentclass[11pt]{book}
% \usepackage[width=5.25in,height=7.50in,hmarginratio=3:2,vmarginratio=1:1]{geometry}
\usepackage[size=journal,gutter=0.75in,trim,bleed]{createspace}
\usepackage{pslatex}
\usepackage{url}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{amsmath, amsthm, amssymb}
\usepackage{exercise}
\usepackage{makeidx}
\usepackage{setspace}
\usepackage{hevea}
\usepackage{alltt}
\usepackage{upquote}
\newcommand{\thetitle}{Python for Informatics: Exploring Information}
\newcommand{\theversion}{2.7.3}
\makeindex
\begin{document}
\frontmatter
\input{00-cover}
\input{00-preface}
% START THE BOOK
\mainmatter
\input{01-intro}
\input{02-variables.tex}
\input{03-conditional.tex}
\input{04-functions.tex}
\input{05-iterations.tex}
\input{06-strings.tex}
\input{07-files.tex}
\input{08-lists.tex}
\input{09-dictionaries.tex}
\input{10-tuples.tex}
\input{11-regex}
\input{12-network}
\input{13-web}
\input{14-database}
\input{15-viz}
\input{16-tasks}
\appendix
\input{AA-windows}
\input{AB-apple}
\input{AC-contrib}
\input{AD-copyright}
\normalsize
\printindex
\clearemptydoublepage
\end{document}