diff options
author | Karl Berry <karl@freefriends.org> | 2013-12-12 22:55:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-12-12 22:55:17 +0000 |
commit | 56e6621537fc012c8c61abde2fe8f1ec880f0a8d (patch) | |
tree | 8ef808cabc04732ffeb74c011c767dcf72371af1 /Master/texmf-dist/tex | |
parent | b2e97cd1b691e067fe3a30311a099576cf31257e (diff) |
pstricks (12dec13)
git-svn-id: svn://tug.org/texlive/trunk@32393 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks/pstricks.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pstricks/pstricks.sty | 9 |
2 files changed, 9 insertions, 4 deletions
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 |