Skip to content

Commit 0035991

Browse files
author
wolf
committed
first chapter
1 parent f3b1716 commit 0035991

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+46716
-10
lines changed

thinkpython/tex-zh/.book.tex.swp

36 KB
Binary file not shown.

thinkpython/tex-zh/book.aux

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,16 @@
66
\@writefile{toc}{\contentsline {chapter}{\numberline {1}编程的方式}{1}}
77
\@writefile{lof}{\addvspace {10\p@ }}
88
\@writefile{lot}{\addvspace {10\p@ }}
9+
\@writefile{toc}{\contentsline {section}{\numberline {1.1}Python编程语言}{1}}
10+
\@writefile{toc}{\contentsline {section}{\numberline {1.2}什么是程序}{2}}
11+
\@writefile{toc}{\contentsline {section}{\numberline {1.3}什么是调试?}{3}}
12+
\@writefile{toc}{\contentsline {subsection}{\numberline {1.3.1}语法错误}{3}}
13+
\@writefile{toc}{\contentsline {subsection}{\numberline {1.3.2}运行时错误}{3}}
14+
\newlabel{runtime 运行时}{{1.3.2}{3}}
15+
\@writefile{toc}{\contentsline {section}{\numberline {1.4}语义错误}{3}}
16+
\@writefile{toc}{\contentsline {subsection}{\numberline {1.4.1}试验性的调试}{3}}
17+
\@writefile{toc}{\contentsline {section}{\numberline {1.5}正式语言和自然语言}{4}}
18+
\@writefile{toc}{\contentsline {section}{\numberline {1.6}第一个程序}{5}}
19+
\newlabel{hello}{{1.6}{5}}
20+
\@writefile{toc}{\contentsline {section}{\numberline {1.7}调试}{6}}
21+
\@writefile{toc}{\contentsline {section}{\numberline {1.8}术语表}{6}}

thinkpython/tex-zh/book.idx

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,87 @@
44
\indexentry{Free Documentation License,GNU}{vi}
55
\indexentry{贡献者}{vii}
66
\indexentry{解决问题}{1}
7+
\indexentry{编程语言}{1}
8+
\indexentry{语言!编程}{1}
9+
\indexentry{移植性}{1}
10+
\indexentry{高级语言}{1}
11+
\indexentry{低级语言}{1}
12+
\indexentry{语言!高级}{1}
13+
\indexentry{语言!低级}{1}
14+
\indexentry{complie}{1}
15+
\indexentry{interpret}{1}
16+
\indexentry{源码}{2}
17+
\indexentry{目标}{2}
18+
\indexentry{可执行代码}{2}
19+
\indexentry{交互模式}{2}
20+
\indexentry{脚本模式}{2}
21+
\indexentry{提示符}{2}
22+
\indexentry{脚本}{2}
23+
\indexentry{测试!交互模式}{2}
24+
\indexentry{程序}{2}
25+
\indexentry{算法}{3}
26+
\indexentry{调试}{3}
27+
\indexentry{臭虫}{3}
28+
\indexentry{语法错误}{3}
29+
\indexentry{错误!语法}{3}
30+
\indexentry{错误信息}{3}
31+
\indexentry{syntax 语法}{3}
32+
\indexentry{parentheses!matching 括号!匹配}{3}
33+
\indexentry{syntax 语法}{3}
34+
\indexentry{cummings, e. e. 康明思}{3}
35+
\indexentry{runtime error 运行时错误}{3}
36+
\indexentry{error!runtime 错误!运行时}{3}
37+
\indexentry{exception 异常}{3}
38+
\indexentry{safe language 安全语言}{3}
39+
\indexentry{language!safe 语言!安全}{3}
40+
\indexentry{semantics 语义}{3}
41+
\indexentry{semantics errors 语义错误}{3}
42+
\indexentry{error!semantic 错误!语义}{3}
43+
\indexentry{error message 错误信息}{3}
44+
\indexentry{experimental debugging 实验性的调试}{3}
45+
\indexentry{debugging!experimental 调试!实验}{3}
46+
\indexentry{Holems, Sherlock}{4}
47+
\indexentry{Doyle, Arthur Conan}{4}
48+
\indexentry{Linux}{4}
49+
\indexentry{formal language 正式语言}{4}
50+
\indexentry{natural language 自然语言}{4}
51+
\indexentry{language!formal 语言!正式}{4}
52+
\indexentry{language!natural 语言!自然}{4}
53+
\indexentry{token 标记}{4}
54+
\indexentry{structure 结构}{4}
55+
\indexentry{parse 句法分析}{4}
56+
\indexentry{ambiguity 二义性}{5}
57+
\indexentry{redundancy 冗余性}{5}
58+
\indexentry{literalness 无修饰性}{5}
59+
\indexentry{poetry 诗歌}{5}
60+
\indexentry{prose 散文}{5}
61+
\indexentry{Hello, World}{5}
62+
\indexentry{Python 3.0}{5}
63+
\indexentry{quotation mark 引号}{5}
64+
\indexentry{print statement print 语句}{5}
65+
\indexentry{statement!print 语句!打印}{5}
66+
\indexentry{debugging 调试}{6}
67+
\indexentry{error message 错误信息}{6}
68+
\indexentry{debugging!emotional response 调试!情绪反应}{6}
69+
\indexentry{emotional debugging 情绪调试}{6}
70+
\indexentry{compile 编译}{6}
71+
\indexentry{object code 目标代码}{7}
72+
\indexentry{prompt 提示符}{7}
73+
\indexentry{script 脚本}{7}
74+
\indexentry{interactive mode 交互模式}{7}
75+
\indexentry{script mode 脚本模式}{7}
76+
\indexentry{program 程序}{7}
77+
\indexentry{algorithm}{7}
78+
\indexentry{bug}{7}
79+
\indexentry{debugging 调试}{7}
80+
\indexentry{syntax 语法}{7}
81+
\indexentry{syntax error}{7}
82+
\indexentry{exception 异常}{7}
83+
\indexentry{semantics 语义}{7}
84+
\indexentry{semantics error 语义错误}{7}
85+
\indexentry{natural language 自然语言}{7}
86+
\indexentry{formal language 正式语言}{7}
87+
\indexentry{token 标记}{7}
88+
\indexentry{parse 句法分析}{7}
89+
\indexentry{print statement print 语句}{7}
90+
\indexentry{statement!print 语句!打印}{7}

