diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:50:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:50:57 +0000 |
commit | 92cbd519946f9ec8f1b69444bbe6134db1c484ef (patch) | |
tree | 8a7e7df192b908d6ac0c0675ed19496adaef5d44 /Master/texmf-dist/tex/latex/Tabbing | |
parent | 9fde314bed6a19f5f8e63b121afd301cc85cbe23 (diff) |
Tabbing
git-svn-id: svn://tug.org/texlive/trunk@638 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/Tabbing')
-rw-r--r-- | Master/texmf-dist/tex/latex/Tabbing/Tabbing.sty | 53 |
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'. |