|
76 | 76 | (list (normalize "bibliography") "%t")
|
77 | 77 | (list (normalize "book") "%t")
|
78 | 78 | (list (normalize "chapter") (if %chapter-autolabel%
|
79 |
| - "µÚ %n &Chapter;" |
| 79 | + "\U-7B2C; %n &Chapter;" |
80 | 80 | "the &chapter; called %t"))
|
81 | 81 | (list (normalize "equation") "&Equation; %n")
|
82 | 82 | (list (normalize "example") "&Example; %n")
|
83 | 83 | (list (normalize "figure") "&Figure; %n")
|
84 | 84 | (list (normalize "glossary") "%t")
|
85 | 85 | (list (normalize "index") "%t")
|
86 | 86 | (list (normalize "listitem") "%n")
|
87 |
| - (list (normalize "part") "µÚ %n &Part;") |
| 87 | + (list (normalize "part") "\U-7B2C; %n &Part;") |
88 | 88 | (list (normalize "preface") "%t")
|
89 | 89 | (list (normalize "procedure") "&Procedure; %n, %t")
|
90 | 90 | (list (normalize "reference") "&Reference; %n, %t")
|
91 | 91 | (list (normalize "section") (if %section-autolabel%
|
92 |
| - "µÚ %n §ion;" |
| 92 | + "\U-7B2C; %n §ion;" |
93 | 93 | "the §ion; called %t"))
|
94 | 94 | (list (normalize "sect1") (if %section-autolabel%
|
95 |
| - "µÚ %n §ion;" |
| 95 | + "\U-7B2C; %n §ion;" |
96 | 96 | "the §ion; called %t"))
|
97 | 97 | (list (normalize "sect2") (if %section-autolabel%
|
98 |
| - "µÚ %n §ion;" |
| 98 | + "\U-7B2C; %n §ion;" |
99 | 99 | "the §ion; called %t"))
|
100 | 100 | (list (normalize "sect3") (if %section-autolabel%
|
101 |
| - "µÚ %n §ion;" |
| 101 | + "\U-7B2C; %n §ion;" |
102 | 102 | "the §ion; called %t"))
|
103 | 103 | (list (normalize "sect4") (if %section-autolabel%
|
104 |
| - "µÚ %n §ion;" |
| 104 | + "\U-7B2C; %n §ion;" |
105 | 105 | "the §ion; called %t"))
|
106 | 106 | (list (normalize "sect5") (if %section-autolabel%
|
107 |
| - "µÚ %n §ion;" |
| 107 | + "\U-7B2C; %n §ion;" |
108 | 108 | "the §ion; called %t"))
|
109 | 109 | (list (normalize "simplesect") (if %section-autolabel%
|
110 |
| - "µÚ %n §ion;" |
| 110 | + "\U-7B2C; %n §ion;" |
111 | 111 | "the §ion; called %t"))
|
112 | 112 | (list (normalize "sidebar") "&sidebar; %t")
|
113 | 113 | (list (normalize "step") "&step; %n")
|
|
0 commit comments