diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/curves')
-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 |