From 02103b061a19a0bfd0b4e2419d8aef9e8c868fd8 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 3 Sep 2009 18:07:01 +0000 Subject: curves 1.53 (31aug09) git-svn-id: svn://tug.org/texlive/trunk@15029 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/curves/README | 6 +++--- Master/texmf-dist/doc/latex/curves/curves.pdf | Bin 149330 -> 156971 bytes Master/texmf-dist/doc/latex/curves/latex2pdf | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/doc/latex/curves') 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 index 84ff4a27876..63a345ec237 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/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 -- cgit v1.2.3