Skip to content

Commit 15b6031

Browse files
author
wolf
committed
source and dev
1 parent 16ed3ac commit 15b6031

9 files changed

Lines changed: 4292 additions & 3 deletions

File tree

thinkpython/tex-zh/book.tex

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
%"思考Python:像计算机科学家一样思考"LaTex源码
2+
%Copyright (c) 2008 Allen B. Downey.
3+
%中文翻译:2010 Walter Lewis (刘宇辉).
4+
5+
% Permission is granted to copy, distribute and/or modify this
6+
% document under the terms of the GNU Free Documentation License,
7+
% Version 1.1 or any later version published by the Free Software
8+
% Foundation; with no Invariant Sections, no Front-Cover Texts,
9+
% and no Back-Cover Texts.
10+
11+
% This distribution includes a file named fdl.tex that contains the text
12+
% of the GNU Free Documentation License. If it is missing, you can obtain
13+
% it from www.gnu.org or by writing to the Free Software Foundation,
14+
% Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15+
%
16+
17+
\documentclass[10pt]{book}
18+
\usepackage[width=5.5in,height=8.5in,
19+
hmarginratio=3:2,vmarginratio=1:1]{geometry} %指定了{h,v}marginratio,width和height被忽略了,可以不用指定(参考geometry.pdf, $texdoc geometry.pdf)。
20+
21+
%下面的这些包,你可能需要安装texlive-latex-extra(in Debian/Ubuntu)
22+
\usepackage{pslatex} %
23+
\usepackage{url}
24+
\usepackage{fancyhdr}
25+
\usepackage{graphicx}
26+
\usepackage{amsmath,amsthm,amssymb}
27+
\usepackage{exercise}
28+
\usepackage{makeidx}
29+
\usepackage{setspace}
30+
\usepackage{hevea}
31+
\usepackage{upquote}
32+
33+

thinkpython/tex/book.aux

Lines changed: 363 additions & 0 deletions
Large diffs are not rendered by default.

thinkpython/tex/book.dvi

657 KB
Binary file not shown.

0 commit comments

Comments
 (0)