texlive[47829] Master: xltabular (24may18)
commits+karl at tug.org
commits+karl at tug.org
Thu May 24 23:37:21 CEST 2018
Revision: 47829
http://tug.org/svn/texlive?view=revision&revision=47829
Author: karl
Date: 2018-05-24 23:37:21 +0200 (Thu, 24 May 2018)
Log Message:
-----------
xltabular (24may18)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/xltabular/Changes
trunk/Master/texmf-dist/doc/latex/xltabular/README.md
trunk/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf
trunk/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.tex
trunk/Master/texmf-dist/tex/latex/xltabular/xltabular.sty
trunk/Master/tlpkg/libexec/ctan2tds
Modified: trunk/Master/texmf-dist/doc/latex/xltabular/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xltabular/Changes 2018-05-24 21:36:36 UTC (rev 47828)
+++ trunk/Master/texmf-dist/doc/latex/xltabular/Changes 2018-05-24 21:37:21 UTC (rev 47829)
@@ -1,3 +1,4 @@
+1.0a 2018/05/23 - restore original tabularx must not be statically
0.05 2017-10-26 - set \keepXColumns
0.04 2017-10-23 - wrong references (RN)
0.03 2017-10-01 - fix for \caption* in longtable
Modified: trunk/Master/texmf-dist/doc/latex/xltabular/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xltabular/README.md 2018-05-24 21:36:36 UTC (rev 47828)
+++ trunk/Master/texmf-dist/doc/latex/xltabular/README.md 2018-05-24 21:37:21 UTC (rev 47829)
@@ -3,8 +3,9 @@
tabularx environment. The environment xltabular is a combination
between longtable and tabularx.
-
-
This file is distributed under the terms of the LaTeX Project Public
License from CTAN archives in directory macros/latex/base/lppl.txt.
Either version 1.3 or, at your option, any later version.
+
+H.V./R.N.
+
Modified: trunk/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.tex 2018-05-24 21:36:36 UTC (rev 47828)
+++ trunk/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.tex 2018-05-24 21:37:21 UTC (rev 47829)
@@ -1,4 +1,4 @@
-%% $Id: xltabular-doc.tex 635 2017-10-24 18:22:59Z herbert $
+%% $Id: xltabular-doc.tex 598 2017-09-30 19:52:25Z herbert $
%
\listfiles\setcounter{errorcontextlines}{100}
\documentclass[paper=a4,fontsize=11pt,DIV=13,parskip=half-,
Modified: trunk/Master/texmf-dist/tex/latex/xltabular/xltabular.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/xltabular/xltabular.sty 2018-05-24 21:36:36 UTC (rev 47828)
+++ trunk/Master/texmf-dist/tex/latex/xltabular/xltabular.sty 2018-05-24 21:37:21 UTC (rev 47829)
@@ -1,13 +1,12 @@
-%% $Id: xltabular.sty 635 2017-10-24 18:22:59Z herbert $
%%
%% This file is distributed under the terms of the LaTeX Project Public
%% License from CTAN archives in directory macros/latex/base/lppl.txt.
%% Either version 1.3 or, at your option, any later version.
%%
-% Copyright 2017 Herbert Voss <hvoss at tug.org>
+% Copyright 2018 Herbert Voss <hvoss at tug.org>
% Rolf Niepraschk <Rolf.Niepraschk at gmx.de>
%%
-\ProvidesPackage{xltabular}[2017/10/26 v0.05 `xltabular' package (hv,RN)]
+\ProvidesPackage{xltabular}[2018/05/23 v0.1a `xltabular' package (hv,RN)]
\RequirePackage{tabularx}
\let\ORIGi at tabularx=\tabularx
\let\ORIGi at endtabularx=\endtabularx
@@ -22,9 +21,9 @@
\let\ORIG at longtable=\longtable
%
% restore original tabularx
-\let\tabularx=\ORIGi at tabularx
-\let\endtabularx=\ORIGi at endtabularx
-\let\TX at endtabularx=\ORIGi at TX@endtabularx
+\renewenvironment{tabularx}%
+{\let\TX at endtabularx=\ORIGi at TX@endtabularx\ORIGi at tabularx}
+{\ORIGi at endtabularx}
%
% define a new tabularx like the one from "ltablex"
%
Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds 2018-05-24 21:36:36 UTC (rev 47828)
+++ trunk/Master/tlpkg/libexec/ctan2tds 2018-05-24 21:37:21 UTC (rev 47829)
@@ -822,6 +822,7 @@
'oldstandardt1',"die 'skipping, use oldstandard'",
'omegajapanese',"&MAKEflatten",
'onepagem', "die 'skipping, use piff'",
+ 'opacity-pro', "die 'skipping, adobe required (dps)'",
'optima', "die 'skipping, nonfree font'",
'osa', "die 'skipping, relies on endfloat.cfg and non-unique filenames'",
'osmanian', "die 'skipping, no good license info'",
More information about the tex-live-commits
mailing list