From f6a9b246396aba9eddb97feeccc854828cc9c93c Mon Sep 17 00:00:00 2001 From: Hironori Kitagawa Date: Mon, 9 Nov 2020 12:46:18 +0900 Subject: [PATCH] Fix that attributes for baselineshift are not initialized --- src/luatexja-core.sty | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/luatexja-core.sty b/src/luatexja-core.sty index 5cbf4e8..5ca43ea 100644 --- a/src/luatexja-core.sty +++ b/src/luatexja-core.sty @@ -65,7 +65,7 @@ \expandafter\let\csname ifltj@in@latex\expandafter\endcsname \csname iftrue\endcsname \NeedsTeXFormat{LaTeX2e} - \ProvidesPackage{luatexja-core}[2020-09-27 Core of LuaTeX-ja] + \ProvidesPackage{luatexja-core}[2020-11-09 Core of LuaTeX-ja] \fi % %% Load prerequisite packages. @@ -151,6 +151,10 @@ \ltj@charclass\z@ \ltj@curjfnt\m@ne \ltj@curtfnt\m@ne +\ltj@yablshift\z@ +\ltj@ykblshift\z@ +\ltj@tablshift\z@ +\ltj@tkblshift\z@ %%%%%%%% Attributes for character ranges \newcount\ltj@tempcnta -- 2.11.0