diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/pstricks/pstricks.sty')
-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 |