%============================================================================== % Prosper -- (PPRghr.sty) Style file % A LaTeX class for creating slides % Author: Geoffrey Robertson (geoffrey@zip.com.au) % % Copyright (c) 2002 Geoffrey Robertson % All rights reserved. % % Permission is hereby granted, without written agreement and without % license or royalty fees, to use, copy, modify, and distribute this % software and its documentation for any purpose, provided that the % above copyright notice and the following two paragraphs appear in % all copies of this software. % % IN NO EVENT SHALL THE AUTHOR BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, % SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF % THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE AUTHOR HAS BEEN ADVISED % OF THE POSSIBILITY OF SUCH DAMAGE. % % THE AUTHOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, % INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY % AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS % ON AN "AS IS" BASIS, AND THE AUTHOR HAS NO OBLIGATION TO % PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. % % CVSId : $Id: PPRghr_gl2.sty,v 1.1 2002/10/30 00:00:31 geoffr Exp $ %============================================================================== \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{PPRghr}[2002/04/17] \typeout{`ghr personal' style for Prosper ---} \typeout{(c) 2002 Geoffrey Roberston, Sydney au} \typeout{CVSId: $Id: PPRghr_gl2.sty,v 1.1 2002/10/30 00:00:31 geoffr Exp $} \typeout{ } \RequirePackage{amssymb} % Loading packages necessary to define this slide style. \IfFileExists{pst-grad}{\RequirePackage{pst-grad}}{\RequirePackage{gradient}} \newgray{mygray}{.5} \newrgbcolor{mellow}{.847 .72 .525} \newrgbcolor{orange}{1.00 0.65 0.00} \newrgbcolor{myred}{.90 .10 .10} \newrgbcolor{lemonchiffon}{1.00 .98 .80} \newrgbcolor{pink}{1.00 .75 .79} \newrgbcolor{slategray}{.44 .50 .56} %\newrgbcolor{darkgray}{.34 .30 .36} \FontTitle{%22 20 \usefont{T1}{ptm}{b}{n}\fontsize{16pt}{16pt}\selectfont\myred}{% \usefont{T1}{ptm}{b}{n}\fontsize{16pt}{16pt}\selectfont\black} \FontText{%14.4 14 \darkgray\usefont{T1}{phv}{m}{n}\fontsize{10pt}{10pt}\selectfont}{% \black\usefont{T1}{phv}{m}{n}\fontsize{10pt}{10pt}\selectfont} \ColorFoot{\black} % Positionning of the title of a slide. \newcommand{\slidetitle}[1]{% \rput[l](-0.2,4.1){\fontTitle{#1}} } % Positionning for a logo \LogoPosition{-0.6,-1.3} \Logo{\includegraphics[width=1cm]{penguin}} % Definition of this style for slides. \newcommand{\TPFrame}[1]{% \psline[linewidth=2pt,linecolor=mygray](-0.5,7.2)(10.8,7.2) \psline[linewidth=2pt](8.2,7)(-0.5,7)(-0.5,-0.4) \psline[linewidth=2pt](9,-0.7)(10.8,-0.7)(10.8,0) \PutLogo % Mandatory {#1}} %\NewSlideStyle{t}{5.3,2.7}{TPFrame} \NewSlideStyle{t}{5.3,3.0}{TPFrame} \PDFCroppingBox{10 40 594 800} \RequirePackage{semhelv} %\myitem{1}{\includegraphics[width=.4cm]{red-bullet-on-white.ps}} \myitem{1}{\includegraphics[width=.4cm]{penguin3}} %\myitem{2}{\includegraphics[width=.3cm]{green-bullet-on-white.ps}} \myitem{2}{\includegraphics[width=.3cm]{penguin3}} \myitem{3}{\includegraphics[width=.3cm]{yellow-bullet-on-white.ps}} \endinput %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: