summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pstricks/pstricks-pdf.sty
blob: e3907c28d7e7f3615bfb6c894e2440af8fb60f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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'.