All Projects → malramsay64 → usyd-beamer-theme

malramsay64 / usyd-beamer-theme

Licence: MIT License
A Beamer theme that adheres to the University of Sydney Branding

Programming Languages

TeX
3793 projects
Makefile
30231 projects

Projects that are alternatives of or similar to usyd-beamer-theme

stanford-beamer-presentation
This is an unofficial LaTeX Beamer presentation template for Stanford University.
Stars: ✭ 47 (+95.83%)
Mutual labels:  beamer, latex-template, latex-beamer
latex-beamer-teamplates
My LaTeX Beamer Templates for Daily Presentation and Documentation.
Stars: ✭ 14 (-41.67%)
Mutual labels:  latex, beamer, latex-template
kmbeamer
My themes for Beamer.
Stars: ✭ 108 (+350%)
Mutual labels:  latex, beamer
Yet-Another-LaTeX-Template-for-NPU-Thesis
西北工业大学硕博学位论文模版 | Yet Another Thesis Template for Northwestern Polytechnical University
Stars: ✭ 82 (+241.67%)
Mutual labels:  latex, latex-template
SCU Beamer Slide-demo
四川大学非官方Beamer模板 | Unofficial Beamer Template for Sichuan University
Stars: ✭ 28 (+16.67%)
Mutual labels:  latex, beamer
Awesome Cv
📄 Awesome CV is LaTeX template for your outstanding job application
Stars: ✭ 14,957 (+62220.83%)
Mutual labels:  latex, latex-template
Scientific Thesis Template
LaTeX template for Master, Bachelor, Diploma, and Student Theses
Stars: ✭ 228 (+850%)
Mutual labels:  latex, latex-template
modelos-latex
Modelos de documentos em LaTeX para docentes e discentes. Modelo de prova, lista de exercício, apresentação, nota de aula, relatórios e TCC.
Stars: ✭ 43 (+79.17%)
Mutual labels:  latex-template, latex-beamer
TJUThesisLatexTemplate
LaTeX templates for TJU graduate thesis. Originally forked from code.google.com/p/tjuthesis
Stars: ✭ 77 (+220.83%)
Mutual labels:  latex, latex-template
latex-template
南方科技大学 LaTeX 模板目录 SUSTech LaTeX templates
Stars: ✭ 72 (+200%)
Mutual labels:  latex, latex-template
xdupgthesis
西安电子科技大学研究生学位论文XeLaTeX模板
Stars: ✭ 271 (+1029.17%)
Mutual labels:  latex, latex-template
concise-cheat-sheets
Cheat Sheets for programming languages and tools
Stars: ✭ 98 (+308.33%)
Mutual labels:  latex, latex-template
Novathesis
LaTeX template for MSc and PhD thesis (for NOVA University Lisbon an other institutions)
Stars: ✭ 185 (+670.83%)
Mutual labels:  latex, latex-template
Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (+908.33%)
Mutual labels:  latex, latex-template
Betterposter Latex Template
LaTeX Template for Mike Morrison's #betterposter
Stars: ✭ 171 (+612.5%)
Mutual labels:  latex, latex-template
Ucasthesis
**国科大新版标准** 中国科学院大学学位论文模板,目前遵守2018国科大指导标准。 a LaTeX template for UCAS.
Stars: ✭ 166 (+591.67%)
Mutual labels:  latex, latex-template
latex-mimore
A minimal & modern LaTeX template for reports
Stars: ✭ 26 (+8.33%)
Mutual labels:  latex, latex-template
Latex Cheatsheet
Template for a compact LaTeX Cheatsheet I made some years ago.
Stars: ✭ 136 (+466.67%)
Mutual labels:  latex, latex-template
Nasa Latex Docs
An easy and convenient package to create technical LaTeX documents.
Stars: ✭ 153 (+537.5%)
Mutual labels:  latex, latex-template
uni-stuttgart-beamer-template
Unofficial LaTeX template for Beamer presentations at the University of Stuttgart, Germany
Stars: ✭ 16 (-33.33%)
Mutual labels:  beamer, latex-template

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].