blob: ef92991cae445dba20e7f959bd1176196be70205 (
plain)
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
%%
%% This is file `zhnumber-gbk.cfg',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% zhnumber.dtx (with options: `config-gbk')
%%
%% Copyright (C) 2012 by Qing Lee <sobenlee@gmail.com>
%% --------------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status "maintained".
%% The Current Maintainer of this work is Qing Lee.
%%
\ExplSyntaxOff
\ProvidesExplFile {zhnumber-gbk.cfg}
{2012/05/21} {1.4}
{Chinese numerals with GBK encoding}
\tl_set:Nn \c_zhnum_minus_tl { \bool_if:NTF \l_zhnum_simp_bool { } { ؓ } }
\tl_set:Nn \c_zhnum_zero_tl { \bool_if:nTF \l_zhnum_null_bool \c_zhnum_null_tl { } }
\tl_set:Nn \c_zhnum_null_tl { \bool_if:NTF \l_zhnum_normal_bool { } { } }
\tl_set:Nn \c_zhnum_one_tl { \bool_if:NTF \l_zhnum_normal_bool { һ } { Ҽ } }
\tl_set:Nn \c_zhnum_two_tl { \bool_if:NTF \l_zhnum_normal_bool { } { \bool_if:NTF \l_zhnum_simp_bool { } { E } } }
\tl_set:Nn \c_zhnum_three_tl { \bool_if:NTF \l_zhnum_normal_bool { } { \bool_if:NTF \l_zhnum_simp_bool { } { } } }
\tl_set:Nn \c_zhnum_four_tl { \bool_if:NTF \l_zhnum_normal_bool { } { } }
\tl_set:Nn \c_zhnum_five_tl { \bool_if:NTF \l_zhnum_normal_bool { } { } }
\tl_set:Nn \c_zhnum_six_tl { \bool_if:NTF \l_zhnum_normal_bool { } { \bool_if:NTF \l_zhnum_simp_bool { ½ } { } } }
\tl_set:Nn \c_zhnum_seven_tl { \bool_if:NTF \l_zhnum_normal_bool { } { } }
\tl_set:Nn \c_zhnum_eight_tl { \bool_if:NTF \l_zhnum_normal_bool { } { } }
\tl_set:Nn \c_zhnum_nine_tl { \bool_if:NTF \l_zhnum_normal_bool { } { } }
\tl_set:Nn \c_zhnum_ten_tl { \bool_if:NTF \l_zhnum_normal_bool { ʮ } { ʰ } }
\tl_set:Nn \c_zhnum_hundred_tl { \bool_if:NTF \l_zhnum_normal_bool { } { } }
\tl_set:Nn \c_zhnum_thousand_tl { \bool_if:NTF \l_zhnum_normal_bool { ǧ } { Ǫ } }
\tl_set:Nn \c_zhnum_twenty_tl { إ }
\tl_set:Nn \c_zhnum_thirty_tl { ئ }
\tl_set:Nn \c_zhnum_forty_tl { c }
\tl_set:Nn \c_zhnum_two_hundred_tl { z }
\tl_set:Nn \c_zhnum_dot_tl { \bool_if:NTF \l_zhnum_simp_bool { } { c } }
\tl_set:Nn \c_zhnum_and_tl { }
\tl_set:Nn \c_zhnum_over_tl { ֮ }
\tl_set:Nn \c_zhnum_scale_zero_tl { }
\tl_set:Nn \c_zhnum_scale_one_tl { \bool_if:NTF \l_zhnum_simp_bool { } { f } }
\tl_set:Nn \c_zhnum_scale_two_tl { \bool_if:NTF \l_zhnum_simp_bool { } { | } }
\tl_set:Nn \c_zhnum_scale_three_tl { }
\tl_set:Nn \c_zhnum_scale_four_tl { }
\tl_set:Nn \c_zhnum_scale_five_tl { }
\tl_set:Nn \c_zhnum_scale_six_tl { }
\tl_set:Nn \c_zhnum_scale_seven_tl { }
\tl_set:Nn \c_zhnum_scale_eight_tl { \bool_if:NTF \l_zhnum_simp_bool { } { } }
\tl_set:Nn \c_zhnum_scale_nine_tl { \bool_if:NTF \l_zhnum_simp_bool { } { } }
\tl_set:Nn \c_zhnum_scale_ten_tl { }
\tl_set:Nn \c_zhnum_scale_eleven_tl { \bool_if:NTF \l_zhnum_simp_bool { } { d } }
\ExplSyntaxOff
%%
%% This package consists of the file zhnumber.dtx,
%% and the derived files zhnumber.pdf,
%% zhnumber.sty,
%% zhnumber-utf8.cfg,
%% zhnumber-gbk.cfg,
%% zhnumber.ins and
%% README.txt.
%%
%% End of file `zhnumber-gbk.cfg'.
|