texlive[62832] branches/branch2021.final/Master/texmf-dist: luatexko

commits+karl at tug.org commits+karl at tug.org
Sun Mar 20 22:10:53 CET 2022


Revision: 62832
          http://tug.org/svn/texlive?view=revision&revision=62832
Author:   karl
Date:     2022-03-20 22:10:53 +0100 (Sun, 20 Mar 2022)
Log Message:
-----------
luatexko (20mar22) (branch)

Modified Paths:
--------------
    branches/branch2021.final/Master/texmf-dist/doc/luatex/luatexko/ChangeLog
    branches/branch2021.final/Master/texmf-dist/doc/luatex/luatexko/README
    branches/branch2021.final/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.pdf
    branches/branch2021.final/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex
    branches/branch2021.final/Master/texmf-dist/tex/luatex/luatexko/luatexko-normalize.lua
    branches/branch2021.final/Master/texmf-dist/tex/luatex/luatexko/luatexko-uhc2utf8.lua
    branches/branch2021.final/Master/texmf-dist/tex/luatex/luatexko/luatexko.lua
    branches/branch2021.final/Master/texmf-dist/tex/luatex/luatexko/luatexko.sty

Modified: branches/branch2021.final/Master/texmf-dist/doc/luatex/luatexko/ChangeLog
===================================================================
--- branches/branch2021.final/Master/texmf-dist/doc/luatex/luatexko/ChangeLog	2022-03-20 21:10:44 UTC (rev 62831)
+++ branches/branch2021.final/Master/texmf-dist/doc/luatex/luatexko/ChangeLog	2022-03-20 21:10:53 UTC (rev 62832)
@@ -1,3 +1,10 @@
+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

Modified: branches/branch2021.final/Master/texmf-dist/doc/luatex/luatexko/README
===================================================================
--- branches/branch2021.final/Master/texmf-dist/doc/luatex/luatexko/README	2022-03-20 21:10:44 UTC (rev 62831)
+++ branches/branch2021.final/Master/texmf-dist/doc/luatex/luatexko/README	2022-03-20 21:10:53 UTC (rev 62832)
@@ -1,4 +1,4 @@
-LuaTeX-ko Package version 3.3 (2021/07/10)
+LuaTeX-ko Package version 3.4 (2022/03/20)
 ===========================================
 
 This is a Lua(La)TeX macro package that supports typesetting Korean

