[tex4ht-commits] [SCM] tex4ht updated: r1095 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Mon Mar 21 14:29:43 CET 2022
Author: michal_h21
Date: 2022-03-21 13:29:42 +0000 (Mon, 21 Mar 2022)
New Revision: 1095
Modified:
trunk/lit/ChangeLog
trunk/lit/mktex4ht-cnf.tex
trunk/lit/tex4ht-4ht.tex
Log:
Added basic support for the Arydshln package
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2022-03-20 20:29:43 UTC (rev 1094)
+++ trunk/lit/ChangeLog 2022-03-21 13:29:42 UTC (rev 1095)
@@ -1,3 +1,9 @@
+2021-03-21 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (arydshln.4ht): added basic support for the
+ Arydshln package.
+ https://tex.stackexchange.com/a/637897/2891
+
2021-03-20 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (graphics.4ht): don't execute graphics rules when
Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex 2022-03-20 20:29:43 UTC (rev 1094)
+++ trunk/lit/mktex4ht-cnf.tex 2022-03-21 13:29:42 UTC (rev 1095)
@@ -49,6 +49,7 @@
\AddFile{8}{tabulary-a}
\AddFile{7}{tabularx}
\AddFile{9}{tabu}
+\AddFile{7}{arydshln}
\AddFile{9}{threeparttable}
\AddFile{9}{mdwtab}
\AddFile{9}{multirow}
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2022-03-20 20:29:43 UTC (rev 1094)
+++ trunk/lit/tex4ht-4ht.tex 2022-03-21 13:29:42 UTC (rev 1095)
@@ -10445,7 +10445,35 @@
\endinput
>>> \AddFile{7}{tabularx}
+
%%%%%%%%%%%%%%%%%%%%%%%%
+\Section{Arydshln}
+%%%%%%%%%%%%%%%%%%%%%%%%
+
+We don't support any features yet, we just try to avoid
+compilation errors
+
+\<arydshln.4ht\><<<
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% arydshln.4ht (|version), generated from |jobname.tex
+% Copyright 2022 TeX Users Group
+|<TeX4ht license text|>
+% this is a copy of code that arydshln inserts to \@array
+\def\:new:array{\adl at everyvbox\everyvbox
+ \everyvbox{\adl at arrayinit \the\adl at everyvbox \everyvbox\adl at everyvbox}%
+ \ifadl at inactive \adl at inactivate \else \adl at activate \fi
+ \let\adl at noalign\noalign}
+\ifcsname n:@array:\endcsname% if \@array was already patched by TeX4ht
+ \let\orig:n at array\n:@array:
+ \def\n:@array:{\:new:array\orig:n at array}
+\else
+ \pend:def\@array{\:new:array}
+\fi
+\Hinput{arydshln}
+\endinput
+>>> \AddFile{7}{arydshln}
+
+%%%%%%%%%%%%%%%%%%%%%%%%
\Section{Tabu}
%%%%%%%%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list.