blob: e18fbf18a6bb51487df0029ab65601cde36a2b8b (
plain) (
blame)
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
|
--- common/dbl1zhcn.dsl.orig Sat Aug 21 05:25:09 2004
+++ common/dbl1zhcn.dsl Sat Aug 21 05:25:47 2004
@@ -76,7 +76,7 @@
(list (normalize "bibliography") "%t")
(list (normalize "book") "%t")
(list (normalize "chapter") (if %chapter-autolabel%
- "µÚ %n &Chapter;"
+ "\U-7B2C %n &Chapter;"
"the &chapter; called %t"))
(list (normalize "equation") "&Equation; %n")
(list (normalize "example") "&Example; %n")
@@ -84,30 +84,30 @@
(list (normalize "glossary") "%t")
(list (normalize "index") "%t")
(list (normalize "listitem") "%n")
- (list (normalize "part") "µÚ %n &Part;")
+ (list (normalize "part") "\U-7B2C; %n &Part;")
(list (normalize "preface") "%t")
(list (normalize "procedure") "&Procedure; %n, %t")
(list (normalize "reference") "&Reference; %n, %t")
(list (normalize "section") (if %section-autolabel%
- "µÚ %n §ion;"
+ "\U-7B2C; %n §ion;"
"the §ion; called %t"))
(list (normalize "sect1") (if %section-autolabel%
- "µÚ %n §ion;"
+ "\U-7B2C; %n §ion;"
"the §ion; called %t"))
(list (normalize "sect2") (if %section-autolabel%
- "µÚ %n §ion;"
+ "\U-7B2C; %n §ion;"
"the §ion; called %t"))
(list (normalize "sect3") (if %section-autolabel%
- "µÚ %n §ion;"
+ "\U-7B2C; %n §ion;"
"the §ion; called %t"))
(list (normalize "sect4") (if %section-autolabel%
- "µÚ %n §ion;"
+ "\U-7B2C; %n §ion;"
"the §ion; called %t"))
(list (normalize "sect5") (if %section-autolabel%
- "µÚ %n §ion;"
+ "\U-7B2C; %n §ion;"
"the §ion; called %t"))
(list (normalize "simplesect") (if %section-autolabel%
- "µÚ %n §ion;"
+ "\U-7B2C; %n §ion;"
"the §ion; called %t"))
(list (normalize "sidebar") "&sidebar; %t")
(list (normalize "step") "&step; %n")
|