From 4ec6c5676b6956e17407a4ac51c96e4d39cc2e31 Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Mon, 26 May 2008 04:47:17 +0000 Subject: bez123 update: new pdf. Entering tlpkg-ctan-check. git-svn-id: svn://tug.org/texlive/trunk@8350 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/bez123/README | 56 +++++++++++++++++++++++ Master/texmf-dist/doc/latex/bez123/bez123.pdf | Bin 0 -> 270203 bytes Master/texmf-dist/source/latex/bez123/README | 27 ----------- Master/texmf-dist/source/latex/bez123/bez123.dtx | 40 ++++++++++------ Master/texmf-dist/source/latex/bez123/bez123.ins | 52 ++++++++++++++------- Master/texmf-dist/tex/latex/bez123/bez123.sty | 22 ++++++--- Master/texmf-dist/tex/latex/bez123/multiply.sty | 22 ++++++--- 7 files changed, 148 insertions(+), 71 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/bez123/README create mode 100644 Master/texmf-dist/doc/latex/bez123/bez123.pdf delete mode 100644 Master/texmf-dist/source/latex/bez123/README (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/bez123/README b/Master/texmf-dist/doc/latex/bez123/README new file mode 100644 index 00000000000..3449df11696 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bez123/README @@ -0,0 +1,56 @@ + 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 + +Changes v1.1 (1998/10/14) +o 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 + + 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) +bez123.dtx +bez123.ins +bez123.pdf + and the derived files: +bez123.sty +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 + (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. + 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 + +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 new file mode 100644 index 00000000000..fc1b224458e Binary files /dev/null and b/Master/texmf-dist/doc/latex/bez123/bez123.pdf differ 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 diff --git a/Master/texmf-dist/tex/latex/bez123/bez123.sty b/Master/texmf-dist/tex/latex/bez123/bez123.sty index 29d5c1bf6a9..f9504bb0e8d 100644 --- a/Master/texmf-dist/tex/latex/bez123/bez123.sty +++ b/Master/texmf-dist/tex/latex/bez123/bez123.sty @@ -6,14 +6,24 @@ %% %% bez123.dtx (with options: `bez') %% -%% 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 1998 --- 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{bez123}[1998/10/14 v1.1 Bezier curves] diff --git a/Master/texmf-dist/tex/latex/bez123/multiply.sty b/Master/texmf-dist/tex/latex/bez123/multiply.sty index 14a76bef147..de93cd47750 100644 --- a/Master/texmf-dist/tex/latex/bez123/multiply.sty +++ b/Master/texmf-dist/tex/latex/bez123/multiply.sty @@ -6,14 +6,24 @@ %% %% bez123.dtx (with options: `mult') %% -%% 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 1998 --- 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. +%% ----------------------------------------------------------------- %% \ProvidesPackage{multiply}[1998/10/14 v1.1 Multiplication of lengths without overflow] \newlength{\n@fl@wa} -- cgit v1.2.3