texlive[57758] Master/texmf-dist: chinese-jfm (15feb21)

commits+karl at tug.org commits+karl at tug.org
Mon Feb 15 23:21:26 CET 2021


Revision: 57758
          http://tug.org/svn/texlive?view=revision&revision=57758
Author:   karl
Date:     2021-02-15 23:21:25 +0100 (Mon, 15 Feb 2021)
Log Message:
-----------
chinese-jfm (15feb21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/luatex/chinese-jfm/README.md
    trunk/Master/texmf-dist/doc/luatex/chinese-jfm/chinese-jfm.pdf
    trunk/Master/texmf-dist/doc/luatex/chinese-jfm/chinese-jfm.tex
    trunk/Master/texmf-dist/tex/luatex/chinese-jfm/jfm-ja_JP.lua
    trunk/Master/texmf-dist/tex/luatex/chinese-jfm/jfm-zh_CN.lua
    trunk/Master/texmf-dist/tex/luatex/chinese-jfm/jfm-zh_TW.lua

Modified: trunk/Master/texmf-dist/doc/luatex/chinese-jfm/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/chinese-jfm/README.md	2021-02-15 22:21:01 UTC (rev 57757)
+++ trunk/Master/texmf-dist/doc/luatex/chinese-jfm/README.md	2021-02-15 22:21:25 UTC (rev 57758)
@@ -10,11 +10,11 @@
 
 * v1.0.0
 
-First published to CTAN.
+    First published to CTAN.
 
 * v1.0.1
 
-Update documentation.
+    Update documentation.
 
 * v1.1.0
 
@@ -22,5 +22,9 @@
 
     - Add `fzpr` feature for zh_CN.
 
+* v1.1.1
+
+    Fix bugs of `fzpr` under `vert` .
+
 ---
 Copyright (c) 2020 -- 2021 ListLee.

Modified: trunk/Master/texmf-dist/doc/luatex/chinese-jfm/chinese-jfm.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/luatex/chinese-jfm/chinese-jfm.tex
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/chinese-jfm/chinese-jfm.tex	2021-02-15 22:21:01 UTC (rev 57757)
+++ trunk/Master/texmf-dist/doc/luatex/chinese-jfm/chinese-jfm.tex	2021-02-15 22:21:25 UTC (rev 57758)
@@ -14,7 +14,7 @@
 
 \title{\textbf{\textsf{Chinese JFM}}\thanks{\url{https://github.com/tanukihee/ChineseJFM}}}
 \author{ListLee}
-\date{\zhtoday \qquad v1.1.0}
+\date{\zhtoday \qquad v1.1.1}
 
 \begin{document}
 \maketitle
@@ -83,13 +83,13 @@
 
 \nocite{*}
 \begin{thebibliography}{9}
-\bibitem{LuaTeX-ja} Lua\TeX-jaプロジェクトチーム.\textit{Lua\TeX-ja パッケージ} [EB/OL].version 20210103.0,(2021-01-03)\\\mbox{}
+\bibitem{LuaTeX-ja} Lua\TeX-jaプロジェクトチーム.\textit{Lua\TeX-jaパッケージ}[EB/OL].version 20210214.0,(2021-02-14)\\\mbox{}
 \hfill\url{https://ctan.org/pkg/luatexja}
 
-\bibitem{CTeX} CTEX.ORG.\textit{\CTeX{} 宏集手册} [EB/OL].version 2.5.5,(2020-10-19)\\\mbox{}
+\bibitem{CTeX} CTEX.ORG.\textit{\CTeX{}宏集手册}[EB/OL].version 2.5.5,(2020-10-19)\\\mbox{}
 \hfill\url{https://ctan.org/pkg/ctex}
 
-\bibitem{孔雀计划} 刘庆(Eric Q L).\textit{孔雀计划:中文字体排印的思路} [EB/OL].\\\mbox{}
+\bibitem{孔雀计划} 刘庆(Eric Q L).\textit{孔雀计划:中文字体排印的思路}[EB/OL].\\\mbox{}
 \hfill\url{https://thetype.com/kongque/}
 \end{thebibliography}
 

Modified: trunk/Master/texmf-dist/tex/luatex/chinese-jfm/jfm-ja_JP.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/chinese-jfm/jfm-ja_JP.lua	2021-02-15 22:21:01 UTC (rev 57757)
+++ trunk/Master/texmf-dist/tex/luatex/chinese-jfm/jfm-ja_JP.lua	2021-02-15 22:21:25 UTC (rev 57758)
@@ -1,5 +1,5 @@
 -- Chinese JFM for Japanese fonts (ja_JP)
--- v1.1.0
+-- v1.1.1, 2021/02/15
 -- Copyright (c) 2020 -- 2021 ListLee.
 
 local is_vt, is_qj, is_bj, is_km, is_pr

Modified: trunk/Master/texmf-dist/tex/luatex/chinese-jfm/jfm-zh_CN.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/chinese-jfm/jfm-zh_CN.lua	2021-02-15 22:21:01 UTC (rev 57757)
+++ trunk/Master/texmf-dist/tex/luatex/chinese-jfm/jfm-zh_CN.lua	2021-02-15 22:21:25 UTC (rev 57758)
@@ -1,5 +1,5 @@
 -- Chinese JFM for Simplified Chinese fonts (zh_CN)
--- v1.1.0
+-- v1.1.1, 2021/02/15
 -- Copyright (c) 2020 -- 2021 ListLee.
 
 local is_vt, is_qj, is_bj, is_km, is_hc, is_fz
@@ -94,7 +94,7 @@
             '‘',
             '“'
         },
-        align = 'right',
+        align = is_vt and (is_fz and 'middle' or 'right') or 'right',
         left = 0,
         down = 0,
         width = 0.5,
@@ -145,7 +145,7 @@
             '’',
             '”'
         },
-        align = 'left',
+        align = is_vt and (is_fz and 'middle' or 'left') or 'left',
         left = 0,
         down = 0,
         width = 0.5,

Modified: trunk/Master/texmf-dist/tex/luatex/chinese-jfm/jfm-zh_TW.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/chinese-jfm/jfm-zh_TW.lua	2021-02-15 22:21:01 UTC (rev 57757)
+++ trunk/Master/texmf-dist/tex/luatex/chinese-jfm/jfm-zh_TW.lua	2021-02-15 22:21:25 UTC (rev 57758)
@@ -1,5 +1,5 @@
 -- Chinese JFM for Traditional Chinese fonts (zh_TW)
--- v1.1.0
+-- v1.1.1, 2021/02/15
 -- Copyright (c) 2020 -- 2021 ListLee.
 
 local is_vt, is_qj, is_bj, is_km



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