From 56e6621537fc012c8c61abde2fe8f1ec880f0a8d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 12 Dec 2013 22:55:17 +0000 Subject: pstricks (12dec13) git-svn-id: svn://tug.org/texlive/trunk@32393 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/generic/pstricks/Changes.generic | 1 + .../texmf-dist/doc/generic/pstricks/Changes.latex | 1 + .../texmf-dist/doc/generic/pstricks/pst-news13.pdf | Bin 103602 -> 103513 bytes .../texmf-dist/tex/generic/pstricks/pstricks.tex | 4 ++-- Master/texmf-dist/tex/latex/pstricks/pstricks.sty | 9 +++++++-- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic index c8fc16c65d0..1fbfd8102ee 100644 --- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic +++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic @@ -3,6 +3,7 @@ versions like 2.47a have only changes in other files, but not in this main package. +2.49a 2013-12-09 - changes in pstricks.sty 2.49 2013-12-09 - added \reversepath 2.48 2013-11-29 - fixed trailing space for !! 2.47a 2013-11-28 - changes in pst-ovl diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.latex b/Master/texmf-dist/doc/generic/pstricks/Changes.latex index 4e19988c249..4f536c5b1fc 100644 --- a/Master/texmf-dist/doc/generic/pstricks/Changes.latex +++ b/Master/texmf-dist/doc/generic/pstricks/Changes.latex @@ -1,4 +1,5 @@ pstricks.sty -------- +0.60 2013-12-12 - test, if babel was loaded for \shorthandoff 0.59 2013-10-21 - fix for introduced bug with ifpdf 0.58 2013-10-20 - fix for \usepackage[pdf]{pstricks} when using documentclass beamer diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf index efc393b54e6..53795d02780 100644 Binary files a/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf and b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf differ diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex index d016eedf338..1bcc1f95c65 100644 --- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex +++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex @@ -110,8 +110,8 @@ \input pgffor.code.tex \let\pgfforeach\foreach % -\def\fileversion{2.49} -\def\filedate{2013/12/09} +\def\fileversion{2.49a} +\def\filedate{2013/12/12} \catcode`\@=11\relax \pst@addfams{pstricks} % diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty index ca6c42fec94..17fc908ae80 100644 --- a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty +++ b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty @@ -15,7 +15,7 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{pstricks}[2013/10/21 v0.59 LaTeX wrapper for `PSTricks' (RN,HV)] +\ProvidesPackage{pstricks}[2013/12/12 v0.60 LaTeX wrapper for `PSTricks' (RN,HV)] % \def\documentclass{% \edef\@tempa{\jobname.tex }% @@ -72,7 +72,12 @@ \@ifclassloaded{beamer}{% \ifpdf \else\setbeamertemplate{navigation symbols}{} \fi \AtEndOfPackage{\RequirePackage{auto-pst-pdf}}} - {\AtBeginDocument{\usepackage{auto-pst-pdf}}} + {\AtBeginDocument{% + \@ifundefined{shorthandoff} % we have no babel until now + { \usepackage{auto-pst-pdf}} + { \shorthandoff{"} + \usepackage{auto-pst-pdf} + \shorthandon{"}}}} \fi % \ifpst@ovl \RequirePackage{pst-ovl}\fi -- cgit v1.2.3