summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-30 22:47:27 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-30 22:47:27 +0000
commita3ea7fbc59f239036782dab2ee4b0b955b27ed54 (patch)
treef3d437fe21a04531605685954aba86350ada51d3
parentfea99e4d6d4fbbd9fc68e58db96227c13a8be2e9 (diff)
epigraph v1.5a 2002/10/22 (dtx v1.5b 2004/04/22) entering tlpkg-ctan-check
git-svn-id: svn://tug.org/texlive/trunk@8422 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/epigraph/README41
-rw-r--r--Master/texmf-dist/doc/latex/epigraph/epigraph.pdfbin0 -> 194387 bytes
-rw-r--r--Master/texmf-dist/source/latex/epigraph/epigraph.dtx28
-rw-r--r--Master/texmf-dist/source/latex/epigraph/epigraph.ins55
-rw-r--r--Master/texmf-dist/tex/latex/epigraph/epigraph.sty22
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check4
6 files changed, 109 insertions, 41 deletions
diff --git a/Master/texmf-dist/doc/latex/epigraph/README b/Master/texmf-dist/doc/latex/epigraph/README
index 73d51a67d64..58edfc3092c 100644
--- a/Master/texmf-dist/doc/latex/epigraph/README
+++ b/Master/texmf-dist/doc/latex/epigraph/README
@@ -23,24 +23,51 @@ o Improved documentation
Changes in Version 1.1: (1998/11/29)
o Added support for epigraphs above chapter titles.
- 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)
+epigraph.dtx
epigraph.ins
+epigraph.pdf (user manual)
+ and the derived files:
+epigraph.sty
+
+The distribution consists of the files:
+README (this file)
epigraph.dtx
+epigraph.ins
+epigraph.pdf (user manual)
- The distribution is provided under the terms of the LaTeX
-Project Public License (LPPL).
+-----------------------------------------------------------------
To install the package:
o run: latex epigraph.ins (which will generate epigraph.sty)
+o Move epigraph.sty to a location where LaTeX will find it
+ (typically in a local texmf tree at tex/latex/***) 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 epigraph.dtx
o run: makeindex -s gind.ist epigraph
o run: latex epigraph.dtx
o Print epigraph.dvi for a hardcopy of the package manual
-o Move epigraph.sty to a location where LaTeX will find it.
- For more information about installation see the FAQ at
- http://www.tex.ac.uk/faq
-2002/10/22
+2004/04/22
Peter Wilson
peter.r.wilson@boeing.com
diff --git a/Master/texmf-dist/doc/latex/epigraph/epigraph.pdf b/Master/texmf-dist/doc/latex/epigraph/epigraph.pdf
new file mode 100644
index 00000000000..cb7da4a5f84
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/epigraph/epigraph.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/epigraph/epigraph.dtx b/Master/texmf-dist/source/latex/epigraph/epigraph.dtx
index c26c3e4b020..d15ca4ccf3a 100644
--- a/Master/texmf-dist/source/latex/epigraph/epigraph.dtx
+++ b/Master/texmf-dist/source/latex/epigraph/epigraph.dtx
@@ -1,14 +1,22 @@
% \iffalse meta-comment
-%
% epigraph.dtx
+% 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.
%
-% Copyright 1998 Peter R. Wilson
+% This work has the LPPL maintenance status "author-maintained".
%
-% 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 consists of the files listed in the README file.
%
-% Author: Peter Wilson (CUA) (now at: peter.r.wilson@boeing.com)
%
%<*driver>
\documentclass{ltxdoc}
@@ -73,11 +81,15 @@
% \changes{v1.4}{2000/01/16}{Added flushleftright environment}
% \changes{v1.5}{2000/02/20}{Generalised \cs{cleartoevenpage} command}
% \changes{v1.5a}{2002/10/22}{Fixed class with ccaption package}
+% \changes{v1.5b}{2004/04/22}{Updated license and contact details}
%
+% \def\dtxfile{epigraph.dtx}
% \def\fileversion{v1.5}
% \def\filedate{2000/02/20}
% \def\fileversion{v1.5a}
% \def\filedate{2002/10/22}
+% \def\fileversion{v1.5b}
+% \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
@@ -95,11 +107,11 @@
% \end{minipage}\end{flushright}\vspace{.5\baselineskip}}
%
% \title{The \Lpack{epigraph} 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 \texttt{peter.r.wilson@boeing.com}
% }
diff --git a/Master/texmf-dist/source/latex/epigraph/epigraph.ins b/Master/texmf-dist/source/latex/epigraph/epigraph.ins
index f2d56d6f4fe..d238e33405a 100644
--- a/Master/texmf-dist/source/latex/epigraph/epigraph.ins
+++ b/Master/texmf-dist/source/latex/epigraph/epigraph.ins
@@ -1,16 +1,25 @@
%% epigraph.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.
+%%
%%
-%% 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 and NIST)
-%% now at: peter.r.wilson@boeing.com
-%%
%% 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 ------------------
%%
@@ -18,14 +27,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 2001, 2002, 2003, 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/epigraph/epigraph.sty b/Master/texmf-dist/tex/latex/epigraph/epigraph.sty
index 4ce2b0c7f85..813b4ec5c0b 100644
--- a/Master/texmf-dist/tex/latex/epigraph/epigraph.sty
+++ b/Master/texmf-dist/tex/latex/epigraph/epigraph.sty
@@ -6,14 +6,24 @@
%%
%% epigraph.dtx (with options: `usc')
%%
-%% Author: Peter Wilson (CUA and NIST)
-%% now at: peter.r.wilson@boeing.com
+%% -----------------------------------------------------------------
+%% Author: Peter Wilson (CUA) now at peter.r.wilson@boeing.com until June 2004
+%% (or at: pandgwilson at earthlink dot net)
+%% Copyright 2001, 2002, 2003, 2004 Peter R. Wilson
%%
-%% Copyright 1998 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 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 has the LPPL maintenance status "author-maintained".
+%%
+%% This work consists of the files listed in the README file.
+%% -----------------------------------------------------------------
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{epigraph}[2002/10/22 v1.5a typesetting epigraphs]
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 8cf2cb2ed51..0b9c973cc15 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -64,8 +64,8 @@ my @WorkingTLP = qw(
ecv ed edmac edmargin ednotes eemeir egameps
egplot eijkhout
ellipsis elpres elsevier elsevier-bib emulateapj endfloat endheads
- engrec enumitem envbig environ epigrafica epiolmec eplain epsdice
- epsf epsincl epslatex-fr epspdfconversion
+ engrec enumitem envbig environ epigrafica epigraph epiolmec eplain
+ epsdice epsf epsincl epslatex-fr epspdfconversion
eqlist eqparbox errata es-tex-faq
ESIEEcv esdiff esint esint-type1 eskd eskdx eso-pic esvect etaremune
ethiop ethiop-t1 etoolbox euenc