summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tabbing
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-26 15:20:50 +0000
committerKarl Berry <karl@freefriends.org>2021-06-26 15:20:50 +0000
commit656bcff666d862178c81be371ef87667cfbf0467 (patch)
treefa34e2b64d8eef8329e61755ff6c9d9945f0672d /Master/texmf-dist/tex/latex/tabbing
parent31193169d42732700f6e37b60601c2a5f2d09930 (diff)
Tabbing -> tabbing
git-svn-id: svn://tug.org/texlive/trunk@59715 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tabbing')
-rw-r--r--Master/texmf-dist/tex/latex/tabbing/Tabbing.sty53
1 files changed, 53 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/tabbing/Tabbing.sty b/Master/texmf-dist/tex/latex/tabbing/Tabbing.sty
new file mode 100644
index 00000000000..43390dc503d
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/tabbing/Tabbing.sty
@@ -0,0 +1,53 @@
+%%
+%% This is file `Tabbing.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% Tabbing.dtx (with options: `package')
+%%
+%% IMPORTANT NOTICE:
+%% This file is a stripped version of `Tabbing.dtx',
+%% copyright (c) 1996, 1997, 1998, 1999 by Jean-Pierre Drucbert (drucbert@onecert.fr)
+%%
+%%
+%% You are not allowed to distribute this file.
+%% For distribution of the original source see
+%% the copyright notice in the source file.
+%%
+%% Package `Tabbing' to use with LaTeX 2e
+%% Copyright (C) 1996, 1997, 1998, 1999 Jean-Pierre F. Drucbert, all rights reserved
+%%
+%% You may use and distribute this file freely, provided that
+%% you don't pretend that you wrote it.
+%%
+\NeedsTeXFormat{LaTeX2e}[1997/06/01]
+\ProvidesPackage{Tabbing}[1997/12/18 v1.0 Tabbing environment (JPFD)]
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\gdef\Tabbing{\lineskip \z@skip
+\def\TAB##1{\ifx ##1>\@rtab\else
+ \ifx ##1<\@ltab\else
+ \ifx ##1=\@settab\else
+ \ifx ##1+\@tabplus\else
+ \ifx ##1-\@tabminus\else
+ \ifx ##1`\@tabrj\else
+ \ifx ##1'\@tablab\else
+ \PackageError{Tabbing}%
+ {Bad argument ##1 for Tabbing specification}
+ \fi\fi\fi\fi\fi\fi\fi}
+ \let\\=\@tabcr
+ \global\@hightab\@firsttab
+ \global\@nxttabmar\@firsttab
+ \dimen\@firsttab\@totalleftmargin
+ \global\@tabpush\z@ \global\@rjfieldfalse
+ \trivlist \item\relax
+ \if@minipage\else\vskip\parskip\fi
+ \setbox\@tabfbox\hbox{\rlap{\indent\hskip\@totalleftmargin
+ \the\everypar}}\def\@itemfudge{\box\@tabfbox}%
+ \@startline\ignorespaces}
+\gdef\endTabbing{%
+ \@stopline\ifnum\@tabpush >\z@ \@badpoptabs \fi\endtrivlist}
+\endinput
+%%
+%% End of file `Tabbing.sty'.