diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-supertabular.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-supertabular.sty | 76 |
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'. |