diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/warpcol/README (renamed from Master/texmf-dist/doc/latex/warpcol/readme.txt) | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/warpcol/warpcol.pdf | bin | 166186 -> 97759 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/warpcol/warpcol.dtx | 11 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/warpcol/warpcol.ins | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/warpcol/warpcol.sty | 7 |
5 files changed, 25 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/warpcol/readme.txt b/Master/texmf-dist/doc/latex/warpcol/README index 9ce8b2c3328..f377ff7a2a5 100644 --- a/Master/texmf-dist/doc/latex/warpcol/readme.txt +++ b/Master/texmf-dist/doc/latex/warpcol/README @@ -1,5 +1,8 @@ -$Id: readme.txt,v 1.2 1998/09/12 06:04:10 wayner Exp $ -1998-09-12 Wayne A. Rochester +2007-11-21 Wayne A. Rochester + +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN archives +%% in directory macros/latex/base/lppl.txt. The warpcol package defines a tabular column type for formatting numerical columns in LaTeX. The column type enables numerical items to @@ -22,7 +25,7 @@ warpcol.ins Installation batch file for unpacking the package The documentation for the package can be generated by typing: -latex warpcol.dtx +pdflatex warpcol.dtx Wayne A. Rochester Department of Entomology diff --git a/Master/texmf-dist/doc/latex/warpcol/warpcol.pdf b/Master/texmf-dist/doc/latex/warpcol/warpcol.pdf Binary files differindex 13553b6b04f..1d5321f3e6d 100644 --- a/Master/texmf-dist/doc/latex/warpcol/warpcol.pdf +++ b/Master/texmf-dist/doc/latex/warpcol/warpcol.pdf diff --git a/Master/texmf-dist/source/latex/warpcol/warpcol.dtx b/Master/texmf-dist/source/latex/warpcol/warpcol.dtx index c43c25a905a..5a96699c099 100644 --- a/Master/texmf-dist/source/latex/warpcol/warpcol.dtx +++ b/Master/texmf-dist/source/latex/warpcol/warpcol.dtx @@ -2,6 +2,12 @@ % $Id: warpcol.dtx,v 1.4 1998/09/12 05:59:06 wayner Exp $ % 1998-06-08 Wayne A. Rochester % +%% +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN archives +%% in directory macros/latex/base/lppl.txt. +%% +% % Doc-source file for use with LaTeX2e % % \fi @@ -14,7 +20,7 @@ %<driver>\ProvidesFile{warpcol.drv} % \fi % \ProvidesFile{warpcol.dtx} -[1998/09/12 v1.0b Numerical column definition] +[2007/11/21 v1.0c Numerical column definition] % % \iffalse %<*driver> @@ -28,12 +34,13 @@ % % \changes{v1.0a}{1998/06/08}{First release} % \changes{v1.0b}{1998/09/12}{Prevented macro expansion during pattern scanning} +% \changes{v1.0c}{2007/11/21}{Add LPPL license statement (hv)} % % \MakeShortVerb{\|} % \GetFileInfo{warpcol.dtx} % % \title{The |warpcol| package\thanks{This file has version number -% \fileversion, last revised \filedate.}} +% \fileversion, last revised \filedate\ for adding LPPL license statement.}} % \author{W. A. Rochester} % \maketitle % \date{\filedate} diff --git a/Master/texmf-dist/source/latex/warpcol/warpcol.ins b/Master/texmf-dist/source/latex/warpcol/warpcol.ins index d004ad0ed6a..6754ad924c8 100644 --- a/Master/texmf-dist/source/latex/warpcol/warpcol.ins +++ b/Master/texmf-dist/source/latex/warpcol/warpcol.ins @@ -2,6 +2,10 @@ % 1998-06-08 Wayne A. Rochester % % Installation batch file for use with LaTeX2e +% +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN archives +%% in directory macros/latex/base/lppl.txt. \def\batchfile{warpcol.ins} \input docstrip.tex diff --git a/Master/texmf-dist/tex/latex/warpcol/warpcol.sty b/Master/texmf-dist/tex/latex/warpcol/warpcol.sty index 11eda36304c..286bdd545b2 100644 --- a/Master/texmf-dist/tex/latex/warpcol/warpcol.sty +++ b/Master/texmf-dist/tex/latex/warpcol/warpcol.sty @@ -6,9 +6,14 @@ %% %% warpcol.dtx (with options: `package') %% +%% +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN archives +%% in directory macros/latex/base/lppl.txt. +%% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{warpcol} -[1998/09/12 v1.0b Numerical column definition] +[2007/11/21 v1.0c Numerical column definition] \RequirePackage{array} \newcount\WPC@digcnt \newbox\WPC@patbox |