ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/matt_papers/canidacy_talk/PPRframes.sty
Revision: 54
Committed: Tue Jul 30 17:25:26 2002 UTC (22 years, 1 month ago) by mmeineke
File size: 2762 byte(s)
Log Message:


added all of the pictures. And gave a practice talk based on this version. Now begins the process of cleanup and additions
of citations.

File Contents

# User Rev Content
1 mmeineke 54 %%=============================================================================
2     %% PPRframes.sty (a slide style for Prosper)
3     %% Copyright 2000-2001 Frédéric Goualard
4     %%
5     %% This program may be distributed and/or modified under the
6     %% conditions of the LaTeX Project Public License, either version 1.2
7     %% of this license or (at your option) any later version.
8     %% The latest version of this license is in
9     %% http://www.latex-project.org/lppl.txt
10     %% and version 1.2 or later is part of all distributions of LaTeX
11     %% version 1999/12/01 or later.
12     %%
13     %% This program consists of the files listed in manifest.txt
14     %%
15     %% CVSId : $Id: PPRframes.sty,v 1.1 2002-07-30 17:25:25 mmeineke Exp $
16     %%=============================================================================
17     \NeedsTeXFormat{LaTeX2e}[1995/12/01]
18     \ProvidesPackage{PPRframes}[2000/04/18]
19     \typeout{`Frames' style for prosper ---}
20     \typeout{(c) 2000 Frederic Goualard, IRIN, France}
21     \typeout{CVSId: $Id: PPRframes.sty,v 1.1 2002-07-30 17:25:25 mmeineke Exp $}
22     \typeout{ }
23    
24     \RequirePackage{semhelv}
25     \RequirePackage{amssymb}
26    
27     % Chargement des fichiers de pstricks (on teste les noms en vigueur pour
28     % gérer les différentes versions de pstricks).
29     \IfFileExists{pst-grad}{\RequirePackage{pst-grad}}{\RequirePackage{gradient}}
30    
31     \newgray{gris1}{.40}
32     \newgray{gris2}{.85}
33     \newgray{gris3}{.30}
34     \newgray{gris4}{.25}
35     \newgray{gris5}{.90}
36    
37     \FontTitle{\usefont{T1}{phv}{b}{sl}\fontsize{14.4pt}{12pt}\selectfont}{%
38     \usefont{T1}{phv}{b}{sl}\fontsize{14.4pt}{12pt}\selectfont}
39     \FontText{\usefont{T1}{phv}{m}{n}\fontsize{13pt}{12pt}\selectfont}{%
40     \usefont{T1}{phv}{m}{n}\fontsize{13pt}{12pt}\selectfont}
41    
42     \def\labelitemi{\ensuremath{\blacktriangleright}}
43    
44     \newcommand{\slidetitle}[1]{%
45     \rput[rb](11.6,3.6){%
46     \parbox{9cm}{\begin{flushright}\fontTitle{#1}\end{flushright}}}}
47    
48     \LogoPosition{-.7,-.1}
49    
50     \def\TWRFrame#1{%
51     \psframe[linestyle=none,fillstyle=gradient,
52     gradbegin=gris1, gradend=gris2,gradmidpoint=0.9]%
53     (-1.2,-1.4)(-0.8,8.8 )
54     \psframe[linestyle=none,fillstyle=gradient,
55     gradbegin=gris1, gradend=gris2,gradmidpoint=0.2]%
56     (-1.2,2)(-0.4,8.8)
57     \psframe[linestyle=none,fillstyle=gradient,
58     gradbegin=gris2,gradend=gris4,gradmidpoint=0.4]%
59     (-1.2,7.9)(1.2,8.8)
60     \psframe[linestyle=none,fillstyle=gradient,
61     gradbegin=gris2,gradend=gris3,gradmidpoint=0.2]%
62     (-1.2,5)(0.8,8.8)
63     \psframe[linestyle=none,fillstyle=gradient,
64     gradbegin=gris1, gradend=gris2,gradmidpoint=0.2]%
65     (-1.2,4)(0.5,8.8)
66     \psframe[linestyle=none,fillstyle=gradient,gradangle=90,
67     gradbegin=black,gradend=gris2,gradmidpoint=0.7]%
68     (-1.2,7)(11.6,7.1)
69     \PutLogo % Mandatory
70     {#1}}
71    
72     \NewSlideStyle{t}{6,2.4}{TWRFrame}
73     \PDFCroppingBox{10 40 594 820}
74    
75    
76     \endinput
77    
78     %%% Local Variables:
79     %%% mode: latex
80     %%% TeX-master: t
81     %%% End: