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/latex/pstricks | |
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/latex/pstricks')
-rw-r--r-- | Master/texmf-dist/tex/latex/pstricks/pstricks.sty | 9 |
1 files changed, 7 insertions, 2 deletions
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 |