summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/bez123
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-26 04:47:17 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-26 04:47:17 +0000
commit4ec6c5676b6956e17407a4ac51c96e4d39cc2e31 (patch)
treec1508f227ec783b004c33fb77c35c38404eb3a5a /Master/texmf-dist/source/latex/bez123
parent43d77505d2519dbe0da40d194aa8d92dc7439677 (diff)
bez123 update: new pdf. Entering tlpkg-ctan-check.
git-svn-id: svn://tug.org/texlive/trunk@8350 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/bez123')
-rw-r--r--Master/texmf-dist/source/latex/bez123/README27
-rw-r--r--Master/texmf-dist/source/latex/bez123/bez123.dtx40
-rw-r--r--Master/texmf-dist/source/latex/bez123/bez123.ins52
3 files changed, 60 insertions, 59 deletions
diff --git a/Master/texmf-dist/source/latex/bez123/README b/Master/texmf-dist/source/latex/bez123/README
deleted file mode 100644
index ae7e4100efb..00000000000
--- a/Master/texmf-dist/source/latex/bez123/README
+++ /dev/null
@@ -1,27 +0,0 @@
- 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.
-
-
- The distribution consists of the following files:
-README (this file)
-bez123.ins
-bez123.dtx
-
- The distribution is provided under the terms of the LaTeX
-Project Public License (LPPL).
-
- To install the package:
-o run: latex bez123.ins (which will generate bez123.sty and multiply.sty)
-o 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
-o Move bez123.sty and multiply.sty to a location where LaTeX will find them.
-
-1998/10/14
-Peter Wilson
-peter.r.wilson@boeing.com
diff --git a/Master/texmf-dist/source/latex/bez123/bez123.dtx b/Master/texmf-dist/source/latex/bez123/bez123.dtx
index 042c208347b..92779ff45be 100644
--- a/Master/texmf-dist/source/latex/bez123/bez123.dtx
+++ b/Master/texmf-dist/source/latex/bez123/bez123.dtx
@@ -1,14 +1,22 @@
% \iffalse meta-comment
-%
% bez123.dtx
-% Author: Peter Wilson (CUA and NIST)
-% 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>
@@ -24,7 +32,7 @@
%
% \fi
%
-% \CheckSum{990}
+% \CheckSum{988}
%
% \DoNotIndex{\',\.,\@M,\@@input,\@addtoreset,\@arabic,\@badmath}
% \DoNotIndex{\@centercr,\@cite}
@@ -67,8 +75,11 @@
% \DoNotIndex{\viipt,\vipt,\vskip,\vspace}
% \DoNotIndex{\wd,\xiipt,\year,\z@}
%
+% \def\dtxfile{bez123.dtx}
% \def\fileversion{v1.1}
% \def\filedate{1998/10/14}
+% \def\fileversion{v1.1a}
+% \def\filedate{2004/04/16}
% \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
@@ -78,14 +89,12 @@
% \newcommand{\eqref}[1]{equation~(\ref{#1})} ^^A typeset ref to an equation
%
% \title{The \Lpack{bez123} and \Lpack{multiply} packages\thanks{This
-% file has version number \fileversion, last revised
-% \filedate.}}
+% file (\texttt{\dtxfile}) has version number \fileversion,
+% last revised \filedate.}}
%
% \author{%
-% Peter Wilson\\
-% Catholic University of America\thanks{This work was originally
-% performed as
-% a Guest Researcher at the National Institute of Standards and Technology.} \\
+% 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}
% }
% \date{\filedate}
@@ -1621,6 +1630,7 @@
\hb@xt@\z@{\kern\@xdim
\unhcopy\@tempboxa\hss}%
\advance\count@\@ne}}
+% \end{macrocode}
% End of definition of |\@rqbez|.
% \begin{macrocode}
\fi\fi}
diff --git a/Master/texmf-dist/source/latex/bez123/bez123.ins b/Master/texmf-dist/source/latex/bez123/bez123.ins
index f7983576b0e..f972e01a873 100644
--- a/Master/texmf-dist/source/latex/bez123/bez123.ins
+++ b/Master/texmf-dist/source/latex/bez123/bez123.ins
@@ -1,16 +1,24 @@
%% bez123.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 file will generate fast loadable files and documentation
-%% driver files from the doc files in this package when run through
-%% LaTeX or TeX.
+%% 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 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 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 work when run through
+%% LaTeX.
%%
%% --------------- start of docstrip commands ------------------
%%
@@ -18,14 +26,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