summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lwarp/lwarp-supertabular.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-09-05 21:57:29 +0000
committerKarl Berry <karl@freefriends.org>2017-09-05 21:57:29 +0000
commit39b632f4114d433ae2c9b49a177ce30c519b46f3 (patch)
treecf93e6ff41dabbdcf83f04dddaa8a314a3b14bde /Master/texmf-dist/tex/latex/lwarp/lwarp-supertabular.sty
parenta62f77790bf4d66905f22ad01203d3b08301f6e5 (diff)
lwarp (5sep17)
git-svn-id: svn://tug.org/texlive/trunk@45224 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-supertabular.sty')
-rw-r--r--Master/texmf-dist/tex/latex/lwarp/lwarp-supertabular.sty76
1 files changed, 76 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-supertabular.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-supertabular.sty
new file mode 100644
index 00000000000..16349be9ddd
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-supertabular.sty
@@ -0,0 +1,76 @@
+%%
+%% This is file `lwarp-supertabular.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx (with options: `supertabular')
+%% This is a generated file.
+%% Copyright 2016-2017 Brian Dunn
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% 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.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+
+
+\LWR@ProvidesPackageDrop{supertabular}
+\newcommand{\LWRST@firsthead}{}
+
+\newcommand{\tablefirsthead}[1]{%
+ \long\gdef\LWRST@firsthead{#1}%
+}
+
+\newcommand{\tablehead}[1]{}
+\newcommand{\tabletail}[1]{}
+
+\newcommand{\LWRST@lasttail}{}
+
+\newcommand{\tablelasttail}[1]{%
+ \long\gdef\LWRST@lasttail{#1}%
+}
+
+\newcommand{\tablecaption}[2][]{%
+ \long\gdef\LWRST@caption{\caption[#1]{#2}}%
+}
+
+\let\topcaption\tablecaption
+\let\bottomcaption\tablecaption
+
+\global\let\LWRST@caption\relax
+
+\newcommand*{\shrinkheight}[1]{}
+
+\NewDocumentEnvironment{supertabular}{s o m}
+{
+\LWR@traceinfo{supertabular}
+\table
+\LWRST@caption
+\begin{tabular}{#3}
+\TabularMacro\ifdefvoid{\LWRST@firsthead}%
+{\LWR@getmynexttoken}%
+{\expandafter\LWR@getmynexttoken\LWRST@firsthead}%
+}
+{%
+\ifdefvoid{\LWRST@lasttail}%
+{}%
+{%
+\TabularMacro\ResumeTabular%
+\LWRST@lasttail%
+}%
+\end{tabular}
+\endtable
+\LWR@traceinfo{supertabular done}
+}
+
+\NewDocumentEnvironment{mpsupertabular}{s o m}
+{\minipage{\linewidth}\supertabular{#3}}
+{\endsupertabular\endminipage}
+
+
+\endinput
+%%
+%% End of file `lwarp-supertabular.sty'.