From d72299114e22ef3f129b5eb583ef1c51d8343381 Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Sat, 26 Apr 2008 14:04:40 +0000 Subject: -mcurves v 1.51 (24 Apr 08) git-svn-id: svn://tug.org/texlive/trunk@7669 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/curves/README | 8 ++++++++ Master/texmf-dist/doc/latex/curves/curves.pdf | Bin 147599 -> 191823 bytes Master/texmf-dist/source/latex/curves/curves.dtx | 11 ++++++----- Master/texmf-dist/source/latex/curves/curves.ins | 7 ++----- Master/texmf-dist/tex/latex/curves/curves.sty | 6 +++--- Master/texmf-dist/tex/latex/curves/curvesls.sty | 4 ++-- 6 files changed, 21 insertions(+), 15 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/curves/README (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/curves/README b/Master/texmf-dist/doc/latex/curves/README new file mode 100644 index 00000000000..946e6d57c8b --- /dev/null +++ b/Master/texmf-dist/doc/latex/curves/README @@ -0,0 +1,8 @@ +Draws curves in the standard LaTeX picture environment using parabolas +between data points with continuous slope at joins. For circles and +arcs uses up to 16 parabolas. Also draws symbols or dash patterns along +curves. Equivalent to technical pens with compasses and French curves. +Curves consist of short secants drawn by overlapping disks or line +drawing \specials selected by package options. + +License: LPPL \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/curves/curves.pdf b/Master/texmf-dist/doc/latex/curves/curves.pdf index e901953cb75..c39a718d6da 100644 Binary files a/Master/texmf-dist/doc/latex/curves/curves.pdf and b/Master/texmf-dist/doc/latex/curves/curves.pdf differ diff --git a/Master/texmf-dist/source/latex/curves/curves.dtx b/Master/texmf-dist/source/latex/curves/curves.dtx index 4902f414542..ca0c4cc53d1 100644 --- a/Master/texmf-dist/source/latex/curves/curves.dtx +++ b/Master/texmf-dist/source/latex/curves/curves.dtx @@ -1,8 +1,8 @@ -% \def\InternetAddress{i.maclaine-cross@unsw.edu.au} +% \def\InternetAddress{ilm@patch.bpa.nu} % \iffalse meta-comment % % Program curves -% Copyright (C) 1991 1992 1993 1994 1995 1996 2000 Ian Maclaine-cross +% Copyright (C) 1991 1992 1993 1994 1995 1996 2000 2008 Ian Maclaine-cross % % It may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.2 @@ -50,7 +50,7 @@ %<*package,driver> % \fi % \ProvidesFile{curves.dtx} - [2000/08/22 1.50 Curves for LaTeX picture environment] + [2008/04/24 1.51 Curves for LaTeX picture environment] % % \iffalse % @@ -71,6 +71,7 @@ % % \changes{1.42}{2000/08/12}{Last compatible with LaTeX 2.09} % \changes{1.50}{2000/08/22}{Files merged, docstrip, LPPL and PostScript added} +% \changes{1.51}{2008/04/24}{Curves.tex corrected, new email address} % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % @@ -80,7 +81,7 @@ % % \author{Ian Maclaine-cross\\ % \small Internet: \texttt{\InternetAddress}} -% \date{22 August 2000} +% \date{24 April 2008} % \maketitle % % \begin{abstract} @@ -456,7 +457,7 @@ % \put(-1,27){\makebox(0,0)[rb]{$y$ (m)}} % \end{picture} \\ % Successive positions of a sphere with initial position $(5,2)$ m,\\ initial -% velocity $(4.9,9.8)$ m/s, and acceleration $(0,-9.8)$ m/s$^2$. \\ +% velocity $(4.9,19.6)$ m/s, and acceleration $(0,-9.8)$ m/s$^2$. \\ % The flight time is recorded above each sphere position. % \end{center} % diff --git a/Master/texmf-dist/source/latex/curves/curves.ins b/Master/texmf-dist/source/latex/curves/curves.ins index 7a127665605..a4a78b6e696 100644 --- a/Master/texmf-dist/source/latex/curves/curves.ins +++ b/Master/texmf-dist/source/latex/curves/curves.ins @@ -3,11 +3,11 @@ \preamble % This is file curves.ins % -Copyright (C) 1991-2000 Ian Maclaine-cross +Copyright (C) 1991-2008 Ian Maclaine-cross This file may be distributed under the terms of the LaTeX Project Public License. See file curves.dtx for details. -Internet: i.maclaine-cross@unsw.edu.au +Internet: ilm@patch.bpa.nu \endpreamble \askforoverwritefalse @@ -20,6 +20,3 @@ Internet: i.maclaine-cross@unsw.edu.au \endbatchfile -\usepreamble -\usepostamble\empty - diff --git a/Master/texmf-dist/tex/latex/curves/curves.sty b/Master/texmf-dist/tex/latex/curves/curves.sty index 8aa513f3e4b..17e0110298e 100644 --- a/Master/texmf-dist/tex/latex/curves/curves.sty +++ b/Master/texmf-dist/tex/latex/curves/curves.sty @@ -5,14 +5,14 @@ %% The original source files were: %% %% curves.dtx (with options: `package') -%% Copyright (C) 1991-2000 Ian Maclaine-cross +%% Copyright (C) 1991-2008 Ian Maclaine-cross %% This file may be distributed under the terms of the %% LaTeX Project Public License. %% See file curves.dtx for details. -%% Internet: i.maclaine-cross@unsw.edu.au +%% Internet: ilm@patch.bpa.nu \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{curves} - [2000/08/22 1.50 Curves for LaTeX picture environment] + [2008/04/24 1.51 Curves for LaTeX picture environment] \catcode`\;=11 diff --git a/Master/texmf-dist/tex/latex/curves/curvesls.sty b/Master/texmf-dist/tex/latex/curves/curvesls.sty index 8d2b5bde590..e34b10d4f7b 100644 --- a/Master/texmf-dist/tex/latex/curves/curvesls.sty +++ b/Master/texmf-dist/tex/latex/curves/curvesls.sty @@ -5,11 +5,11 @@ %% The original source files were: %% %% curves.dtx (with options: `ls') -%% Copyright (C) 1991-2000 Ian Maclaine-cross +%% Copyright (C) 1991-2008 Ian Maclaine-cross %% This file may be distributed under the terms of the %% LaTeX Project Public License. %% See file curves.dtx for details. -%% Internet: i.maclaine-cross@unsw.edu.au +%% Internet: ilm@patch.bpa.nu \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{curvesls} [2000/08/22 Obsolete! Using option emtex in package curves.] -- cgit v1.2.3