diff options
author | Karl Berry <karl@freefriends.org> | 2015-06-29 23:45:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-06-29 23:45:35 +0000 |
commit | b43ab4f21972f95f64d5c107085fc53d561f8788 (patch) | |
tree | 0f08d9d6809da724512eb0c6d4811450980baf7a /Master/texmf-dist/tex/latex/pstricks | |
parent | 39b3116f53db86a63486c24c1bb3b397f18aa95f (diff) |
pstricks (29jun15)
git-svn-id: svn://tug.org/texlive/trunk@37707 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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty index 03434925b16..d34dd775288 100644 --- a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty +++ b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty @@ -74,11 +74,11 @@ \ifpdf \else\setbeamertemplate{navigation symbols}{} \fi \AtEndOfPackage{\RequirePackage{auto-pst-pdf}}} {\AtBeginDocument{% - \@ifundefined{shorthandoff} % we have no babel until now - { \usepackage{auto-pst-pdf}} - { \shorthandoff{"} - \usepackage{auto-pst-pdf} - \shorthandon{"}}}} + {\@ifundefined{shorthandoff} % we have no babel until now + { \typeout{noshorthand}\usepackage{auto-pst-pdf}} + { \@ifundefined{bbl@active@"}{}{\shorthandoff{"}} + \usepackage{auto-pst-pdf} + \@ifundefined{bbl@active@"}{}{\shorthandon{"}}}}}} \fi % \ifpst@ovl \RequirePackage{pst-ovl}\fi |