A Latex beamer theme for University of New South Wales. Design was based on the Saarland beamer template and the guidelines listed in the UNSW Visual Guide.
- Follow
slides.tex
to make your own slides.- Personally, I used Tex Studio in compiling this Latex Beamer code.
- Check out
slides.pdf
for a sample output.
- If you want to use Beamer with presenter view (like Microsoft PPT), check out Dual Screen PDF viewer for latex beamer and its installation procedure. You'll also have to generate the slides.pdf with notes something like this
- Make you uncomment the following code snippets at
slides.tex
- Make you uncomment the following code snippets at
%\usepackage{pgfpages}
%\setbeameroption{show notes on second screen}
- For more advance slideshow techniques, check out
advance\main.tex
andadvance\main.pdf
for a more complicated example. This code made my APR slides during my 1st year of PhD. I won't be including the figures though so you won't be able to rebuild it.