In order to avoid duplication of effort, I have created a University of Oregon theme for Beamer. It's a nice clean presentation design with the UO seal in the upper left corner and an optional logo of your own choosing in the upper right corner. Here's a screenshot that links to a PDF of the presentation it came from:
Using the theme is very simple. Download the files beamerthemeuoregon.sty and uoseal.png and place them in your working directory. Then, add the line
\usetheme{uoregon}
to your presentation TeX file, and that's it! You may optionally specify a deprtment or lab logo by adding, to the same file, the line
\logo{\includegraphics[height=.5in]{cslogo.png}}
substituting your desired logo for cslogo.png. If you do want the CIS department's logo, then you can download it as cslogo.png.
Throughout the document, if you want to use the appropriate green and yellow colors for something, you can put uogreen or uoyellow where you would have formerly put blue or black or another color name.
So, to sum up: There's a University of Oregon style for Beamer now, the two required files are beamerthemeuoregon.sty and uoseal.png, and it's really easy to use. A tarball of the LaTeX code I used to make a presentation that I actually gave can be found as samplepresentation.tgz. If you have any questions, you can email me at peter@cs.uoregon.edu or (even better!) post your question below. Things that are posted are also emailed to me, but then I only have to answer those questions once :)
2 comment(s)
Note - there is no HTML allowed in comments. Newlines become <br/> tags.