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 /Master/texmf-dist/doc/latex | |
parent | 51be8b5f44ee96b3e1ef17df00d6054ed0ea6589 (diff) |
curves 1.53 (31aug09)
git-svn-id: svn://tug.org/texlive/trunk@15029 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-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 |
3 files changed, 6 insertions, 5 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 |