summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/powerdot/powerdot.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-07-22 22:31:30 +0000
committerKarl Berry <karl@freefriends.org>2017-07-22 22:31:30 +0000
commit30e4d7482ebc091e4506743677b71a8f034c2113 (patch)
tree92c90ced38a679c0cce86c43aceb9b68d7412694 /Master/texmf-dist/tex/latex/powerdot/powerdot.cls
parentc1a051ec53cfe23827fc639ed064edf9d2daa469 (diff)
powerdot (22jul17)
git-svn-id: svn://tug.org/texlive/trunk@44868 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/powerdot/powerdot.cls')
-rw-r--r--Master/texmf-dist/tex/latex/powerdot/powerdot.cls22
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot.cls b/Master/texmf-dist/tex/latex/powerdot/powerdot.cls
index d7a83ae25cc..083156287ca 100644
--- a/Master/texmf-dist/tex/latex/powerdot/powerdot.cls
+++ b/Master/texmf-dist/tex/latex/powerdot/powerdot.cls
@@ -7,7 +7,7 @@
%% powerdot.dtx (with options: `powerdot')
%%
%% ---------------------------------------------------------------------------------
-%% Copyright (C) 2005-2008 Hendri Adriaens, Chris Ellison; 2009-2015 Hendri Adriaens
+%% Copyright (C) 2005-2008 Hendri Adriaens, Chris Ellison; 2009-2017 Hendri Adriaens
%% ---------------------------------------------------------------------------------
%%
%% This work may be distributed and/or modified under the
@@ -26,7 +26,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{powerdot}
- [2015/11/29 v1.5a powerdot presentation class (HA)]
+ [2017/07/22 v1.5b powerdot presentation class (HA)]
\newif\ifpd@overlay
\newif\ifpd@section
\newif\ifpd@ifsetup
@@ -187,7 +187,7 @@
pageanchor=false,bookmarks=false]{hyperref}
\fi
\AtBeginDocument{\def\@pdfborder{0 0 0}}
-\RequirePackage{graphicx}
+\RequirePackage[nosetpagesize]{graphicx}[2017/06/01]
\RequirePackage{pstricks}[2013/12/12]
\RequirePackage{pst-ovl}
\RequirePackage{xcolor}[2004/05/09]
@@ -224,25 +224,25 @@
\setlength\slidewidth{.5\paperwidth}
\setlength\slideheight{.5\paperheight}
\ifnum\pd@orient=\z@
- \AtBeginDvi{\special{!/landplus90 true store}}
+ \special{!/landplus90 true store}
\fi
\ifpd@@nopsheader\else
- \AtBeginDvi{\special{papersize=\the\paperwidth,\the\paperheight}}
+ \special{papersize=\the\paperwidth,\the\paperheight}
\ifcase\pd@paper
- \AtBeginDvi{\special{!%
+ \special{!%
\@percentchar\@percentchar BeginPaperSize: letter
^^Jletter^^J\@percentchar\@percentchar EndPaperSize
- }}
+ }
\or
- \AtBeginDvi{\special{!%
+ \special{!%
\@percentchar\@percentchar BeginPaperSize: a4
^^Ja4^^J\@percentchar\@percentchar EndPaperSize
- }}
+ }
\or
- \AtBeginDvi{\special{!%
+ \special{!%
\@percentchar\@percentchar BeginPaperSize: letter
^^Jletter^^J\@percentchar\@percentchar EndPaperSize
- }}
+ }
\or\relax
\fi
\fi