%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % TEMPLATE FOR PRESENTATIONS USING SEMINAR.STY % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Slides 1-up -- for projecting % % For one-slide per page, uncomment the following: % % \documentclass{seminar} % \usepackage{psfig,shadow,epsf,sem-a4,fancybox,pstricks,amsthm,amssymb,amsmath} % \usepackage{graphicx,psfrag,pst-node,subfigure} % \usepackage{fancyheadings} % \slideframe{none} % % The \slideframe{none} command removes the border from each slide, % which you will want to do if you are doing a laptop presentation % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Slides 2-up -- For handouts % % The following will print slides 2-up in landscape mode (side % by side rotated on the page. To get 2 slides per page, uncomment % the following: % % \documentclass[article,portrait]{seminar} % \usepackage{psfig,shadow,epsf,sem-a4,fancybox,pstricks,amsthm,amssymb,amsmath} % \usepackage{graphicx,psfrag,pst-node,subfigure} % \pagestyle{empty} % \slideframe{none} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Slides 4-up -- For handouts % % For slides 4 per page uncomment the following: % \documentclass[article,portrait]{seminar} \usepackage{psfig,shadow,epsf,sem-a4,fancybox,pstricks,amsthm,amssymb,amsmath} \usepackage{graphicx,psfrag,pst-node,subfigure} \twoup[1] \pagestyle{empty} \slideframe{none} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Alternative way to make handouts: process the slides 1-up and % then use psnup -- to use on unity: % % unity% add psutils % unity% psnup -nup 6 -r seminar.ps seminar_6up.ps % % if the 1-up slides are in seminar.ps, this will make a postscript % file seminar_6up.ps that diplays the slides 6 per page. Can change % the number and orientation -- type % % unity% man psnup % % to get the man pages that give further options. % % Note: if you use fancyheadings to make headers and footers, this % is the preferred way to make handouts so that the headers and footers % print out correctly with each slide in your handout! % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % The following are some newcommands I have defined for making % boxes for headings, colors, etc. % % Makes a box around stuff \def\boxit#1{\vbox{\hrule\hbox{\vrule\kern3pt \vbox{\kern5pt#1\kern5pt}\kern3pt\vrule}\hrule}} \newcommand{\myheading}[1]{\begin{center}\shabox{ \bf #1} \end{center}} % Command so bullets aren't colored \newcommand{\citem}{\item $\mbox{}$} % Command to make colored bullets (red) \newcommand{\ritem}{\item {\red $\mbox{}$}} % defining colors: % \newgray{vlgray}{0.9} \newrgbcolor{lblue}{0.8 0.92 0.95} \newrgbcolor{lred}{1 0.8 0.8} \newrgbcolor{lyellow}{1 1 0.6} \newrgbcolor{orange}{1 0.7 0.2} \newrgbcolor{lgreen}{0.87 0.95 0.8} %\newrgbcolor{dgreen}{0.37 0.43 0.37} \newrgbcolor{dgreen}{0.36 0.75 0.41} \newrgbcolor{violet}{0.6 0.0 0.4} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % This sets the height of the slide and can be changed % \setlength{\slideheight}{6.6in} % % This makes each slide start at the top rather than being centered % \centerslidesfalse % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} %\rotateheaderstrue % To use fancyheadings.sty to make headers and footers for each slide, % uncomment the next batch of lines; these can be redefined anywhere % so that the header and footer may be changed however you like %\pagestyle{fancy} %\setlength{\headrulewidth}{0.15pt} %\setlength{\footrulewidth}{.15pt} %\rhead{\scriptsize \sl Spring 2003} %\lhead{{\scriptsize \sl ST 810A, M. Davidian}} %\lfoot{\scriptsize \sl Template for slides with {\tt seminar.sty}} %\cfoot{ } %\rfoot{\scriptsize \rm \theslide} \begin{slide} \myheading{{\blue TITLE SLIDE}} \begin{itemize} \item {\bf First topic} \item {\bf Second topic} \item {\bf Third topic} \end{itemize} \end{slide} \begin{slide} \myheading{{\blue FIRST TOPIC}} {\bf \red A list:} \begin{itemize} \ritem Here I am using my {\sl \dgreen newcommand} to make a red bullet \end{itemize} \end{slide} \end{document}