%============================================================================== % Prosper -- (PPRHeilHazel.sty) Style file % A LaTeX class for creating slides % Author: Frederic Goualard (Frederic.Goualard@irin.univ-nantes.fr) % Institut de Recherche en Informatique de Nantes % University of Nantes, France % % Copyright (c) 2000 Frederic Goualard % 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. % %-------------------------------------------------------------- % Modified (stripped down to the bare essentials...) % by M. Heil & A. L. Hazel (Nov. 2001) % % Email: M.Heil@maths.man.ac.uk and ahazel@maths.man.ac.uk %-------------------------------------------------------------- % % CVSId : $Id: PPRtroispoints.sty,v 1.1.1.1 2000/11/28 11:15:12 exupery Exp $ %============================================================================== \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{PPRHeilHazel}[2000/04/17] \typeout{`Trois points' style for Prosper ---} \typeout{(c) 2000 Frederic Goualard, IRIN, France} \typeout{CVSId: $Id: PPRtroispoints.sty,v 1.1.1.1 2000/11/28 11:15:12 exupery Exp $} \typeout{ } \RequirePackage{amssymb} % Loading packages necessary to define this slide style. \IfFileExists{pst-grad}{\RequirePackage{pst-grad}}{\RequirePackage{gradient}} \newgray{mygrey}{.5} \newrgbcolor{mellow}{.847 .72 .525} \newrgbcolor{orange}{1.00 0.65 0.00} \FontTitle{% \usefont{T1}{ptm}{m}{sl}\fontsize{12pt}{12pt}\selectfont\orange}{% \usefont{T1}{ptm}{m}{sl}\fontsize{12pt}{12pt}\selectfont\blue} \FontText{% \mellow\usefont{T1}{phv}{m}{n}\fontsize{8pt}{8pt}\selectfont}{% \black\usefont{T1}{phv}{m}{n}\fontsize{8pt}{8pt}\selectfont} \ColorFoot{\mellow} % Positionning of the title of a slide. \newcommand{\slidetitle}[1]{% \rput[l](1.0,4.4){\parbox{10cm}{\fontTitle{#1}}} } % Positionning for a logo \LogoPosition{-1,-1.1} \NewSlideStyle{t}{5.3,2.9}{TPFrame} \PDFCroppingBox{10 40 594 800} \RequirePackage{semhelv} \endinput %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: