diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/lttab.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/lttab.dtx | 35 |
1 files changed, 8 insertions, 27 deletions
diff --git a/Master/texmf-dist/source/latex/base/lttab.dtx b/Master/texmf-dist/source/latex/base/lttab.dtx index 596937d623b..3735baa2b03 100644 --- a/Master/texmf-dist/source/latex/base/lttab.dtx +++ b/Master/texmf-dist/source/latex/base/lttab.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright 1993-2014 +% Copyright 1993-2015 % The LaTeX3 Project and any individual authors listed elsewhere % in this file. % @@ -29,11 +29,9 @@ % % \iffalse %%% From File: lttab.dtx -%<def>\ProvidesFile{autotabg.sty} -%<def> [1998/11/13 v1.1m tabbing autoload file] %<*driver> % \fi -\ProvidesFile{lttab.dtx}[2014/09/29 v1.1m LaTeX Kernel (Columns)] +\ProvidesFile{lttab.dtx}[2015/02/21 v1.1n LaTeX Kernel (Columns)] % \iffalse \documentclass{ltxdoc} \GetFileInfo{lttab.dtx} @@ -49,14 +47,15 @@ Rainer Sch\"opf} \begin{document} -\maketitle + \MaintainedByLaTeXTeam{latex} + \maketitle \DocInput{\filename} \end{document} %</driver> % \fi % % -% \CheckSum{1131} +% \CheckSum{1127} % % \changes{v1.0l}{1995/05/07}{Use \cs{hb@xt@}} % \changes{v1.1a}{1995/05/22}{Support autoloading feature} @@ -64,6 +63,7 @@ % \changes{v1.1d}{1995/10/04}{Modify autoload support} % \changes{v1.1k}{1998/06/18}{Small addition to documentation} % \changes{v1.1l}{1998/07/06}{Small correction to documentation} +% \changes{v1.1n}{2015/02/21}{Removed autoload code} % % \section{Tabbing, Tabular and Array Environments} % This section deals with `Lining It Up in Columns'. First the @@ -329,7 +329,7 @@ % \changes{v1.0c}{1994/05/07}{Changed \cs{@firsttab} to \cs{chardef}} % \changes{v1.0c}{1994/05/07}{Changed \cs{@maxtab} to \cs{chardef}} % \begin{macrocode} -%<*2ekernel|autoload> +%<*2ekernel> \newdimen\@gtempa \chardef\@firsttab=\the\allocationnumber \newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa @@ -372,10 +372,6 @@ % \end{macro} % \end{macro} % -% \begin{macrocode} -%</2ekernel|autoload> -%<*2ekernel|def> -% \end{macrocode} % % \begin{macro}{\if@rjfield} % \begin{macrocode} @@ -641,25 +637,13 @@ % \end{macrocode} % \end{macro} % -% \begin{macrocode} -%</2ekernel|def> -% \end{macrocode} % % \begin{macro}{\tabbingsep} % \begin{macrocode} -%<*2ekernel|autoload> \newdimen\tabbingsep -%</2ekernel|autoload> % \end{macrocode} % \end{macro} % -% \begin{macro}{\tabbing} -% \begin{macrocode} -%<*autoload> -\def\tabbing{\@autoload{tabg}\tabbing} -%</autoload> -% \end{macrocode} -% \end{macro} % % % \subsection{array and tabular environments} @@ -799,9 +783,6 @@ % except without the extra $'s. % \end{oldcomments} % -% \begin{macrocode} -%<*2ekernel|autoload> -% \end{macrocode} % % \begin{macro}{\extracolsep} % \begin{macrocode} @@ -1614,7 +1595,7 @@ % \end{macro} % % \begin{macrocode} -%</2ekernel|autoload> +%</2ekernel> % \end{macrocode} % % \Finale |