From 30e4d7482ebc091e4506743677b71a8f034c2113 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 22 Jul 2017 22:31:30 +0000 Subject: powerdot (22jul17) git-svn-id: svn://tug.org/texlive/trunk@44868 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/powerdot/powerdot.cls | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'Master/texmf-dist/tex/latex/powerdot/powerdot.cls') 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 -- cgit v1.2.3