summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/tabu.4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-30 17:39:13 +0000
committerKarl Berry <karl@freefriends.org>2018-12-30 17:39:13 +0000
commit78bb048ea070cccf7747859a6d0a3528f20b1ee7 (patch)
tree57b54f1e2c684165e885b1e1ffebfb31f2551837 /Master/texmf-dist/tex/generic/tex4ht/tabu.4ht
parent97048299fff82e8c3be218a67180cd1354330f07 (diff)
support for svg, tabu, scrjura, and rename previous svg.4ht to svg-option.4ht, tex4ht r467-r471
git-svn-id: svn://tug.org/texlive/trunk@49536 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/tabu.4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/tabu.4ht69
1 files changed, 69 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/tabu.4ht b/Master/texmf-dist/tex/generic/tex4ht/tabu.4ht
new file mode 100644
index 00000000000..d5a0aecc786
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/tex4ht/tabu.4ht
@@ -0,0 +1,69 @@
+% tabu.4ht (2018-12-30-09:31), generated from tex4ht-4ht.tex
+% Copyright 2018 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 2018-12-30-09:31}
+
+% we must suppress \everyrow redefintion by tabu, so some macro patching is necessary
+\def\tabu@AtBeginDocument{
+\ifdefined\CT@arc@ \else \let\CT@arc@ \relax \fi
+\ifdefined\CT@drsc@\else \let\CT@drsc@ \relax \fi
+ \let\tabu@arc@L \CT@arc@ \let\tabu@drsc@L \CT@drsc@
+% \everyrow{}%
+}
+
+\let\orig:hline\hline
+\def\tabu@firstline{\orig:hline}
+\def\tabu@firsthline{\orig:hline}
+\def\tabu@lastline {\orig:hline}
+\def\tabu@lasthline {\orig:hline}
+% there is a clash between tabu and tex4ht on \hline handling
+% we will just use \cr in place of \hline
+\def\tabu@hline {\cr}% \tabu@hline
+
+% this is basically a rewrite of the \tabu@select macro
+% the original code just crashed everything
+\def\tabu@select {%
+ \expandafter \tabuthepreamble
+}% \tabu@select
+
+
+\def\tabu@setup{\tabu@alloc@
+ \ifcase \tabu@nested
+ \ifmmode \else \iftabu@spread\else \ifdim\tabu@target=\z@
+ \let\tabu@afterendpar \par
+ \fi\fi\fi
+ \def\tabu@aligndefault{c}
+ \tabu@init
+ \tabu@indent
+ \else % <nested tabu>
+ \def\tabu@aligndefault{t}
+ \let\tabudefaulttarget \linewidth
+ \fi
+ \let\tabu@thetarget \tabudefaulttarget \let\tabu@restored \@undefined
+ \edef\tabu@NC@list{\the\NC@list}\NC@list{\NC@do \tabu@rewritefirst}%
+ %\everycr{} % don't let tabu redefine \everycr
+ \let\@startpbox \tabu@startpbox % for nested tabu inside longtabu...
+ \let\@endpbox \tabu@endpbox % idem " " " " " "
+ \let\@tabarray \tabu@tabarray % idem " " " " " "
+ \tabu@setcleanup
+ % \tabu@setreset % this causes issues
+}% \tabu@setup
+
+\Hinput{tabu}
+\endinput
+