Code Monkey home page Code Monkey logo

usyd-beamer-theme's Introduction

usyd-beamer-theme

This is an unofficial version of the University of Sydney presentation template for use with beamer. It generally keeps to the intent of the official presentation, however the most noticeable difference is the fonts.

The template has been tested in both the 4:3 and 16:9 aspect ratios, and should work in any other.

The latest examples can be downloaded from the releases page or directly from the links below.

How to use

To add this theme to your presentation (assuming you are using git to version control it as well), from the root directory you can add the repository as a submodule

git submodule add https://github.com/malramsay64/usyd-beamer-theme.git

To incorporate that directory into the path LaTeX searches add the following before the \usetheme directive

\makeatletter
\def\input@path{{usyd-beamer-theme/}}
\makeatother

Then include the following after the \usetheme directive.

\graphicspath{{usyd-beamer-theme/}}

This adds the path of the image to the path to look for files.

Then using the theme is then as simple as adding the theme

\mode<presentation>
{%
    \usetheme{usyd}
}

Customisation

The image in the titlegraphic is customisable using the \titlegraphic{<filename>} command, where <filename> is the filename of the image you want to use. The width of the image will always be half the slide width. To prevent any issues with the image not filling the vertical height of the slide there is a \titlegraphicbackground{<colour>} command which will change the colour of the background to whichever colour you want, where <colour> is a colour defined using the \color{} command. The default colour is white.

An additional logo can be added to the titlepage next to the USYD logo with the \affiliationlogo{<filename>} command.

Removing the footline can be done by adding the following code snippet to your document.

\setbeamertemplate{footline}{}

Logobar Theme

A variation on the theme which includes navigation elements in a bar at the top of each slide. This optional variation on the theme is enabled by passing the logobar option when specifying the theme.

\usetheme[logobar]{usyd}

You can see this theme in action in the example-logobar.pdf file.

To get the dots in the logobar as displayed in the example images, you either need to create subsections

\section{Introduction}
\subsection{An Introduction subsection}

Or alternatively, you can increment the subsection counter

\section{Introduction}
\stepcounter{subsection}

This second approach is particularly useful for shorter presentations where subsections don't make sense.

This theme variation was contributed by Joel Nothman.

Split Theme

Another variation on the theme which includes navigation elements in a bar at the top of each slide. It is based on the Beamer split outer theme. This option includes both section and subsection navigation and is useful for longer presentations.

This option is enabled by passing the split option when specifying the theme.

\usetheme[split]{usyd}

You can see this theme in action in the example-split.pdf file.

This theme variation was contributed by Vanja Zecevic.

Poster

There is also support for a poster using the beamerposter package with \usetheme{usyd-poster}.

Contributors

Thanks to these people for their contributions

usyd-beamer-theme's People

Contributors

chinitaberrio avatar finnconor avatar jnothman avatar malramsay64 avatar vanja-zecevic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

usyd-beamer-theme's Issues

Instructions for Overleaf

The University of Sydney has an Overleaf subscription which can be logged into after completing Okta verification. Could there be instructions added which explain how to use the theme within that system?

Support for dual logos in presentation theme

It is common within academia to have some kind of dual affiliation requiring a logo for USYD and some other group whether that be something like the HRI, ACFR, BMRI.

This would add a new command like \affiliationlogo which adds the image to the titlepage.

Pandoc overrides titleimage height

Pandoc defines a utility function which prevents images going outside the defined text area, which results in the title graphic shrinking down to fit in the writeable space which is undesired.

Logobar results in a warning on every slide

I'm getting the following for every slide. If you have any quick ideas for fixes, they would be very welcome

 (./slides.vrb) <use USYDLogo-eps-converted-to.pdf>
Overfull \vbox (20.49776pt too high) has occurred while \output is active

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.