diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/powerdot/powerdot-ikeda.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/powerdot/powerdot-ikeda.sty | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-ikeda.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-ikeda.sty index b8ceb7174c7..16b65e40b10 100644 --- a/Master/texmf-dist/tex/latex/powerdot/powerdot-ikeda.sty +++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-ikeda.sty @@ -7,9 +7,11 @@ %% powerdot.dtx (with options: `pdikeda') %% %% --------------------------------------------------------------- -%% Copyright (C) 2005-2006, 2010 Hendri Adriaens and Christopher Ellison +%% Copyright (C) 2005-2010 Hendri Adriaens and Christopher Ellison %% --------------------------------------------------------------- %% +%% Version 1.4a prepared by Herbert Voss +%% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 %% of this license or (at your option) any later version. @@ -25,7 +27,7 @@ %% This work consists of all files listed in manifest.txt. %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{powerdot-ikeda}[2005/12/06 v1.3 ikeda style (CE,HA)] +\ProvidesPackage{powerdot-ikeda}[2005/12/10 v1.4 ikeda style (CE,HA)] \RequirePackage{calc} \RequirePackage{pifont} \pddefinepalettes{default}{ @@ -72,6 +74,7 @@ textpos={.05\slidewidth,.83\slideheight}, textwidth=.9\slidewidth, lfpos={.03\slidewidth,.025\slideheight}, + cfpos={.5\slidewidth,.025\slideheight}, rfpos={.97\slidewidth,.025\slideheight}, stochook=tr,stocpos={.47\slidewidth,.15\slideheight}, stocfont=\tiny\raggedleft, @@ -80,6 +83,7 @@ textpos={.2\slidewidth,.84\slideheight}, textwidth=.75\slidewidth, lfpos={.19\slidewidth,.025\slideheight}, + cfpos={.58\slidewidth,.025\slideheight}, rfpos={.97\slidewidth,.025\slideheight} }{% \psframe*[linecolor=pdcolor3](0,0)(\slidewidth,\slideheight)% @@ -133,6 +137,7 @@ }} \pddefinetemplate[basic]{wideslide}{ lfpos={.03\slidewidth,.025\slideheight}, + cfpos={.5\slidewidth,.025\slideheight}, titlewidth=.95\slidewidth, textwidth=.95\slidewidth, ifsetup=landscape, |