From bbcc6f9fcd3737edc987b1df9e63e52407da99d3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 13 Jan 2006 00:03:33 +0000 Subject: prosper git-svn-id: svn://tug.org/texlive/trunk@1223 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/prosper/PPRrico.sty | 93 +++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/prosper/PPRrico.sty (limited to 'Master/texmf-dist/tex/latex/prosper/PPRrico.sty') diff --git a/Master/texmf-dist/tex/latex/prosper/PPRrico.sty b/Master/texmf-dist/tex/latex/prosper/PPRrico.sty new file mode 100644 index 00000000000..88541a19c30 --- /dev/null +++ b/Master/texmf-dist/tex/latex/prosper/PPRrico.sty @@ -0,0 +1,93 @@ +%============================================================================== +% Prosper -- (PPRrico.sty) Style file +% A LaTeX class for creating slides +% Author: Eric Languénou (Eric.Languenou@irin.univ-nantes.fr) +% Institut de Recherche en Informatique de Nantes +% University of Nantes, France +% +% Copyright (c) 2000 Eric Languénou +% 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: PPRrico.sty,v 1.1.1.1 2000/11/28 11:15:20 exupery Exp $ +%============================================================================== +\NeedsTeXFormat{LaTeX2e}[1995/12/01] +\ProvidesPackage{PPRrico}[2000/09/08] +\typeout{`Rico' style for prosper ---} +\typeout{(c) 2000 Eric Languénou} +\typeout{CVSId: $Id: PPRrico.sty,v 1.1.1.1 2000/11/28 11:15:20 exupery Exp $} +\typeout{ } + +\RequirePackage{semhelv} +\RequirePackage{amssymb} + +% Chargement des fichiers de pstricks (on teste les noms en vigueur pour +% gérer les différentes versions de pstricks). +\IfFileExists{pst-grad}{\RequirePackage{pst-grad}}{\RequirePackage{gradient}} + +\newgray{gris1}{.40} +\newgray{gris2}{.85} +\newgray{gris3}{.30} +\newgray{gris4}{.25} +\newgray{gris5}{.90} + + +\FontTitle{\usefont{T1}{phv}{b}{sl}\fontsize{14.4pt}{12pt}\selectfont}{% + \usefont{T1}{phv}{b}{sl}\fontsize{14.4pt}{12pt}\selectfont} + + +\FontText{\usefont{T1}{phv}{m}{n}\fontsize{12pt}{11pt}\selectfont}{% + \usefont{T1}{phv}{m}{n}\fontsize{12pt}{11pt}\selectfont} + + + +\myitem{1}{\includegraphics[width=.4cm]{rico_bullet1.ps}} +\myitem{2}{\includegraphics[width=.3cm]{rico_bullet2.ps}} +\myitem{3}{\includegraphics[width=.3cm]{rico_bullet3.ps}} + + +\newcommand{\slidetitle}[1]{% + \rput[rb](11.6,3.6){% + \parbox{9cm}{\begin{flushright}\fontTitle{#1}\end{flushright}}}} + + + + + +\newcommand{\theRICOStyle}[1]{% + %la barre horizontale + \rput[lb](2cm,6cm){\includegraphics[width=10cm,height=1cm]{barre-rico.ps}} +%le coin bas gauche + \rput[lb](-1cm,-1cm){\includegraphics[width=0.5cm,height=0.5cm]{angleHG.ps}} +%le coin haut gauche + \rput[lb](-1cm,8cm){\rotatebox[origin=c]{270}{\includegraphics[width=0.5cm,height=0.5cm]{angleHG.ps}}} +%le coin bas droit + \rput[lb](11.3cm,-1cm){\rotatebox[origin=c]{90}{\includegraphics[width=0.5cm,height=0.5cm]{angleHG.ps}}} +%le coin haut droit + \rput[lb](11.3cm,8cm){\rotatebox[origin=c]{180}{\includegraphics[width=0.5cm,height=0.5cm]{angleHG.ps}}} + + \PutLogo % + {#1}} + +\DefaultTransition{Glitter} + +\NewSlideStyle{t}{6,2.4}{theRICOStyle} +\PDFCroppingBox{10 40 594 820} +\endinput -- cgit v1.2.3