summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pstricks/pstricks-pdf.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-11-11 23:11:45 +0000
committerKarl Berry <karl@freefriends.org>2015-11-11 23:11:45 +0000
commit1d9414683ac75b19a10ac34fce703ebe7706e459 (patch)
tree860e31afcb9f8af9fccc79095119e15d6aeb3f26 /Master/texmf-dist/tex/latex/pstricks/pstricks-pdf.sty
parente5b087f9942a47a32c980275973792871b99f57f (diff)
pstricks (11nov15)
git-svn-id: svn://tug.org/texlive/trunk@38821 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pstricks/pstricks-pdf.sty')
-rw-r--r--Master/texmf-dist/tex/latex/pstricks/pstricks-pdf.sty28
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks-pdf.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks-pdf.sty
new file mode 100644
index 00000000000..e3907c28d7e
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pstricks/pstricks-pdf.sty
@@ -0,0 +1,28 @@
+%%
+%% This is file `pstricks-pdf.sty'.
+%%
+%% IMPORTANT NOTICE:
+%%
+%% pstricks-pdf.sty Copyright (C) 2016 Herbert Voss <hvoss@tug.org>
+%%
+%% This package may be distributed under the terms of the LaTeX Project
+%% Public License, as described in lppl.txt in the base LaTeX distribution.
+%% Either version 1.0 or, at your option, any later version.
+%%
+
+\NeedsTeXFormat{LaTeX2e}
+
+\ProvidesPackage{pstricks-pdf}[2015/11/11 v0.01 wrapper for `pstricks.sty' (HV)]
+%
+\DeclareOption*{%
+ \PassOptionsToPackage\CurrentOption{auto-pst-pdf}%
+ \PassOptionsToPackage\CurrentOption{pstricks}}%
+\ProcessOptions\relax
+%
+\RequirePackage{auto-pst-pdf}%
+\def\app@pdfcrop@opts{--hres}%%% hv 20130405
+\@ifclassloaded{beamer}{\ifpdf\else\setbeamertemplate{navigation symbols}\fi}{}%
+\RequirePackage{pstricks}
+%
+%%
+%% End of file `pstricks-pdf.sty'.