summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-04 00:49:19 +0000
committerKarl Berry <karl@freefriends.org>2009-09-04 00:49:19 +0000
commitf95593932eaa75c1e537b74c51c3e2b53458c738 (patch)
treefc2b91028212db2b91ed127c2ca4d362bf309ec1
parentc11981d7c400ce1ed7ba628c5777ea90e85250b8 (diff)
bez123 update (2sep09)
git-svn-id: svn://tug.org/texlive/trunk@15051 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/bez123/README51
-rw-r--r--Master/texmf-dist/doc/latex/bez123/bez123.pdfbin270203 -> 289144 bytes
-rw-r--r--Master/texmf-dist/source/latex/bez123/bez123.dtx25
-rw-r--r--Master/texmf-dist/source/latex/bez123/bez123.ins43
-rw-r--r--Master/texmf-dist/tex/latex/bez123/bez123.sty17
-rw-r--r--Master/texmf-dist/tex/latex/bez123/multiply.sty17
6 files changed, 73 insertions, 80 deletions
diff --git a/Master/texmf-dist/doc/latex/bez123/README b/Master/texmf-dist/doc/latex/bez123/README
index 3449df11696..9c306fc626b 100644
--- a/Master/texmf-dist/doc/latex/bez123/README
+++ b/Master/texmf-dist/doc/latex/bez123/README
@@ -1,30 +1,36 @@
+________________________________
+The BEZ123 and MULTIPLY packages
+
LaTeX can be used for drawing quadratic Bezier curves. The bez123
package provides additional facilities for drawing linear, cubic, and
rational quadratic Bezier curves. The multiply package provides a
command for multiplication of a length without numerical overflow.
-Changes (2004/04/16)
-o Changed license from LPPL v1.0 to v1.3
-o Updated contact information
+______________
+Change History
+
+Version 1.1b (2009/09/02)
+- New maintainer (Will Robertson)
+
+Version 1.1a (2004/04/16)
+- Changed license from LPPL v1.0 to v1.3
+- Updated contact information
-Changes v1.1 (1998/10/14)
-o Put the multiplication code into a separate package
+Version 1.1 (1998/10/14)
+- Put the multiplication code into a separate package
-----------------------------------------------------------------
- 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
+ Author: Peter Wilson, Herries Press
+ Maintainer: Will Robertson (will dot robertson at latex-project dot org)
+ 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".
+ version 1.3c of this license or (at your option) any
+ later version: <http://www.latex-project.org/lppl.txt>
+
+ This work has the LPPL maintenance status "maintained".
+ The Current Maintainer of this work is Will Robertson.
This work consists of the files:
README (this file)
@@ -38,19 +44,18 @@ multiply.sty
-----------------------------------------------------------------
To install the package:
-o run: latex bez123.ins (which will generate bez123.sty and multiply.sty)
-o Move bez123.sty and multiply.sty to a location where LaTeX will find them
+- run: latex bez123.ins (which will generate bez123.sty and multiply.sty)
+- Move bez123.sty and multiply.sty to a location where LaTeX will find them
(typically in a local texmf tree at tex/latex/bez123) 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 manual:
-o run: latex bez123.dtx (Note that bez123.dtx requires bez123.sty.
+- run: latex bez123.dtx (Note that bez123.dtx requires bez123.sty.
Several Package Warning messages will occur, but
these can be ignored.)
-o run: makeindex -s gind.ist bez123
-o run: latex bez123.dtx
-o Print bez123.dvi for a hardcopy of the package manual
+- run: makeindex -s gind.ist bez123
+- run: latex bez123.dtx
+- Print bez123.dvi for a hardcopy of the package manual
2004/04/16
Peter Wilson
-peter.r.wilson@boeing.com
diff --git a/Master/texmf-dist/doc/latex/bez123/bez123.pdf b/Master/texmf-dist/doc/latex/bez123/bez123.pdf
index fc1b224458e..10fb9611ad5 100644
--- a/Master/texmf-dist/doc/latex/bez123/bez123.pdf
+++ b/Master/texmf-dist/doc/latex/bez123/bez123.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/bez123/bez123.dtx b/Master/texmf-dist/source/latex/bez123/bez123.dtx
index 92779ff45be..b6b783594ae 100644
--- a/Master/texmf-dist/source/latex/bez123/bez123.dtx
+++ b/Master/texmf-dist/source/latex/bez123/bez123.dtx
@@ -1,19 +1,16 @@
% \iffalse meta-comment
% bez123.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
+% Author: Peter Wilson, Herries Press
+% Maintainer: Will Robertson (will dot robertson at latex-project dot org)
+% 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.
+% version 1.3c of this license or (at your option) any
+% later version: <http://www.latex-project.org/lppl.txt>
%
-% This work has the LPPL maintenance status "author-maintained".
+% This work has the LPPL maintenance status "maintained".
+% The Current Maintainer of this work is Will Robertson.
%
% This work consists of the files listed in the README file.
%
@@ -80,6 +77,8 @@
% \def\filedate{1998/10/14}
% \def\fileversion{v1.1a}
% \def\filedate{2004/04/16}
+% \def\fileversion{v1.1b}
+% \def\filedate{2009/09/02}
% \newcommand*{\Lpack}[1]{\textsf {#1}} ^^A typest a package
% \newcommand*{\Lopt}[1]{\textsf {#1}} ^^A typeset an option
% \newcommand*{\file}[1]{\texttt {#1}} ^^A typeset a file
@@ -93,9 +92,9 @@
% last revised \filedate.}}
%
% \author{%
-% 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}
+% Author: Peter Wilson, Herries Press\\
+% Maintainer: Will Robertson\\
+% \texttt{will dot robertson at latex-project dot org}
% }
% \date{\filedate}
% \maketitle
diff --git a/Master/texmf-dist/source/latex/bez123/bez123.ins b/Master/texmf-dist/source/latex/bez123/bez123.ins
index f972e01a873..7da4ef7aeba 100644
--- a/Master/texmf-dist/source/latex/bez123/bez123.ins
+++ b/Master/texmf-dist/source/latex/bez123/bez123.ins
@@ -1,18 +1,15 @@
%% bez123.ins
-%% 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
+%% Author: Peter Wilson, Herries Press
+%% Maintainer: Will Robertson (will dot robertson at latex-project dot org)
+%% 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.
+%% version 1.3c of this license or (at your option) any
+%% later version: <http://www.latex-project.org/lppl.txt>
%%
-%% This work has the LPPL maintenance status "author-maintained".
+%% This work has the LPPL maintenance status "maintained".
+%% The Current Maintainer of this work is Will Robertson.
%%
%% This work consists of the files listed in the README file.
%%
@@ -27,35 +24,33 @@
\preamble
-----------------------------------------------------------------
- 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
+ Author: Peter Wilson, Herries Press
+ Maintainer: Will Robertson (will dot robertson at latex-project dot org)
+ 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".
+ version 1.3c of this license or (at your option) any
+ later version: <http://www.latex-project.org/lppl.txt>
+
+ This work has the LPPL maintenance status "maintained".
+ The Current Maintainer of this work is Will Robertson.
This work consists of the files listed in the README file.
-----------------------------------------------------------------
\endpreamble
+\askforoverwritefalse
\keepsilent
%%% \Msg{*** Generating the driver file ***}
-%%% \generateFile{bez123.drv}{t}{\from{bez123.dtx}{driver}}
+%%% \generate{\file{bez123.drv}{\from{bez123.dtx}{driver}}}
\Msg{*** Generating the LaTeX2e package files ***}
-\generateFile{bez123.sty}{t}{\from{bez123.dtx}{bez}}
-\generateFile{multiply.sty}{t}{\from{bez123.dtx}{mult}}
+\generate{\file{bez123.sty}{\from{bez123.dtx}{bez}}}
+\generate{\file{multiply.sty}{\from{bez123.dtx}{mult}}}
\Msg{***********************************************************}
\Msg{*}
diff --git a/Master/texmf-dist/tex/latex/bez123/bez123.sty b/Master/texmf-dist/tex/latex/bez123/bez123.sty
index f9504bb0e8d..ce75d4cf0d1 100644
--- a/Master/texmf-dist/tex/latex/bez123/bez123.sty
+++ b/Master/texmf-dist/tex/latex/bez123/bez123.sty
@@ -7,20 +7,17 @@
%% bez123.dtx (with options: `bez')
%%
%% -----------------------------------------------------------------
-%% 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
+%% Author: Peter Wilson, Herries Press
+%% Maintainer: Will Robertson (will dot robertson at latex-project dot org)
+%% 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.
+%% version 1.3c of this license or (at your option) any
+%% later version: <http://www.latex-project.org/lppl.txt>
%%
-%% This work has the LPPL maintenance status "author-maintained".
+%% This work has the LPPL maintenance status "maintained".
+%% The Current Maintainer of this work is Will Robertson.
%%
%% This work consists of the files listed in the README file.
%% -----------------------------------------------------------------
diff --git a/Master/texmf-dist/tex/latex/bez123/multiply.sty b/Master/texmf-dist/tex/latex/bez123/multiply.sty
index de93cd47750..83aa69d53e1 100644
--- a/Master/texmf-dist/tex/latex/bez123/multiply.sty
+++ b/Master/texmf-dist/tex/latex/bez123/multiply.sty
@@ -7,20 +7,17 @@
%% bez123.dtx (with options: `mult')
%%
%% -----------------------------------------------------------------
-%% 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
+%% Author: Peter Wilson, Herries Press
+%% Maintainer: Will Robertson (will dot robertson at latex-project dot org)
+%% 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.
+%% version 1.3c of this license or (at your option) any
+%% later version: <http://www.latex-project.org/lppl.txt>
%%
-%% This work has the LPPL maintenance status "author-maintained".
+%% This work has the LPPL maintenance status "maintained".
+%% The Current Maintainer of this work is Will Robertson.
%%
%% This work consists of the files listed in the README file.
%% -----------------------------------------------------------------