OSDN Git Service

Correct package date in \ProvidesPackage
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Sat, 23 Oct 2021 20:15:11 +0000 (05:15 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Sat, 23 Oct 2021 20:15:11 +0000 (05:15 +0900)
luatexja.sty now refers \LuaTeXjaversion

src/addons/luatexja-adjust.sty
src/addons/luatexja-otf.sty
src/addons/luatexja-ruby.sty
src/ltjltxdoc.cls
src/ltjltxdoc.dtx
src/luatexja.sty
src/patches/lltjdefs.sty
src/patches/lltjp-array.sty
src/patches/lltjp-atbegshi.sty
src/patches/lltjp-xunicode.sty

index c4cc54c..5636179 100644 (file)
@@ -64,7 +64,7 @@
   \expandafter\let\csname ifltj@in@latex\expandafter\endcsname
     \csname iftrue\endcsname
   \NeedsTeXFormat{LaTeX2e}
-  \ProvidesPackage{luatexja-adjust}[2018/07/24]
+  \ProvidesPackage{luatexja-adjust}[2019-01-06]
 \fi                             %</LaTeX>
 
 % Load core module if not yet.
index e8cb01e..6ac200b 100644 (file)
@@ -64,7 +64,7 @@
   \expandafter\let\csname ifltj@in@latex\expandafter\endcsname
     \csname iftrue\endcsname
   \NeedsTeXFormat{LaTeX2e}
-  \ProvidesPackage{luatexja-otf}[2019/09/26]
+  \ProvidesPackage{luatexja-otf}[2019-09-26]
 \fi                             %</LaTeX>
 
 % Load core module if not yet.
index c8f933e..8367feb 100644 (file)
@@ -4,7 +4,7 @@
 
 % LaTeX only!
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{luatexja-ruby}[2021-05-04 v0.52]
+\ProvidesPackage{luatexja-ruby}[2021-05-17 v0.52]
 \RequirePackage{luatexja}
 
 %%------------------
index d7a76c5..8487280 100644 (file)
@@ -23,7 +23,7 @@
 %% File: ltjltxdoc.dtx
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{ltjltxdoc}[2018/01/01 v1.0d-ltj-3 Standard LuaLaTeX-ja file]
+\ProvidesClass{ltjltxdoc}[2021-10-24 v1.0d-ltj-4 Standard LuaLaTeX-ja file]
 \DeclareOption*{\PassOptionsToClass{\CurrentOption}{ltxdoc}}
 \ProcessOptions
 \LoadClass{ltxdoc}
index 9d4bf21..5e7424b 100644 (file)
 % \changes{v1.0c}{2016/07/25}{docパッケージが上書きする\cs{verb}を再々定義}
 % \changes{v1.0d}{2017/09/24}{\cs{vadjust\{\}}を追加}
 % \changes{v1.0d-ltj-3}{2018/01/01}{\cs{Cjascale}を追加}
+% \changes{v1.0d-ltj-4}{2021-10-24}{HaranoAji fonts}
 % \fi
 %
 % \iffalse
 %<class>
 %<class>\NeedsTeXFormat{LaTeX2e}
-%<class>\ProvidesClass{ltjltxdoc}[2018/01/01 v1.0d-ltj-3 Standard LuaLaTeX-ja file]
+%<class>\ProvidesClass{ltjltxdoc}[2021-10-24 v1.0d-ltj-4 Standard LuaLaTeX-ja file]
 %<*driver>
 \documentclass{ltjltxdoc}
 \GetFileInfo{ltjltxdoc.cls}
index 77a9557..5c86aa9 100644 (file)
@@ -26,6 +26,9 @@
 \def\luatexjaLoaded{\endinput}
 \newif\ifltj@disablejfam
 
+%%%% VERSION
+\def\LuaTeXjaversion{20211024.0}
+
 %% Check if LaTeX is used.
 \begingroup\expandafter\expandafter\expandafter\endgroup
 \expandafter\ifx\csname RequirePackage\endcsname\relax %<*!LaTeX>
   \expandafter\let\csname ifltj@in@latex\expandafter\endcsname
     \csname iftrue\endcsname
   \NeedsTeXFormat{LaTeX2e}
-  \ProvidesPackage{luatexja}[2021-06-07 Japanese Typesetting with Lua(La)TeX]
+  \makeatletter
+  \def\ltj@@temp#1#2#3#4#5#6#7#8#9\@nil{%
+    \edef\ltj@@do{\noexpand\ProvidesPackage
+      {luatexja}[#1#2#3#4-#5#6-#7#8 Japanese Typesetting with Lua(La)TeX]%
+    }\ltj@@do\let\ltj@@do\undefined\let\ltj@@temp\undefined
+  }
+  \expandafter\ltj@@temp\LuaTeXjaversion\@nil
   \DeclareOption{disablejfam}{\ltj@disablejfamtrue}
   \DeclareOption*{}
   \ProcessOptions\relax
 \fi                             %</LaTeX>
-%%%% VERSION
-\def\LuaTeXjaversion{20210918.0}
 
 \directlua{require('ltj-unicode-ccfix.lua')}% catcode of ideographs
 
index 8bf6bac..b76a395 100644 (file)
@@ -3,7 +3,7 @@
 %
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{lltjdefs}[2021-01-24 Default font settings of LuaTeX-ja]
+\ProvidesPackage{lltjdefs}[2021-04-29 Default font settings of LuaTeX-ja]
 
 \ifdefined\ltj@stdmcfont\else\def\ltj@stdmcfont{file:HaranoAjiMincho-Regular.otf}\fi
 \ifdefined\ltj@stdgtfont\else\def\ltj@stdgtfont{file:HaranoAjiGothic-Medium.otf}\fi
index 989fd8c..9575dc3 100644 (file)
@@ -3,7 +3,7 @@
 %
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{lltjp-array}[2018/03/29 Patch to array for LuaTeX-ja]
+\ProvidesPackage{lltjp-array}[2019-07-18 Patch to array for LuaTeX-ja]
 
 \RequirePackage{etoolbox,array}
 
index 2768020..c766ec4 100644 (file)
@@ -3,7 +3,7 @@
 %
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{lltjp-atbegshi}[2021-03-14 Patching \string\shipout\space hooks for LuaTeX-ja]
+\ProvidesPackage{lltjp-atbegshi}[2021-04-29 Patching \string\shipout\space hooks for LuaTeX-ja]
 
 % concept: execute all hooks inside yoko direction \vbox
 
index 3d6e49f..470534d 100644 (file)
@@ -3,7 +3,7 @@
 %
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{lltjp-xunicode}[2017/05/05 Patch to xunicode for LuaTeX-ja]
+\ProvidesPackage{lltjp-xunicode}[2019-07-18 Patch to xunicode for LuaTeX-ja]
 
 \def\XeTeXpicfile{}
 \RequirePackage{xunicode}