diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-03 18:07:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-03 18:07:01 +0000 |
commit | 02103b061a19a0bfd0b4e2419d8aef9e8c868fd8 (patch) | |
tree | f36d22a271b6a27397421e661c161db68ef7279a | |
parent | 51be8b5f44ee96b3e1ef17df00d6054ed0ea6589 (diff) |
curves 1.53 (31aug09)
git-svn-id: svn://tug.org/texlive/trunk@15029 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/curves/README | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/curves/curves.pdf | bin | 149330 -> 156971 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/curves/latex2pdf | 5 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/curves/curves.dtx | 9 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/curves/curves.ins | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/curves/curves.sty | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/curves/curvesls.sty | 2 |
7 files changed, 16 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/curves/README b/Master/texmf-dist/doc/latex/curves/README index cbd9538432b..6e086fd8fb3 100644 --- a/Master/texmf-dist/doc/latex/curves/README +++ b/Master/texmf-dist/doc/latex/curves/README @@ -3,9 +3,9 @@ %% This file may be distributed under the terms of the %% LaTeX Project Public License. %% See file curves.dtx for details. -%% Internet: ilm@patch.bpa.nu +%% Internet: imaclain@gmail.com -The CURVES package version 1.52 of 2008/08/29. +The CURVES package version 1.53 of 2009/08/31. DESCRIPTION @@ -30,7 +30,7 @@ If you get the error message: curves is not installed. If you get messages about `\straighttrue' undefined you need to upgrade `curves.sty'. If LaTeX stops processing -with anything else press `S' then `Enter'. +with anything else press `s' then `Enter'. Use the following if you wish to install or upgrade `curves.sty'. Download `curves.ins' and run diff --git a/Master/texmf-dist/doc/latex/curves/curves.pdf b/Master/texmf-dist/doc/latex/curves/curves.pdf Binary files differindex 84ff4a27876..63a345ec237 100644 --- a/Master/texmf-dist/doc/latex/curves/curves.pdf +++ b/Master/texmf-dist/doc/latex/curves/curves.pdf diff --git a/Master/texmf-dist/doc/latex/curves/latex2pdf b/Master/texmf-dist/doc/latex/curves/latex2pdf index 66ecbc43ae3..c19952a89c3 100644 --- a/Master/texmf-dist/doc/latex/curves/latex2pdf +++ b/Master/texmf-dist/doc/latex/curves/latex2pdf @@ -1,5 +1,5 @@ -#! /bin/bash -e -# latex2pdf version 1.0 2008/08/26 +#! /bin/bash +# latex2pdf version 1.01 2009/08/31 # # Example bash script making smaller PDF files # from LaTeX using dvips option of package curves. @@ -7,6 +7,7 @@ # $ ./latex2pdf curves.dtx latex $1 +set -e bn=${1%%.*} dvips $bn ps2pdf $bn.ps diff --git a/Master/texmf-dist/source/latex/curves/curves.dtx b/Master/texmf-dist/source/latex/curves/curves.dtx index 4ecb03c8634..62674c03988 100644 --- a/Master/texmf-dist/source/latex/curves/curves.dtx +++ b/Master/texmf-dist/source/latex/curves/curves.dtx @@ -1,4 +1,4 @@ -% \def\InternetAddress{ilm@patch.bpa.nu} +% \def\InternetAddress{imaclain@gmail.com} % \iffalse meta-comment % % Program curves @@ -15,7 +15,7 @@ % This work has the LPPL maintenance status `maintained'. % % The Current Maintainer of this work is Ian Maclaine-cross -% <ilm@patch.bpa.nu>. +% <imaclain@gmail.com>. % % This work consists of the files README and curves.dtx, curves.ins % and the derived files curves.sty and curvesls.sty. @@ -57,7 +57,7 @@ %<*package,driver> % \fi % \ProvidesFile{curves.dtx} - [2008/08/29 1.52 Curves for LaTeX picture environment] + [2009/08/31 1.53 Curves for LaTeX picture environment] % % \iffalse %</package,driver> @@ -80,6 +80,7 @@ % \changes{1.50}{2000/08/22}{Files merged, docstrip, LPPL and PostScript added} % \changes{1.51}{2008/04/24}{New email address and corrections in doc} % \changes{1.52}{2008/08/29}{Upstream website in doc, straight segment switch} +% \changes{1.53}{2009/08/31}{New email address} % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % @@ -1918,3 +1919,5 @@ curvesls.sty 1.0 21 Mar 1993 draw lines using emTeX dvidriver \special's. straight lines for parabolic arcs switch; more macro documentation; reworded instructions and README. +1.53 31 August 2009 9th Internet release + Email address now <imaclain@gmail.com> diff --git a/Master/texmf-dist/source/latex/curves/curves.ins b/Master/texmf-dist/source/latex/curves/curves.ins index a4a78b6e696..59c5a2b8dda 100644 --- a/Master/texmf-dist/source/latex/curves/curves.ins +++ b/Master/texmf-dist/source/latex/curves/curves.ins @@ -7,7 +7,7 @@ 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: ilm@patch.bpa.nu +Internet: imaclain@gmail.com \endpreamble \askforoverwritefalse diff --git a/Master/texmf-dist/tex/latex/curves/curves.sty b/Master/texmf-dist/tex/latex/curves/curves.sty index a57cd0bbd87..75286a5d05b 100644 --- a/Master/texmf-dist/tex/latex/curves/curves.sty +++ b/Master/texmf-dist/tex/latex/curves/curves.sty @@ -9,10 +9,10 @@ %% This file may be distributed under the terms of the %% LaTeX Project Public License. %% See file curves.dtx for details. -%% Internet: ilm@patch.bpa.nu +%% Internet: imaclain@gmail.com \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{curves} - [2008/08/29 1.52 Curves for LaTeX picture environment] + [2009/08/31 1.53 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 e34b10d4f7b..05af7f2fc7d 100644 --- a/Master/texmf-dist/tex/latex/curves/curvesls.sty +++ b/Master/texmf-dist/tex/latex/curves/curvesls.sty @@ -9,7 +9,7 @@ %% This file may be distributed under the terms of the %% LaTeX Project Public License. %% See file curves.dtx for details. -%% Internet: ilm@patch.bpa.nu +%% Internet: imaclain@gmail.com \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{curvesls} [2000/08/22 Obsolete! Using option emtex in package curves.] |