summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/powerdot/powerdot-elcolors.sty
blob: 7893403c1302da0b6d46558d0134cbe272c3852f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
%%
%% This is file `powerdot-elcolors.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% powerdot.dtx  (with options: `pdelcolors')
%% 
%% ----------------------------------------------------------
%% Copyright (C) 2005 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
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%%   http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2003/12/01 or later.
%%
%% This work has the LPPL maintenance status "maintained".
%%
%% This Current Maintainer of this work is Christopher Ellison.
%%
%% This work consists of all files listed in manifest.txt.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{powerdot-elcolors}[2005/09/19 v1.1 elcolors style (HA)]
\RequirePackage{pifont}
\colorlet{pdyellow}{yellow!10}
\colorlet{pdred}{red!10}
\colorlet{pdblue}{blue!10}
\definecolor{pddblue}{rgb}{.17,.31,.44}
\colorlet{pdmixyr}{rgb,2:pdyellow,-1;pdred,-1}
\colorlet{pdmixyb}{rgb,2:pdyellow,-1;pdblue,-1}
\pddefinetemplate{basic}{
  titlepos={.95\slidewidth,.93\slideheight},titlehook=Br,
  titlewidth=.75\slidewidth,textheight=.68\slideheight,
  titlefont=\large\bfseries\raggedleft,
  lfpos={.03\slidewidth,.04\slideheight},
  rfpos={.97\slidewidth,.04\slideheight},
  tocslidesep=.6ex,
  toctcolor=pddblue,
  tochlcolor=pddblue,
  tochltcolor=pdblue,
  ifsetup=portrait,
  textpos={.05\slidewidth,.83\slideheight},
  textwidth=.9\slidewidth,
  tocsecsep=.6ex,
  stochook=tr,stocpos={.42\slidewidth,.13\slideheight},
  stocfont=\tiny\raggedleft,
  ntocpos={.46\slidewidth,.13\slideheight},
  ifsetup=landscape,
  textpos={.2\slidewidth,.83\slideheight},
  textwidth=.68\slidewidth
}{%
  \psset{linewidth=0pt}%
  \psframe*[linecolor=pdred]%
    (0,0)(.44\slidewidth,.14\slideheight)%
  \psframe*[linecolor=pdred]%
    (\slidewidth,\slideheight)(.56\slidewidth,.86\slideheight)%
  \psframe*[linecolor=pdyellow]%
    (.09\slidewidth,.09\slideheight)(.91\slidewidth,.91\slideheight)%
  \psframe*[linecolor=pdmixyr]%
    (.09\slidewidth,.09\slideheight)(.44\slidewidth,.14\slideheight)%
  \psframe*[linecolor=pdmixyr]%
    (.91\slidewidth,.91\slideheight)(.56\slidewidth,.86\slideheight)%
}
\pddefinetemplate[basic]{titleslide}{
  titlefont=\large\bfseries\centering,
  lfpos={.03\slidewidth,.04\slideheight},
  rfpos={.97\slidewidth,.04\slideheight},
  texthook=t,textpos={.5\slidewidth,.7\slideheight},
  textwidth=.76\slidewidth,textfont=\centering,
  textheight=.55\slideheight
}{}
\pddefinetemplate[basic]{wideslide}{
  textpos={.12\slidewidth,.83\slideheight},
  textwidth=.76\slidewidth
}{}
\pdifsetup{portrait}{%
  \pddefinetemplate[wideslide]{slide}{}{}%
}{%
  \pddefinetemplate[basic]{slide}{
    tocpos={.015\slidewidth,.83\slideheight},
    tocwidth=.14\slidewidth,
    tocsecm={\psline[linewidth=.5pt,linecolor=pddblue]%
      (-.05,-.05)(.143\slidewidth,-.05)}
  }{%
    \psframe*[linecolor=pdblue,linewidth=0pt]%
      (0,\slideheight)(.17\slidewidth,.2\slideheight)%
    \psframe*[linecolor=pdmixyb,linewidth=0pt]%
      (.09\slidewidth,.91\slideheight)(.17\slidewidth,.2\slideheight)%
  }
}
\pddefinetemplate[slide]{sectionslide}{
  titlehook=c,titlefont=\Large\bfseries\centering,
  ifsetup=landscape,
  titlepos={.54\slidewidth,.55\slideheight},
  titlewidth=.68\slidewidth,
  ifsetup=portrait,
  titlepos={.5\slidewidth,.55\slideheight},
  titlewidth=.76\slidewidth
}{}
\pddefinetemplate[wideslide]{sectionwideslide}{
  titlehook=c,titlefont=\Large\bfseries\centering,
  titlepos={.5\slidewidth,.55\slideheight},
  titlewidth=.76\slidewidth
}{}
\setkeys[pd]{section}{sectemp=sectionslide,widesectemp=sectionwideslide}
\def\labelitemi{\footnotesize\ding{110}}
\def\labelitemii{\small\ding{117}}
\def\labelitemiii{\tiny\ding{110}}
\def\labelitemiv{\tiny\ding{117}}
\pdsetup{
  list={labelsep=1em,leftmargin=*,itemsep=0pt,topsep=5pt,parsep=0pt}
}
\color{pddblue}
\def\rmdefault{cmss}
\endinput
%%
%% End of file `powerdot-elcolors.sty'.