blob: 43390dc503d148429ac86030d6d89ba500f21218 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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'.
|