ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/matt_papers/canidacy_talk/PPRdefault.sty
Revision: 54
Committed: Tue Jul 30 17:25:26 2002 UTC (21 years, 11 months ago) by mmeineke
File size: 2381 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     %% PPRdefault.sty (a slide style for Prosper)
3     %% Copyright 2000-2001 Frédéric Goualard
4     %%
5     %% Note: this style was contributed anonymously by a user.
6     %%
7     %% This program may be distributed and/or modified under the
8     %% conditions of the LaTeX Project Public License, either version 1.2
9     %% of this license or (at your option) any later version.
10     %% The latest version of this license is in
11     %% http://www.latex-project.org/lppl.txt
12     %% and version 1.2 or later is part of all distributions of LaTeX
13     %% version 1999/12/01 or later.
14     %%
15     %% This program consists of the files listed in manifest.txt
16     %%
17     %% CVSId : $Id: PPRdefault.sty,v 1.1 2002-07-30 17:25:25 mmeineke Exp $
18     %%=============================================================================
19     \NeedsTeXFormat{LaTeX2e}[1995/12/01]
20     \ProvidesPackage{PPRdefault}[2000/11/30]
21     \typeout{`default' style for Prosper ---}
22     \typeout{CVSId: $Id: PPRdefault.sty,v 1.1 2002-07-30 17:25:25 mmeineke Exp $}
23     \typeout{ }
24    
25     \RequirePackage{amssymb}
26     % Loading packages necessary to define this slide style.
27     % none
28    
29     \newgray{grayb}{.5}
30    
31     \FontTitle{%
32     \usefont{T1}{ptm}{b}{n}\fontsize{20.74pt}{18pt}\selectfont\blue}{%
33     \usefont{T1}{ptm}{b}{n}\fontsize{20.74pt}{18pt}\selectfont\blue}
34     \FontText{%
35     \black\usefont{T1}{phv}{m}{n}\fontsize{12.4pt}{12pt}\selectfont}{%
36     \black\usefont{T1}{phv}{m}{n}\fontsize{12.4pt}{12pt}\selectfont}
37    
38    
39     % Positionning of the title of a slide.
40     \newcommand{\slidetitle}[1]{%
41     \rput[c](5.25,4.4){\fontTitle{#1}}
42     }
43    
44     % Positionning for a logo
45     \LogoPosition{-1,-1.1}
46    
47     % Definition of this style for slides.
48    
49     \newcommand{\BasicFrame}[1]{%
50     %\ifinColor
51     %\else
52     %\fi
53     \psline[linewidth=.5pt,linecolor=grayb](-1,0)(-1,-0.6)(-0.4,-0.6)
54     \psline[linewidth=.5pt,linecolor=grayb](11,-0.6)(11.6,-0.6)(11.6,0)
55     \psline[linewidth=.5pt,linecolor=grayb](-1,6.7)(-1,7.3)(-0.4,7.3)
56     \psline[linewidth=.5pt,linecolor=grayb](11.6,6.7)(11.6,7.3)(11,7.3)
57     \PutLogo % Mandatory
58     {#1}}
59    
60     \NewSlideStyle[115mm]{t}{5.3,3.2}{BasicFrame}
61     \PDFCroppingBox{10 40 594 800}
62     \RequirePackage{semhelv}
63    
64     \myitem{1}{\includegraphics[width=.4cm]{red-bullet-on-white.ps}}
65     \myitem{2}{\includegraphics[width=.3cm]{green-bullet-on-white.ps}}
66     \myitem{3}{\includegraphics[width=.3cm]{yellow-bullet-on-white.ps}}
67    
68     \endinput
69    
70     %%% Local Variables:
71     %%% mode: latex
72     %%% TeX-master: t
73     %%% End: