summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-21 21:02:45 +0000
committerKarl Berry <karl@freefriends.org>2022-03-21 21:02:45 +0000
commit922b23dedcad536e50da6893c87c2bd50df4360c (patch)
tree2cdcfc284535aa002a36bbd4178bad595b8dc49b /Master/texmf-dist/source/generic
parent13144bd0dc0f30f830a0c3c937ea6549e44f8412 (diff)
arydshln support, tex4ht r1095
git-svn-id: svn://tug.org/texlive/trunk@62875 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog6
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex3
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex30
3 files changed, 37 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 295e80887e5..c69257cad6e 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,9 @@
+2021-03-21 Michal Hoftich <michal.h21@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@gmail.com>
* tex4ht-4ht.tex (graphics.4ht): don't execute graphics rules when
diff --git a/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex b/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex
index 5a6e07e4ec7..65fe3c18818 100644
--- a/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex
@@ -1,4 +1,4 @@
-% $Id: mktex4ht-cnf.tex 1087 2022-03-08 09:45:01Z michal_h21 $
+% $Id: mktex4ht-cnf.tex 1095 2022-03-21 13:29:42Z michal_h21 $
% Manually-maintained file, listing *.4ht files created by tex4ht-4ht.tex.
% Read by tex4ht-cond4ht.
%
@@ -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}
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index 7786213f1d6..b4ce6fa169f 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1094 2022-03-20 20:29:43Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1095 2022-03-21 13:29:42Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2022 TeX Users Group
@@ -10445,6 +10445,34 @@ the recursive macro \`'\inspect:cline' checks the digits separately.
\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@everyvbox\everyvbox
+ \everyvbox{\adl@arrayinit \the\adl@everyvbox \everyvbox\adl@everyvbox}%
+ \ifadl@inactive \adl@inactivate \else \adl@activate \fi
+ \let\adl@noalign\noalign}
+\ifcsname n:@array:\endcsname% if \@array was already patched by TeX4ht
+ \let\orig:n@array\n:@array:
+ \def\n:@array:{\:new:array\orig:n@array}
+\else
+ \pend:def\@array{\:new:array}
+\fi
+\Hinput{arydshln}
+\endinput
+>>> \AddFile{7}{arydshln}
+
%%%%%%%%%%%%%%%%%%%%%%%%
\Section{Tabu}
%%%%%%%%%%%%%%%%%%%%%%%%