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 :)
8 comment(s)
Also, how can I add slide number? (maybe of the form <slide #/total #> , it can be placed instead of the title box... )
Thanks in advance!
Thank you very much for sharing this great theme, I really need to know how to put two logos in the upper corners with beamer.
I have two questions may need your help.
First, my logo picture is rectangle other than a square, so it always appears on the bottom of a virtual square with blank space on the top of the logo. Could you give me some clue on how to correct this? To add some blank space below the logo to get a new picture is the only thing I can do now.
Second, I am new to beamer. So, I am wondering if it's possible to keep the original color theme of Copenhagen theme? And how?
Thank you in advance.
Inside the style files, there are many opportunities to change the colors of the theme. Good luck!
Note - there is no HTML allowed in comments. Newlines become <br/> tags.