texlive[62875] Master/texmf-dist: arydshln support, tex4ht r1095

commits+karl at tug.org commits+karl at tug.org
Mon Mar 21 22:02:45 CET 2022


Revision: 62875
          http://tug.org/svn/texlive?view=revision&revision=62875
Author:   karl
Date:     2022-03-21 22:02:45 +0100 (Mon, 21 Mar 2022)
Log Message:
-----------
arydshln support, tex4ht r1095

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=1095

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex

Added Paths:
-----------
    trunk/Master/texmf-dist/tex/generic/tex4ht/arydshln.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-03-21 20:51:20 UTC (rev 62874)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-03-21 21:02:45 UTC (rev 62875)
@@ -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/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex	2022-03-21 20:51:20 UTC (rev 62874)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex	2022-03-21 21:02:45 UTC (rev 62875)
@@ -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}

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2022-03-21 20:51:20 UTC (rev 62874)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2022-03-21 21:02:45 UTC (rev 62875)
@@ -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,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}
 %%%%%%%%%%%%%%%%%%%%%%%%
 

Added: trunk/Master/texmf-dist/tex/generic/tex4ht/arydshln.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/arydshln.4ht	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/arydshln.4ht	2022-03-21 21:02:45 UTC (rev 62875)
@@ -0,0 +1,35 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% arydshln.4ht (2022-03-21-13:43), generated from tex4ht-4ht.tex
+% Copyright 2022 TeX Users Group
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+%   http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
+\immediate\write-1{version 2022-03-21-13:43}
+
+% 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
+


Property changes on: trunk/Master/texmf-dist/tex/generic/tex4ht/arydshln.4ht
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the tex-live-commits mailing list.