OSDN Git Service

fix typo in lltjext.sty (\@tabarray) and ltj-jfont.lua (auto_enable_vrt2)
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Wed, 16 Sep 2020 12:27:38 +0000 (21:27 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Wed, 16 Sep 2020 12:27:38 +0000 (21:27 +0900)
src/lltjext.sty
src/ltj-jfont.lua

index d19db9a..fa3d072 100644 (file)
          \everypar{}}%
       }%
   }%
-  \def\@tabarray{\@ifnextchar<\p@tabarray{\p@tabarray<z>}}
+  \def\@tabarray{\@ifnextchar<\p@tabarray{\p@tabarray<Z>}}
   \def\p@array<##1>[##2]##3{%
     \let\box@dir\relax
     \if ##1z\relax
index d400599..d95b34a 100644 (file)
@@ -3,7 +3,7 @@
 --
 luatexbase.provides_module({
   name = 'luatexja.jfont',
-  date = '2020-08-20',
+  date = '2020-09-16',
   description = 'Loader for Japanese fonts',
 })
 
@@ -459,7 +459,7 @@ do
       if jfm_dir == 'tate' then
          vert_activated = (is_feature_specified(name,'vert')~=false) and (is_feature_specified(name,'vrt2')~=false)
          auto_enable_vrt2 
-           = (is_feature_specified(name,'vert')~=nil) and (is_feature_specified(name,'vrt2')~=nil)
+           = (is_feature_specified(name,'vert')==nil) and (is_feature_specified(name,'vrt2')==nil)
       else
          vert_activated, auto_enable_vrt2 = nil, nil
       end