thinkpython/tex-zh/book.log

Lines changed: 167 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is XeTeX, Version 3.1415926-2.2-0.9995.2 (TeX Live 2009/Debian) (format=xelatex 2010.10.11) 15 OCT 2010 23:07
1+
This is XeTeX, Version 3.1415926-2.2-0.9995.2 (TeX Live 2009/Debian) (format=xelatex 2010.10.11) 23 OCT 2010 06:42
22
entering extended mode
33
restricted \write18 enabled.
44
%&-line parsing enabled.
@@ -796,23 +796,181 @@ Underfull \hbox (badness 10000) in paragraph at lines 604--605
796796

797797
[]
798798

799-
[1
800799

800+
Underfull \hbox (badness 10000) in paragraph at lines 612--614
801801

802-
] (./book.aux)
802+
[]
803+
804+
805+
Underfull \hbox (badness 10000) in paragraph at lines 615--618
806+
807+
[]
808+
809+
810+
Underfull \hbox (badness 10000) in paragraph at lines 625--629
811+
812+
[]
813+
814+
815+
Underfull \hbox (badness 10000) in paragraph at lines 636--637
816+
817+
[]
818+
819+
File: figs/interpret.eps Graphic file (type eps)
820+
<figs/interpret.eps> [1
821+
822+
823+
]
824+
File: figs/compile.eps Graphic file (type eps)
825+
<figs/compile.eps>
826+
Underfull \hbox (badness 10000) in paragraph at lines 666--668
827+
828+
[]
829+
830+
831+
Package Fancyhdr Warning: \headheight is too small (12.0pt):
832+
Make it at least 12.12543pt.
833+
We now make it that large for the rest of the document.
834+
This may cause the page layout to be inconsistent, however.
835+
836+
[2]
837+
Unknown feature `style=Regular/ICU' in font `TeXGyrePagella Regular'.
838+
Unknown feature `style=Regular/B/ICU' in font `TeXGyrePagella Regular'.
839+
Unknown feature `style=Regular/B/ICU' in font `AR PL SungtiL GB'.
840+
841+
Underfull \hbox (badness 10000) in paragraph at lines 739--740
842+
843+
[]
844+
845+
846+
Underfull \hbox (badness 10000) in paragraph at lines 753--754
847+
848+
[]
849+
850+
851+
Underfull \hbox (badness 10000) in paragraph at lines 758--759
852+
853+
[]
854+
855+
Unknown feature `style=Regular/I/ICU' in font `TeXGyrePagella Regular'.
856+
857+
Underfull \hbox (badness 10000) in paragraph at lines 760--761
858+
859+
[]
860+
861+
862+
Package Fancyhdr Warning: \headheight is too small (12.0pt):
863+
Make it at least 12.09613pt.
864+
We now make it that large for the rest of the document.
865+
This may cause the page layout to be inconsistent, however.
866+
867+
[3]
868+
Underfull \hbox (badness 10000) in paragraph at lines 765--766
869+
870+
[]
871+
872+
873+
Underfull \hbox (badness 10000) in paragraph at lines 779--780
874+
875+
[]
876+
877+
878+
Underfull \hbox (badness 10000) in paragraph at lines 787--788
879+
880+
[]
881+
882+
883+
Underfull \hbox (badness 10000) in paragraph at lines 804--805
884+
885+
[]
886+
887+
888+
Package Fancyhdr Warning: \headheight is too small (12.0pt):
889+
Make it at least 12.12543pt.
890+
We now make it that large for the rest of the document.
891+
This may cause the page layout to be inconsistent, however.
892+
893+
[4]
894+
Unknown feature `style=Regular/ICU' in font `TeXGyrePagella Regular'.
895+
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <8> not available
896+
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 818.
897+
Unknown feature `style=Regular/ICU' in font `AR PL SungtiL GB'.
898+
LaTeX Font Info: Try loading font information for TS1+lmtt on input line 849
899+
.
900+
(/usr/share/texmf/tex/latex/lm/ts1lmtt.fd
901+
File: ts1lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern
902+
)
903+
Underfull \hbox (badness 10000) in paragraph at lines 874--877
904+
905+
[]
906+
907+
908+
Package Fancyhdr Warning: \headheight is too small (12.0pt):
909+
Make it at least 12.18402pt.
910+
We now make it that large for the rest of the document.
911+
This may cause the page layout to be inconsistent, however.
912+
913+
[5]
914+
Underfull \hbox (badness 10000) in paragraph at lines 878--879
915+
916+
[]
917+
918+
919+
Underfull \hbox (badness 10000) in paragraph at lines 882--883
920+
921+
[]
922+
923+
924+
Underfull \hbox (badness 10000) in paragraph at lines 884--885
925+
926+
[]
927+
928+
Unknown feature `style=Regular/I/ICU' in font `TeXGyrePagella Regular'.
929+
930+
Underfull \hbox (badness 10000) in paragraph at lines 886--887
931+
932+
[]
933+
934+
935+
Underfull \hbox (badness 10000) in paragraph at lines 891--892
936+
937+
[]
938+
939+
940+
Underfull \hbox (badness 10000) in paragraph at lines 893--894
941+
942+
[]
943+
944+
945+
Package Fancyhdr Warning: \headheight is too small (12.0pt):
946+
Make it at least 12.12543pt.
947+
We now make it that large for the rest of the document.
948+
This may cause the page layout to be inconsistent, however.
949+
950+
[6]
951+
952+
Package Fancyhdr Warning: \headheight is too small (12.0pt):
953+
Make it at least 12.0766pt.
954+
We now make it that large for the rest of the document.
955+
This may cause the page layout to be inconsistent, however.
956+
957+
[7] (./book.aux)
803958
LaTeX Font Info: Some font shapes were not available, defaults substituted.
804959

805960

806961
LaTeX Warning: There were undefined references.
807962

963+
964+
LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
965+
808966
)
809967
Here is how much of TeX's memory you used:
810-
5775 strings out of 494665
811-
95876 string characters out of 1166476
812-
179155 words of memory out of 3000000
813-
8851 multiletter control sequences out of 15000+50000
814-
21136 words of font info for 98 fonts, out of 3000000 for 9000
968+
5899 strings out of 494665
969+
98294 string characters out of 1166476
970+
183155 words of memory out of 3000000
971+
8956 multiletter control sequences out of 15000+50000
972+
24367 words of font info for 115 fonts, out of 3000000 for 9000
815973
669 hyphenation exceptions out of 8191
816974
34i,10n,43p,458b,283s stack positions out of 5000i,500n,10000p,200000b,50000s
817975

818-
Output written on book.pdf (13 pages).
976+
Output written on book.pdf (19 pages).

thinkpython/tex-zh/book.pdf

107 KB
Binary file not shown.

0 commit comments

Comments
 (0)