OSDN Git Service

\@classv (WIP)
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Mon, 26 Jun 2017 20:42:29 +0000 (05:42 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Mon, 26 Jun 2017 20:42:29 +0000 (05:42 +0900)
src/patches/lltjcore.sty
src/patches/lltjp-array.sty

index 37d43f6..2ac84e0 100644 (file)
   \fi}
 
 %%%%%% \@tabclassz
-\def\ltj@sharp{\ltjfakeboxbdd\@sharp\unskip\ltjfakeboxbdd}
+\def\ltj@sharp{\ltjfakeboxbdd\ignorespaces\@sharp\unskip\ltjfakeboxbdd}
 \def\@tabclassz{%
   \ifcase\@lastchclass
     \@acolampacol
   \edef\@preamble{%
     \@preamble{%
       \ifcase\@chnum
-        \hfil\ignorespaces\ltj@sharp\hfil
+        \hfil\ltj@sharp\hfil
       \or
-        \hskip1sp\ignorespaces\ltj@sharp\hfil
+        \hskip1sp\ltj@sharp\hfil
       \or
-        \hfil\hskip1sp\ignorespaces\ltj@sharp
+        \hfil\hskip1sp\ltj@sharp
       \fi}}}
+\patchcmd\@classv{%
+   \ignorespaces\@sharp
+}{%
+   \ltjfakeparbegin\ignorespaces\@sharp\unskip\ltjfakeboxbdd
+}{}{}
 
 
 \endinput
index 10135ec..f336190 100644 (file)
@@ -8,7 +8,7 @@
 \RequirePackage{etoolbox,array,luatexja}
 
 \patchcmd\insert@column{%
-   \@sharp\unskip
+   \ignorespaces\@sharp\unskip
 }{%
    \ltj@sharp
 }{}{}