summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/hanging/README40
-rw-r--r--Master/texmf-dist/doc/latex/hanging/hanging.pdfbin0 -> 174175 bytes
-rw-r--r--Master/texmf-dist/source/latex/hanging/hanging.dtx32
-rw-r--r--Master/texmf-dist/source/latex/hanging/hanging.ins53
-rw-r--r--Master/texmf-dist/tex/latex/hanging/hanging.sty23
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check6
6 files changed, 114 insertions, 40 deletions
diff --git a/Master/texmf-dist/doc/latex/hanging/README b/Master/texmf-dist/doc/latex/hanging/README
index c635611c2bd..e31440f5150 100644
--- a/Master/texmf-dist/doc/latex/hanging/README
+++ b/Master/texmf-dist/doc/latex/hanging/README
@@ -9,23 +9,51 @@ Changes in version 1.1
o Should now work with the ltugboat class
o Takes options to exclude punctuations characters from being hung
-
- The distribution consists of the following files:
+-----------------------------------------------------------------
+ Author: Peter Wilson (CUA) now at peter.r.wilson@boeing.com until June 2004
+ (or at: pandgwilson at earthlink dot net)
+ Copyright 1998 --- 2004 Peter R. Wilson
+
+ This work may be distributed and/or modified under the
+ conditions of the LaTeX Project Public License, either
+ version 1.3 of this license or (at your option) any
+ later version.
+ The latest version of the license is in
+ http://www.latex-project.org/lppl.txt
+ and version 1.3 or later is part of all distributions of
+ LaTeX version 2003/06/01 or later.
+
+ This work has the LPPL maintenance status "author-maintained".
+
+ This work consists of the files:
README (this file)
+hanging.dtx
hanging.ins
+hanging.pdf (user manual)
+ and the derived files:
+hanging.sty
+
+ The distribution consists of the files:
+README (this file)
hanging.dtx
+hanging.ins
+hanging.pdf (user manual)
- The distribution is provided under the terms of the LaTeX
-Project Public License (LPPL).
+-----------------------------------------------------------------
To install the package:
o run: latex hanging.ins (which will generate hanging.sty)
+o Move hanging.sty to a location where LaTeX will find it
+ (typically in a local texmf tree at tex/latex/hanging) and refresh the
+ file database. See the FAQ on CTAN at help/uk-tex-faq or
+ http://www.tug.ac.uk/faq for more information on this.
+
+ To process the user manual:
o run: latex hanging.dtx
o If you want an index then run: makeindex -s gind.ist hanging
o run: latex hanging.dtx
o Print hanging.dvi for a hardcopy of the package manual
-o Move hanging.sty to a location where LaTeX will find it.
-2001/03/15
+2004/04/22
Peter Wilson
peter.r.wilson@boeing.com
diff --git a/Master/texmf-dist/doc/latex/hanging/hanging.pdf b/Master/texmf-dist/doc/latex/hanging/hanging.pdf
new file mode 100644
index 00000000000..6204598a0c2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hanging/hanging.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/hanging/hanging.dtx b/Master/texmf-dist/source/latex/hanging/hanging.dtx
index 904743de129..e8ced37b437 100644
--- a/Master/texmf-dist/source/latex/hanging/hanging.dtx
+++ b/Master/texmf-dist/source/latex/hanging/hanging.dtx
@@ -1,13 +1,23 @@
% \iffalse meta-comment
%
% hanging.dtx
-% Author: Peter Wilson (CUA and NIST) (now at: peter.r.wilson@boeing.com)
-%
-% Copyright 1998 Peter R. Wilson
+% Author: Peter Wilson (CUA) now at peter.r.wilson@boeing.com until June 2004
+% (or at: pandgwilson at earthlink dot net)
+% Copyright 1998 --- 2004 Peter R. Wilson
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3 of this license or (at your option) any
+% later version.
+% The latest version of the license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of
+% LaTeX version 2003/06/01 or later.
+%
+% This work has the LPPL maintenance status "author-maintained".
+%
+% This work consists of the files listed in the README file.
%
-% This program is provided under the terms of the
-% LaTeX Project Public License distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
%
%<*driver>
\documentclass{ltxdoc}
@@ -69,11 +79,15 @@
% \changes{v1.1}{1999/05/01}{Made compatible with ltugboat.cls}
% \changes{v1.1a}{1999/07/28}{Added text from Stefan Ulrich}
% \changes{v1.2}{2001/03/15}{Added hanging punctuation from Stefan Ulrich}
+% \changes{v1.2a}{2004/04/22}{Updated license and contact info}
%
+% \def\dtxfile{hanging.dtx}
% ^^A \def\fileversion{v1.1a}
% ^^A \def\filedate{1999/07/28}
% \def\fileversion{v1.2}
% \def\filedate{2001/03/15}
+% \def\fileversion{v1.2a}
+% \def\filedate{2004/04/22}
% \newcommand*{\Lpack}[1]{\textsf {#1}} ^^A typeset a package
% \newcommand*{\Lopt}[1]{\textsf {#1}} ^^A typeset an option
% \newcommand*{\file}[1]{\texttt {#1}} ^^A typeset a file
@@ -85,13 +99,13 @@
% \newcommand{\Han}{H\`{a}n \ensuremath{\mathrm{Th\acute{\hat{e}}}} Th\`{a}nh}
%
% \title{The \Lpack{hanging} package\thanks{This
-% file has version number \fileversion, last revised
+% file (\texttt{\dtxfile}) has version number \fileversion, last revised
% \filedate.}}
%
% \author{%
-% Peter Wilson\\
+% Peter Wilson\thanks{After May 2004 at \texttt{pandgwilson at earthlink dot net}}\\
% Catholic University of America \\
-% Now at {\tt peter.r.wilson@boeing.com}
+% Now at \texttt{peter.r.wilson@boeing.com}
% }
% \date{\filedate}
% \maketitle
diff --git a/Master/texmf-dist/source/latex/hanging/hanging.ins b/Master/texmf-dist/source/latex/hanging/hanging.ins
index dc34734866c..821b57f4f1d 100644
--- a/Master/texmf-dist/source/latex/hanging/hanging.ins
+++ b/Master/texmf-dist/source/latex/hanging/hanging.ins
@@ -1,16 +1,26 @@
%% hanging.ins
-%% Copyright 1998 Peter R. Wilson
+%% Author: Peter Wilson (CUA) now at peter.r.wilson@boeing.com until June 2004
+%% (or at: pandgwilson at earthlink dot net)
+%% Copyright 1998 --- 2004 Peter R. Wilson
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either
+%% version 1.3 of this license or (at your option) any
+%% later version.
+%% The latest version of the license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of
+%% LaTeX version 2003/06/01 or later.
+%%
+%% This work has the LPPL maintenance status "author-maintained".
+%%
+%% This work consists of the files listed in the README file.
%%
-%% Author: Peter Wilson (CUA and NIST)
-%% now at: peter.r.wilson@boeing.com
-%%
-%% This program is provided under the terms of the
-%% LaTeX Project Public License distributed from CTAN
-%% archives in directory macros/latex/base/lppl.txt.
%%
%% This file will generate fast loadable files and documentation
-%% driver files from the doc files in this package when run through
-%% LaTeX or TeX.
+%% driver files from the doc files in this work when run through
+%% LaTeX.
+%%
%%
%%
%% --------------- start of docstrip commands ------------------
@@ -19,13 +29,24 @@
\input docstrip.tex
\preamble
-Author: Peter Wilson (CUA and NIST)
- now at: peter.r.wilson@boeing.com
-Copyright 1998 Peter R. Wilson
-
- This program is provided under the terms of the
- LaTeX Project Public License distributed from CTAN
- archives in directory macros/latex/base/lppl.txt.
+-----------------------------------------------------------------
+ Author: Peter Wilson (CUA) now at peter.r.wilson@boeing.com until June 2004
+ (or at: pandgwilson at earthlink dot net)
+ Copyright 1998 --- 2004 Peter R. Wilson
+
+ This work may be distributed and/or modified under the
+ conditions of the LaTeX Project Public License, either
+ version 1.3 of this license or (at your option) any
+ later version.
+ The latest version of the license is in
+ http://www.latex-project.org/lppl.txt
+ and version 1.3 or later is part of all distributions of
+ LaTeX version 2003/06/01 or later.
+
+ This work has the LPPL maintenance status "author-maintained".
+
+ This work consists of the files listed in the README file.
+-----------------------------------------------------------------
\endpreamble
diff --git a/Master/texmf-dist/tex/latex/hanging/hanging.sty b/Master/texmf-dist/tex/latex/hanging/hanging.sty
index 81a1881c8c4..0e51c8da8b9 100644
--- a/Master/texmf-dist/tex/latex/hanging/hanging.sty
+++ b/Master/texmf-dist/tex/latex/hanging/hanging.sty
@@ -6,13 +6,24 @@
%%
%% hanging.dtx (with options: `usc')
%%
-%% Author: Peter Wilson (CUA and NIST)
-%% now at: peter.r.wilson@boeing.com
-%% Copyright 1998 Peter R. Wilson
+%% -----------------------------------------------------------------
+%% Author: Peter Wilson (CUA) now at peter.r.wilson@boeing.com until June 2004
+%% (or at: pandgwilson at earthlink dot net)
+%% Copyright 1998 --- 2004 Peter R. Wilson
%%
-%% This program is provided under the terms of the
-%% LaTeX Project Public License distributed from CTAN
-%% archives in directory macros/latex/base/lppl.txt.
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either
+%% version 1.3 of this license or (at your option) any
+%% later version.
+%% The latest version of the license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of
+%% LaTeX version 2003/06/01 or later.
+%%
+%% This work has the LPPL maintenance status "author-maintained".
+%%
+%% This work consists of the files listed in the README file.
+%% -----------------------------------------------------------------
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{hanging}[2001/03/15 v1.2 hanging paragraphs and punctuation]
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index d1f3b93e153..ec99694ecd3 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -90,12 +90,12 @@ my @WorkingTLP = qw(
genmisc genmpage gentle germbib
gfsartemisia gfsbodoni gfscomplutum gfsdidot gfsneohellenic
gfsporson gfssolomos
- ginpenc glhyph glossaries gmdoc gmeometric
+ ginpenc glhyph gloss glossaries gmdoc gmeometric
gmiflink gmutils gmverb gnuplottex gost graphics
graphicx-psmin greek-inputenc greenpoint
grnumalt gu GuIT guitar guitbeamer
- HA-prosper hands harmony hep hepthesis hepunits hhtensor histogr hitec
- hrlatex hvfloat
+ HA-prosper hands hanging harmony hep hepthesis hepunits hhtensor histogr
+ hitec hrlatex hvfloat
hyperref hyperxmp hyphen-base hyphen-basque
hyphen-french hyphen-german
hyphen-greek hyphen-italian hyphen-latin hyphen-mongolian