summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-04-26 14:04:40 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-04-26 14:04:40 +0000
commitd72299114e22ef3f129b5eb583ef1c51d8343381 (patch)
tree04962cbbe06be17bcc6e356c4816721e2d56cbb7 /Master/texmf-dist
parenta8130cc776860ced3456b82ceb75726fbb8e4b82 (diff)
-mcurves v 1.51 (24 Apr 08)
git-svn-id: svn://tug.org/texlive/trunk@7669 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/curves/README8
-rw-r--r--Master/texmf-dist/doc/latex/curves/curves.pdfbin147599 -> 191823 bytes
-rw-r--r--Master/texmf-dist/source/latex/curves/curves.dtx11
-rw-r--r--Master/texmf-dist/source/latex/curves/curves.ins7
-rw-r--r--Master/texmf-dist/tex/latex/curves/curves.sty6
-rw-r--r--Master/texmf-dist/tex/latex/curves/curvesls.sty4
6 files changed, 21 insertions, 15 deletions
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
--- a/Master/texmf-dist/doc/latex/curves/curves.pdf
+++ b/Master/texmf-dist/doc/latex/curves/curves.pdf
Binary files 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
%</package,driver>
@@ -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.]