%============================================================================== % Modified 11/24/03 by Rickey Carter. Based on PRRHeilHazel Style. % Updated to darken the colors for better printing. \NeedsTeXFormat{LaTeX2e}[1995/12/01] \RequirePackage{amssymb} \usepackage{pstricks} % Loading packages necessary to define this slide style. \IfFileExists{pst-grad}{\RequirePackage{pst-grad}}{\RequirePackage{gradient}} \newgray{mygrey}{.5} %\newrgbcolor{mellow}{.4392 .5020 .5647} \newrgbcolor{mellow}{0 0 0} %\newrgbcolor{dkslate}{.1843 .3098 .3098} \newrgbcolor{dkslate}{0 0 0} \FontTitle{% \usefont{T1}{phv}{m}{n}\fontsize{14pt}{14pt}\selectfont\dkslate}{% \usefont{T1}{phv}{m}{n}\fontsize{14pt}{14pt}\selectfont\blue} \FontText{% \mellow\usefont{T1}{phv}{m}{n}\fontsize{12pt}{12pt}\selectfont}{% \black\usefont{T1}{phv}{m}{n}\fontsize{12pt}{12pt}\selectfont} \ColorFoot{\mellow} % Positionning of the title of a slide. \newcommand{\slidetitle}[1]{% \rput[l](-.5,4.4){\parbox{10cm}{\fontTitle{#1}}} } % Positionning for a logo \LogoPosition{-1,-1.1} % Definition of this style for slides. \newcommand{\BasicFrame}[1]{% \psline[linewidth=.5pt,linecolor=mellow](-1,7.4)(11.9,7.4) % upper \psline[linewidth=.5pt,linecolor=mellow](-1,-0.6)(11.9,-0.6) % down \psline[linewidth=.5pt,linecolor=dkslate](-1,7.4)(11.9,7.4) % upper \psline[linewidth=.5pt,linecolor=dkslate](-1,-0.6)(11.9,-0.6) % down \PutLogo % Mandatory {#1}} \NewSlideStyle[115mm]{t}{5.3,3.5}{BasicFrame} \PDFCroppingBox{10 40 594 800} %\PDFCroppingBox{10 40 605 930 } \RequirePackage{semhelv} \endinput