diff options
author | Karl Berry <karl@freefriends.org> | 2010-10-11 00:26:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-10-11 00:26:22 +0000 |
commit | 673509d3fab59a936420846d8e3264f45af1bc0d (patch) | |
tree | 1cfb4f6b6b19c7f4632232fe4b6c70e39f756dc7 /Master/texmf-dist/tex/latex/powerdot/powerdot-husky.sty | |
parent | df4c7d3e395c9b22ace64dbbf61191ac43beea3f (diff) |
powerdot update (10oct10)
git-svn-id: svn://tug.org/texlive/trunk@20051 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/powerdot/powerdot-husky.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/powerdot/powerdot-husky.sty | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-husky.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-husky.sty index 0ca0279115f..6b1021aafba 100644 --- a/Master/texmf-dist/tex/latex/powerdot/powerdot-husky.sty +++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-husky.sty @@ -7,9 +7,11 @@ %% powerdot.dtx (with options: `pdhusky') %% %% --------------------------------------------------------------- -%% 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-husky}[2005/12/06 v1.2 husky style (JS,HA)] +\ProvidesPackage{powerdot-husky}[2005/12/10 v1.3 husky style (JS,HA)] \RequirePackage{times} \RequirePackage{pifont} \RequirePackage{pst-grad} @@ -38,8 +40,10 @@ titlefont=\Large\rmfamily\bfseries\color{pdcolor2}\centering, clockcolor=pdcolor1,clockpos={.99\slidewidth,\slideheight}, lfpos={.03\slidewidth,.04\slideheight}, - rfpos={.97\slidewidth,.04\slideheight}, lffont=\tiny\color{white}, + cfpos={.5\slidewidth,.04\slideheight}, + cffont=\tiny\color{white}, + rfpos={.97\slidewidth,.04\slideheight}, rffont=\tiny\color{white}, texthook=t,textpos={.5\slidewidth,.75\slideheight}, textwidth=.9\slidewidth,textfont=\centering, @@ -47,6 +51,7 @@ ifsetup=portrait, textheight=.63\slideheight, lfpos={.03\slidewidth,.03\slideheight}, + cfpos={.5\slidewidth,.03\slideheight}, rfpos={.97\slidewidth,.03\slideheight}, }{{% \psset{linestyle=none,linecolor=pdcolor3}% @@ -76,8 +81,10 @@ titlefont=\Large\rmfamily\slshape\bfseries\color{pdcolor2}\raggedright, clockcolor=pdcolor1,clockpos={.99\slidewidth,\slideheight}, lfpos={.03\slidewidth,.04\slideheight}, - rfpos={.97\slidewidth,.04\slideheight}, lffont=\tiny\color{white}, + cfpos={.5\slidewidth,.04\slideheight}, + cffont=\tiny\color{white}, + rfpos={.97\slidewidth,.04\slideheight}, rffont=\tiny\color{white}, tocslidesep=.8ex, toctcolor=black, @@ -88,6 +95,7 @@ tochlcolor=black, titlepos={.05\slidewidth,.93\slideheight}, lfpos={.03\slidewidth,.03\slideheight}, + cfpos={.5\slidewidth,.03\slideheight}, rfpos={.97\slidewidth,.03\slideheight}, textpos={.05\slidewidth,.85\slideheight}, textheight=.73\slideheight, |