-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog
More file actions
553 lines (349 loc) · 14.2 KB
/
ChangeLog
File metadata and controls
553 lines (349 loc) · 14.2 KB
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
Version 5.8
* luatexko.lua:
- mkdir cachedir only if needed, by a function call
2026-02-20 Dohyun Kim <nomosnomos at gmail com>
Version 5.7
* luatexko.{sty,lua}:
- fix the routine to get a dotemph box
2026-02-14 Dohyun Kim <nomosnomos at gmail com>
Version 5.6
* luatexko.lua:
- a little speed-up by caching bbox data of harf-mode fonts
- use harfbuzz functions to get vmtx data of harf-mode fonts
- minor revision of \inhibitglue
2026-01-26 Dohyun Kim <nomosnomos at gmail com>
Version 5.5
* luatexko.{sty,lua}:
- new font option 'InterCharPenalty'
- revise \inhibitglue using token.set_lua
* luatexko.lua:
- fix protrusion value for harf-mode vertical writing
2025-12-19 Dohyun Kim <nomosnomos at gmail com>
Version 5.4
* luatexko.sty: more efficient tagging for vertical environment
* luatexko.lua: fix minor bugs
2025-11-24 Dohyun Kim <nomosnomos at gmail com>
Version 5.3
* luatexko.lua:
- reset hb.space and parameters.space for harf-mode fonts:
the width of inter-word space can be affected by this fix.
- consider extend/squeeze option in vertical font setting:
currently these two options do not work properly in node mode.
2025-11-20 Dohyun Kim <nomosnomos at gmail com>
Version 5.2
* luatexko.lua:
- copy attributes of leader box/rule to leader glue
- fix a bug in fontoptions.asc_desc[]
* luatexko.sty:
- new tagging plug for \uuline
2025-11-12 Dohyun Kim <nomosnomos at gmail com>
Version 5.1
* luatexko.{sty,lua}: fix a bug regarding uline tagging
2025-11-10 Dohyun Kim <nomosnomos at gmail com>
Version 5.0
* luatexko.{sty,lua}:
- improve \xxruby command using lua-uni-algos package
- improve ruby process by integrating separate processes
- improve uline process considering space glyph inserted by tagpdf
2025-11-07 Dohyun Kim <nomosnomos at gmail com>
Version 4.9
* luatexko.lua:
- support vertical writing with harfbuzz-mode font
- deactivate compresspunctuations when halt/vhal font feature is given
- restore calling of hb.font.get_glyph_extents() using memory cache
- avoid loss of illegal sequence of hangul jamo
2025-10-20 Dohyun Kim <nomosnomos at gmail com>
Version 4.8
* luatexko.lua:
- add fullwidth numbers/letters to is_hanja()
- allow glue stretching before/after non-breakable cjk characters
- bypass hb.font.get_glyph_extents() for speed-up, so a little larger
italic correction value for harf-mode fakeslant fonts
2025-09-26 Dohyun Kim <nomosnomos at gmail com>
Version 4.7
* luatexko.lua:
- redact remove_classic_spaces function
- insert no glue to the outermost node in a classic-mode box
- insert penalty between non-glyph box and cjk char in classic mode
2025-09-01 Dohyun Kim <nomosnomos at gmail com>
Version 4.6
* luatexko.lua:
- revert the last release related to hbox: inspect the most outer
nodes to get character code of a box in linebreak processes
* luatexko.sty:
- revert the last release related to pxrubrica
2025-08-27 Dohyun Kim <nomosnomos at gmail com>
Version 4.5
* luatexko.lua:
- new function cjk_punctuation_spacing for classic mode
- hbox is sort of hanja character in linebreak process.
* luatexko.sty:
- remove blocking glues inserted by pxrubrica
2025-08-24 Dohyun Kim <nomosnomos at gmail com>
Version 4.4
* luatexko.lua:
- ignore non-glyph nodes in hbox_char_font(); so a box is now treated
just like a character even if it starts or ends with a glue.
- insert 0pt userkern between ruby and base boxes, to prevent possible
glue made possible by the above change
- insert the same userken between base character and dotemph box
2025-08-23 Dohyun Kim <nomosnomos at gmail com>
Version 4.3
* luatexko.lua: more fix over spacing before pxrubrica ruby
2025-08-22 Dohyun Kim <nomosnomos at gmail com>
Version 4.2
* luatexko.sty:
- bsphack/esphack for punctuation-related commands
* luatexko.lua:
- fix a bug related to spacing between CJK punctuation and ruby
2025-07-16 Dohyun Kim <nomosnomos at gmail com>
Version 4.1
* luatexko.lua:
- character widths shall be consistent with the glyph widths in the
font program. (PDF standard document 9.2.4)
- tagging: make sure that uline is always artifact
2025-06-14 Dohyun Kim <nomosnomos at gmail com>
Version 4.0
* luatexko.sty: support tagging on vertical writing
* luatexko.lua:
- remove redundant user whatsits
- put dotemph box after the base characters
- add 0xFF1A and 0xFF1B to fonts.protrusions.setups.default
2025-06-07 Dohyun Kim <nomosnomos at gmail com>
Version 3.9
* luatexko.lua: fix a bug related to nested \uline
* luatexko.sty: support tagging on \ruby, \dotemph, and \uline etc
2025-02-28 Dohyun Kim <nomosnomos at gmail com>
Version 3.8
* luatexko.lua:
- fix an age-old bug regarding protrusion of harfbuzz font
- add 0xFF0C and 0xFF0E to fonts.protrusions.setups.default
2025-02-24 Dohyun Kim <nomosnomos at gmail com>
Version 3.7
* luatexko.sty:
- prevent garbages in dvi mode
- use LaTeX's build/page/before hook if available
* luatexko.lua: change char class of some chinese chars
2023-09-11 Dohyun Kim <nomos at ktug org>
Version 3.6
* luatexko.lua:
- prevent possible error in vertical writing mode
- more precise space_skip after hangul characters
2022-11-01 Dohyun Kim <nomos at ktug org>
Version 3.5
* luatexko.sty:
prevent clash with pgfpicture (use kernel's selectfont)
2022-03-20 Dohyun Kim <nomos at ktug org>
Version 3.4
* luatexko.sty:
- do not delay loading of konames-utf.sty
2021-07-10 Dohyun Kim <nomos at ktug org>
Version 3.3
* luatexko.sty:
- respect 'para/end' hook
- allow linebreak before CJK Unified Ideographs Extension G
* luatexko.lua:
- normalize node sequence 'LV, T'
- fix a bug wrt detection of HB fonts
2021-06-10 Dohyun Kim <nomos at ktug org>
Version 3.2
* luatexko.lua:
- support automatic josa selection after hanja characters
- dotemph/uline/ruby routines are now called from hpack_filter,
pre_linebreak_filter, and post_linebreak_filter callbacks.
* luatexko.sty:
- use LaTeX's selectfont hook which require LaTeX 2021/06/01 or later
- a new LaTeX environment: verticaltypesetting
- new plain TeX commands: \sethangulfont \sethanjafont \setfallbackfont
\beginverticaltypesetting \endverticaltypesetting
- vertical/horizontal environments now honor empty argument, which means
natural width.
2021-04-20 Dohyun Kim <nomos at ktug org>
Version 3.1
* luatexko.lua: insert 1/4 quad after vertical colons;
cleverer behavior when protrusion option is given;
process_fonts() is now called by hyphenate callback
2021-03-01 Dohyun Kim <nomos at ktug org>
Version 3.0
* luatexko.lua:
do not adjust interword glue after CJK characters
when current font is a monospaced font;
fix a bug wrt dotemph/ruby/sout position in vertical writing.
* luatexko.sty:
horizontal metrics of default Hangul monospaced font are
matched with those of Latin Modern Mono;
deprecated command \actualtext is now removed.
2020-07-27 Dohyun Kim <nomos at ktug org>
Version 2.9
* luatexko.lua, luatexko.sty:
adapt to latex-base-dev's new shipout hooks;
adapt to luaotfload's (not yet released) new expansion feature;
center-align horizontal writing box inside vertical writing
* luatexko-normalize.lua:
use lua-uni-algos package, which means that normalization
will not be confined to Hangul characters but applied to
all the Unicode ranges.
2020-03-20 Dohyun Kim <nomos at ktug org>
Version 2.8
* luatexko.lua, luatexko.sty:
use atbegshi package for dotemph, uline, and ruby
2020-03-14 Dohyun Kim <nomos at ktug org>
Version 2.7
* luatexko.lua:
use post_linebreak_filter callback;
support expansion/protrusion in harf mode
2020-02-17 Dohyun Kim <nomos at ktug org>
Version 2.6
* luatexko.lua:
discourage font substitution of monospaced ascii punctuations
* luatexko.sty:
use latex's newly introduced \@{rm|sf|tt|default}familyhook;
suppress bx-font-not-found warnings and make \bfseries work again
2019-12-01 Dohyun Kim <nomos at ktug org>
Version 2.5
* luatexko.lua: start to support luahbtex
* luatexko.sty: 2020 expl3 deprecation removals
2019-08-01 Dohyun Kim <nomos at ktug org>
Version 2.4
* luatexko.lua: allow linebreak before/after a normal hbox
* luatexko.{sty,lua}: moveleft horizontal box inside vertical writing
2019-06-21 Dohyun Kim <nomos at ktug org>
Version 2.3
* luatexko.lua: prevent discretionary node after Kana;
provide lua functions deactivateall() and reactivateall().
2019-06-07 Dohyun Kim <nomos at ktug org>
Version 2.2
* luatexko.sty, luatexko.lua: provide font option `InterCharStretch'
2019-05-25 Dohyun Kim <nomos at ktug org>
Version 2.1
* luatexko.sty: give smallest stretch to quite short ruby;
allow star option to markoverwith.
2019-05-01 Dohyun Kim <nomos at ktug org>
Version 2.0
* luatexko-core.sty: removed.
* luatexko.lua: totally rewritten.
* luatexko.sty: Package option `nofontspec' removed.
Font options `CompressPunctuations' `RemoveClassicSpaces'
and `InterCharacter' added.
`\registerbreakablebefore' and `\registerbreakableafter' added.
2019-04-06 Dohyun Kim <nomos at ktug org>
Version 1.24
* luatexko.lua: fix a bug regarding vertical typesetting
2019-03-24 Dohyun Kim <nomos at ktug org>
Version 1.23
* luatexko.lua: change post-linebreak callback from
'post_linebreak_filter' to 'hpack_filter' with groupcode restriction.
* luatex-core.sty: remove '\pdffontsize' and replace it with a
more suitable equivalent.
2018-11-09 Dohyun Kim <nomos at ktug org>
Version 1.22
* luatexko-core.sty, luatexko.lua: new command \hangulbyhangulfont.
This being declared, Hangul characters will be forcibly typeset
with Hangul font even when Latin font has Hangul glyphs.
2018-08-02 Dohyun Kim <nomos at ktug org>
Version 1.21
* luatexko.sty: adapt to the fontspec v2.6h
* luatexko.lua: font substitution for disc node as well
2018-04-19 Dohyun Kim <nomos at ktug org>
Version 1.20
* luatexko.lua: node.tail -> node.slide: see the bug reported at
http://www.ktug.org/xe/index.php?document_srl=229431
2018-04-06 Dohyun Kim <nomos at ktug org>
Version 1.19
* luatexko.sty: use glueexpr
2017-09-29 Dohyun Kim <nomos at ktug org>
Version 1.18
* luatexko.sty: zf@enc -> f@encoding
2017-05-01 Dohyun Kim <nomos at ktug org>
Version 1.17
* luatexko.lua: rewrite reorderTM (reorder-tone-marks) function
2017-02-06 Dohyun Kim <nomos at ktug org>
Version 1.16
* luatexko.sty: patch {rm|sf|tt}family of fontspec 2017
2016-05-14 Dohyun Kim <nomos at ktug org>
Version 1.15
* luatexko-core.sty: allow nested underline emphasis
2016-05-08 Dohyun Kim <nomos at ktug org>
Version 1.14
* luatexko.lua, luatexko-core.sty: more updates for luatex 0.95,
user_defined whatsit intead of special whatsit
2016-04-25 Dohyun Kim <nomos at ktug org>
Version 1.13
* luatexko.lua: direct access to vmtx table; drop caching
2016-04-22 Dohyun Kim <nomos at ktug org>
Version 1.12
* *.sty, *.lua: drop loading luatexbase.sty; updates for luatex 0.95
* luatexko.lua: avoid nested underline emphasis
2015-12-10 Dohyun Kim <nomos at ktug org>
Version 1.11
* luatexko-core.sty: adapt to luaotfload v2.6
* luatexko-normalize.lua: a small fix for windows os
2015-10-02 Dohyun Kim <nomos at ktug org>
Version 1.10
* luatexko.lua: adapt to latex 2015/10/01 and luatexbase v1.0
* luatexko.lua: assing pre/post penalty to U+FF62, U+FF63
* luatexko.lua: fix an infinite loop in reorderTM
2015-07-02 Dohyun Kim <nomos at ktug org>
Version 1.9
* luatexko.lua: some more compatibility with synctex
* luatexko-core.sty: new environment `horizontal'
* luatexko.lua: remove support for ideographic variations (fontloader
supports them)
2015-05-10 Dohyun Kim <nomos at ktug org>
Version 1.8
* luatexko.lua: internal changes using `node.direct'
* luatexko-core.sty: \xxruby is a convenient variant of \ruby
2015-01-16 Dohyun Kim <nomos at ktug org>
Version 1.7
* luatexko.sty: package option [unfonts] is removed
* *.lua, *.sty: minor fixes and updated copyright year
2014-06-17 Dohyun Kim <nomos at ktug org>
Version 1.6
* luatexko.sty, luatexko.lua: new font option [NoEmbedding] prevents
inclusion of fonts into PDF file.
* luatexko-uhc2utf8.lua: fix a bug in utf-8 detection routine,
reported by Karnes Kim
* luatexko.lua: put underline leader node before text, so that text
should not be overprinted by a color box. Requested by Karnes Kim
* luatexko.sty: [Ligatures=TeX] is now default option for main/sans
hangul/hanja/fallback fonts. Requires fontspec v2.4
2014-05-11 Dohyun Kim <nomos at ktug org>
Version 1.5
* luatexko.sty: new package option [nofontspec] which prevents loading
of fontspec.sty
* luatexko.lua, luatexko.sty: use Nanum Type1 fonts as final fallback
fonts
* luatexko.sty: font option YetHangul=Off has gone now, only YetHangul
is still there.
* luatexko.lua: implemented experimental support for vertical
typesetting. LuaTeX version 0.79 or later is required.
* luatexko.lua, luatexko-core.sty: new macro \actualtext inspired by
accsupp.sty authored by Heiko Oberdiek.
* luatexko.lua: italic correction for replacing cjk fonts as well
2014-01-16 Dohyun Kim <nomos at ktug org>
Version 1.4
* luatexko.lua: italic correction of fakeslant font
* luatexko.sty: use everysel.sty to redefine selectfont. This fixes
a bug reported by Hoze Yi & Juho Lee.
2013-12-06 Dohyun Kim <nomos at ktug org>
Version 1.3
* luatexko.lua: if \josaignoreparens=1, then characters inside
parentheses are ignored during automatic josa selection routine.
* luatexko.sty, luatexko-core.sty, luatexko.lua: new macros
\hangulpunctuations \registerpunctuations etc; removed [QuoteRaise]
font option.
* luatexko.sty, luatexko-core.sty, luatexko.lua: new macros
\setmainfallbackfont \setsansfallbackfont etc.
2013-07-03 Dohyun Kim <nomos at ktug org>
Version 1.2
* luatexko.sty: move Hangul caption setting to AtBeginDocument
* luatexko.lua: implemented reordering of hangul tone marks;
fix a bug wrt. \dotemph of old hangul.
* luatexko-core.sty: adapt to \fontname fix by luaotfload
2013-05-19 Dohyun Kim <nomos at ktug org>
Version 1.1
* luatexko.sty: fix a bug regarding hyperref pdf string
* luatexko.lua, luatexko-core.sty: remove redundant code wrt.
font switching
2013-05-10 Dohyun Kim <nomos at ktug org>
Initial release. Version 1.0