diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-14 22:42:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-14 22:42:30 +0000 |
commit | 9050dab9c1fe96ee740f4b240c9f1cbdeb764d08 (patch) | |
tree | 7e0ecfb5592cc0cfc6b22a9492daa2a278b04502 /Master/texmf-dist/tex/latex/powerdot/powerdot-simple.sty | |
parent | 8e31fe3c99d1f1b6a0eda074f89b206fd70aa9e5 (diff) |
powerdot update
git-svn-id: svn://tug.org/texlive/trunk@1842 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/powerdot/powerdot-simple.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/powerdot/powerdot-simple.sty | 46 |
1 files changed, 24 insertions, 22 deletions
diff --git a/Master/texmf-dist/tex/latex/powerdot/powerdot-simple.sty b/Master/texmf-dist/tex/latex/powerdot/powerdot-simple.sty index 53aef941cc4..bc5b19a66f3 100644 --- a/Master/texmf-dist/tex/latex/powerdot/powerdot-simple.sty +++ b/Master/texmf-dist/tex/latex/powerdot/powerdot-simple.sty @@ -6,9 +6,9 @@ %% %% powerdot.dtx (with options: `pdsimple') %% -%% ---------------------------------------------------------- -%% Copyright (C) 2005 Hendri Adriaens and Christopher Ellison -%% ---------------------------------------------------------- +%% --------------------------------------------------------------- +%% Copyright (C) 2005-2006 Hendri Adriaens and Christopher Ellison +%% --------------------------------------------------------------- %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -20,16 +20,18 @@ %% %% This work has the LPPL maintenance status "maintained". %% -%% This Current Maintainer of this work is Christopher Ellison. +%% This Current Maintainer of this work is Hendri Adriaens. %% %% This work consists of all files listed in manifest.txt. %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{powerdot-simple}[2005/09/19 v1.1 simple style (HA)] +\ProvidesPackage{powerdot-simple}[2005/12/06 v1.2 simple style (HA)] \RequirePackage{pifont} \RequirePackage{amssymb} +\pddefinepalettes{default}{\colorlet{pdcolor1}{black}} \pddefinetemplate{titleslide}{ titlefont=\large\bfseries\raggedright, + clockpos={.99\slidewidth,\slideheight}, lfpos={.03\slidewidth,.04\slideheight}, rfpos={.97\slidewidth,.04\slideheight}, texthook=tl,textpos={.05\slidewidth,.83\slideheight}, @@ -43,19 +45,20 @@ titlepos={.05\slidewidth,.93\slideheight}, titlewidth=.9\slidewidth,textheight=.66\slideheight, titlefont=\large\bfseries\raggedright, + clockpos={.99\slidewidth,\slideheight}, lfpos={.03\slidewidth,.04\slideheight}, rfpos={.97\slidewidth,.04\slideheight}, tocslidesep=.6ex,textheight=.68\slideheight, ifsetup=portrait, - textpos={.05\slidewidth,.83\slideheight}, - textwidth=.9\slidewidth, - tocsecsep=.6ex, - stochook=tr,stocpos={.48\slidewidth,.09\slideheight}, - stocfont=\tiny\raggedleft, - ntocpos={.52\slidewidth,.09\slideheight}, + textpos={.05\slidewidth,.83\slideheight}, + textwidth=.9\slidewidth, + tocsecsep=.6ex, + stochook=tr,stocpos={.48\slidewidth,.09\slideheight}, + stocfont=\tiny\raggedleft, + ntocpos={.52\slidewidth,.09\slideheight}, ifsetup=landscape, - textpos={.2\slidewidth,.83\slideheight}, - textwidth=.75\slidewidth + textpos={.2\slidewidth,.83\slideheight}, + textwidth=.75\slidewidth }{% \psline[linewidth=.8pt](0,.9\slideheight)(\slidewidth,.9\slideheight)% \psline[linewidth=.8pt](0,.1\slideheight)(\slidewidth,.1\slideheight)% @@ -66,10 +69,10 @@ }{} \pddefinetemplate[basic]{slide}{ ifsetup=landscape, - tocpos={.015\slidewidth,.83\slideheight}, - tocwidth=.14\slidewidth, - tocsecm={\psline[linewidth=.5pt,linecolor=gray]% - (-.05,-.05)(.143\slidewidth,-.05)} + tocpos={.015\slidewidth,.83\slideheight}, + tocwidth=.14\slidewidth, + tocsecm={\psline[linewidth=.5pt,linecolor=gray]% + (-.05,-.05)(.143\slidewidth,-.05)} }{% \pdifsetup{landscape}{% \psframe[fillstyle=solid,fillcolor=black!10,linestyle=none,% @@ -80,11 +83,11 @@ \pddefinetemplate[slide]{sectionslide}{ titlehook=c,titlefont=\Large\bfseries\centering, ifsetup=landscape, - titlepos={.575\slidewidth,.55\slideheight}, - titlewidth=.75\slidewidth, + titlepos={.575\slidewidth,.55\slideheight}, + titlewidth=.75\slidewidth, ifsetup=portrait, - titlepos={.5\slidewidth,.55\slideheight}, - titlewidth=.9\slidewidth + titlepos={.5\slidewidth,.55\slideheight}, + titlewidth=.9\slidewidth }{} \pddefinetemplate[wideslide]{sectionwideslide}{ titlehook=c,titlefont=\Large\bfseries\centering, @@ -115,7 +118,6 @@ \pdsetup{ list={labelsep=1em,leftmargin=*,itemsep=0pt,topsep=5pt,parsep=0pt} } -\color{black} \def\rmdefault{cmss} \endinput %% |