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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
2015-06-16 Dohyun Kim <nomos at ktug org>
Version 2.13
* xetexko-space.sty: address issue #3 (glue after whatsit)
* xetexko-vertical.sty: new environment `horizontal'
2015-03-26 Dohyun Kim <nomos at ktug org>
Version 2.12
* xetexko-space.sty: assign catcode 12 to Hangul Jamo
* xetexko.sty, xetexko-space.sty, xetexko-font.sty: fix bug #2
regarding amsart.cls.
2015-01-18 Dohyun Kim <nomos at ktug org>
Version 2.11
* xetexko-space.sty: fix a bug regarding xoblivoir and ulem
2015-01-16 Dohyun Kim <nomos at ktug org>
Version 2.10
* xetexko.sty, xetexko-font.sty: package option [unfonts] is removed
* *.sty: minor fixes and updated copyright year
2014-08-04 Dohyun Kim <nomos at ktug org>
Version 2.9
* xetexko-font.sty: Nanum Truetype fonts, if available, will be used
as default hangul/hanja fonts if no hangul/hanja font is specified by
users.
2014-07-27 Dohyun Kim <nomos at ktug org>
Version 2.8
* xetexko-space.sty: adapt to recent update of unicode-letters.tex.
Hangul syllables were of catcode 12 traditionally, and this is deeply
interwined with Automatic Josa Selection. So, recent change of
unicode-letters.tex, assigning catcode 11 to Hangul, is hereby
reverted.
* xetexko-font.sty: allow font option only once, as per future release
of fontspec
2014-06-17 Dohyun Kim <nomos at ktug org>
Version 2.7
* xetexko-font.sty: Ligatures=TeX is now default option for main/sans
hangul/hanja fonts. Requires fontspec v2.4
* xetexko-font.sty: new macros \defaulthangulfontfeatures and
\defaulthanjafontfeatures
2014-05-11 Dohyun Kim <nomos at ktug org>
Version 2.6
* xetexko-space.sty: assign U+FE00 block to IVS char as per
unicode 6.3
* xetexko-font.sty: font option YetHangul is still there, but
YetHangul=Off has been removed
* xetexko-font.sty: use latex3 syntax for defining font commands;
remove dependency on xkeyval package
2014-03-28 Dohyun Kim <nomos at ktug org>
Version 2.5
* xetexko-font.sty: fixed a bug wrt hangul in preamble
* xetexko-vertical.sty: fixed a bug wrt 'charraise' of CJK symbols
2014-02-02 Dohyun Kim <nomos at ktug org>
Version 2.4
* xetexko-space.sty: support Ideographic Variation Selector.
* xetexko-font.sty: fix a conflict with everysel.sty, reported by
Hoze Yi & Juho Lee
* xetexko-font.sty, xetexko-space.sty: fix conflicts with realscripts
and xypic packages, reported at
http://www.ktug.org/xe/index.php?document_srl=180038 and
http://www.ktug.org/xe/index.php?document_srl=180107 respectively.
2013-12-14 Dohyun Kim <nomos at ktug org>
Version 2.3
* xetexko-space.sty xetexko.sty: previous release introduced a bug
related to ulem package, reported by Insung Cho.
* xetexko-space.sty: font-switching had sometimes been confused by
everyhangul/everyhanja.
2013-12-06 Dohyun Kim <nomos at ktug org>
Version 2.2
* xetexko-space.sty: \latinhyphens is now the default
* xetexko-hanging.sty: \hangingpunctuations is not needed any more
* xetexko-space.sty: assign missing kana chars including U+30FC to
smallkana class
* xetexko-space.sty: assign compatibility jamo chars to hangulsyllable
class
* xetexko-space.sty: new macros \everyhangul and \everyhanja
* xetexko-space.sty: same stretch/shrink value for inter-hangul and
inter-hanja skip
* xetexko-font.sty xetexko-space.sty: new font option `charraise'
* xetexko-space.sty: \fallbackhanjafont as a final fallback font
* xetexko-josa.sty: fix a bug regarding non-BMP chars
2013-07-03 Dohyun Kim <nomos at ktug org>
Version 2.1
* xetexko.sty: move Hangul caption setting to AtBeginDocument
* xetexko-space.sty: new macro \disablejamoautojosa, needed for teckit
mapping of Jamos.
* xetexko-vertical.sty: \verticaltypesetting for plain tex was
missing.
2013-03-27 Dohyun Kim <nomos at ktug org>
Initial release to CTAN. Version 2.0
|