Modified: branches/branch2021.final/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2021.final/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex
===================================================================
--- branches/branch2021.final/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex	2022-03-20 21:10:44 UTC (rev 62831)
+++ branches/branch2021.final/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex	2022-03-20 21:10:53 UTC (rev 62832)
@@ -142,7 +142,7 @@
 \author{Dohyun Kim \normalsize |<nomos at ktug org>| \and
         Soojin Nam \normalsize |<jsunam at gmail com>| \and
   \normalsize <\url{http://github.com/dohyunkim/luatexko}>}
-\date{Version 3.3\quad 2021/07/10}
+\date{Version 3.4\quad 2022/03/20}
 \maketitle
 
 \begin{quote}

Modified: branches/branch2021.final/Master/texmf-dist/tex/luatex/luatexko/luatexko-normalize.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/luatex/luatexko/luatexko-normalize.lua	2022-03-20 21:10:44 UTC (rev 62831)
+++ branches/branch2021.final/Master/texmf-dist/tex/luatex/luatexko/luatexko-normalize.lua	2022-03-20 21:10:53 UTC (rev 62832)
@@ -1,6 +1,6 @@
 -- luatexko-normalize.lua
 --
--- Copyright (c) 2013-2021  Dohyun Kim  <nomos at ktug org>
+-- Copyright (c) 2013-2022  Dohyun Kim  <nomos at ktug org>
 --                          Soojin Nam  <jsunam at gmail com>
 --
 -- This work may be distributed and/or modified under the
@@ -13,8 +13,8 @@
 
 luatexbase.provides_module({
   name        = "luatexko-normalize",
-  version     = "3.3",
-  date        = "2021/07/10",
+  version     = "3.4",
+  date        = "2022/03/20",
   author      = "Dohyun Kim, Soojin Nam",
   description = "Hangul normalization",
   license     = "LPPL v1.3+",

Modified: branches/branch2021.final/Master/texmf-dist/tex/luatex/luatexko/luatexko-uhc2utf8.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/luatex/luatexko/luatexko-uhc2utf8.lua	2022-03-20 21:10:44 UTC (rev 62831)
+++ branches/branch2021.final/Master/texmf-dist/tex/luatex/luatexko/luatexko-uhc2utf8.lua	2022-03-20 21:10:53 UTC (rev 62832)
@@ -1,6 +1,6 @@
 -- luatexko-uhc2utf8.lua
 --
--- Copyright (c) 2013-2021  Dohyun Kim  <nomos at ktug org>
+-- Copyright (c) 2013-2022  Dohyun Kim  <nomos at ktug org>
 --                          Soojin Nam  <jsunam at gmail com>
 --
 -- This work may be distributed and/or modified under the
@@ -13,8 +13,8 @@
 
 luatexbase.provides_module({
   name        = "luatexko-uhc2utf8",
-  version     = "3.3",
-  date        = "2021/07/10",
+  version     = "3.4",
+  date        = "2022/03/20",
   author      = "Dohyun Kim, Soojin Nam",
   description = "UHC (CP949) input encoding",
   license     = "LPPL v1.3+",

Modified: branches/branch2021.final/Master/texmf-dist/tex/luatex/luatexko/luatexko.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/luatex/luatexko/luatexko.lua	2022-03-20 21:10:44 UTC (rev 62831)
+++ branches/branch2021.final/Master/texmf-dist/tex/luatex/luatexko/luatexko.lua	2022-03-20 21:10:53 UTC (rev 62832)
@@ -1,6 +1,6 @@
 -- luatexko.lua
 --
--- Copyright (c) 2013-2021 Dohyun Kim <nomos at ktug org>
+-- Copyright (c) 2013-2022 Dohyun Kim <nomos at ktug org>
 --                         Soojin Nam <jsunam at gmail com>
 --
 -- This work may be distributed and/or modified under the
@@ -13,8 +13,8 @@
 
 luatexbase.provides_module {
   name        = 'luatexko',
-  date        = '2021/07/10',
-  version     = '3.3',
+  date        = '2022/03/20',
+  version     = '3.4',
   description = 'typesetting Korean with LuaTeX',
   author      = 'Dohyun Kim, Soojin Nam',
   license     = 'LPPL v1.3+',

Modified: branches/branch2021.final/Master/texmf-dist/tex/luatex/luatexko/luatexko.sty
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/luatex/luatexko/luatexko.sty	2022-03-20 21:10:44 UTC (rev 62831)
+++ branches/branch2021.final/Master/texmf-dist/tex/luatex/luatexko/luatexko.sty	2022-03-20 21:10:53 UTC (rev 62832)
@@ -1,6 +1,6 @@
 % luatexko.sty
 %
-% Copyright (c) 2013-2021 Dohyun Kim <nomos at ktug org>
+% Copyright (c) 2013-2022 Dohyun Kim <nomos at ktug org>
 %                         Soojin Nam <jsunam at gmail com>
 %
 % This work may be distributed and/or modified under the
@@ -14,7 +14,7 @@
 \ifdefined\luatexkohangulfontattr \endinput\fi
 \ifdefined\ProvidesPackage
   \NeedsTeXFormat{LaTeX2e}[2021/06/01]
-  \ProvidesPackage{luatexko}[2021/07/10 v3.3 typesetting Korean with LuaTeX]
+  \ProvidesPackage{luatexko}[2022/03/20 v3.4 typesetting Korean with LuaTeX]
   \RequirePackage{luatexbase}
   \RequirePackage{fontspec}[2020/02/03]
 \else
@@ -967,12 +967,12 @@
     \def\가{가}\def\이{이}\def\라{라}\def\으{으}\def\로{로}%
     \def\hellipsis{...}}}{}
   \@ifpackageloaded{pxrubrica}{\let\ruby\jruby}{}
-  \if at hangul \RequirePackage{konames-utf}\fi
 }
 % misc
 \RequirePackage{kolabels-utf}
 \protected\def\hellipsis{\char"2026\char"2026 }
 \if at hangul
+  \RequirePackage{konames-utf}
   \linespread{1.3888}
   \footnotesep=1.3888\footnotesep
   \skip\footins=\glueexpr\skip\footins/72*100\relax



More information about the tex-live-commits mailing list.