-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.tex
55 lines (47 loc) · 1.43 KB
/
index.tex
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
% -*- coding: utf-8 -*-
% This is part of the book TeX for the Impatient.
% Copyright (C) 2003 Paul W. Abrahams, Kathryn A. Hargreaves, Karl Berry.
% See file fdl.tex for copying conditions.
\input macros
%\chapter{Index}
\chapter{索引}
\par
\kern-\baselineskip
%\noindent In the entries of this index, a page number in italics
%indicates a principal or defining entry.
\noindent 在这个索引的各项中,意大利体页码表示一个主要项或定义项。
\par
% Let's try to collect indexing cross-references here.
%
%\idxsee{diacritical marks}{accents}
%\idxsee{drawing lines}{rules}
%\idxsee{drivers}{device drivers}
%\idxsee{eyes}{\anatomy}
%\idxsee{foreign languages}{European languages}
%\idxsee{intestines}{\anatomy}
%\idxsee{mouth}{\anatomy}
%\idxsee{page footers}{footers}
%\idxsee{page headers}{headers}
%\idxsee{paragraphs//indenting}{indentation}
%\idxsee{recursive macros}{macros, recursive}
%\idxsee{stomach}{\anatomy}
%\idxsee{tables}{alignments}
\idxsee{变音符}{重音}
\idxsee{画线}{标线}
\idxsee{驱动}{设备驱动}
\idxsee{眼睛}{\texpouxi}
\idxsee{外语}{欧洲语言}
\idxsee{肠道}{\texpouxi}
\idxsee{嘴巴}{\texpouxi}
%\idxsee{page footers}{footers}
%\idxsee{page headers}{headers}
\idxsee{段落!缩进}{缩进}
%\idxsee{recursive macros}{macros, recursive}
\idxsee{胃}{\texpouxi}
\idxsee{表格}{阵列}
\beginindex
\let\+ = 0 % This can't occur in a macro...
\readindexfile{i}
\endindex
\endchapter
\byebye