Giter VIP home page Giter VIP logo

ua-beamer's Introduction

UA beamer theme

Build Status

This is a LaTeX beamer theme for the University of Antwerp. It is designed to match the official UA templates for Microsoft PowerPoint.

dark title

Installation

Retrieve ua-beamer via GitHub and place it in a directory where LaTeX can find it. For user installations on Unix, this is typically ~/texmf. Running texhash may be required.

You can check the integrity of your installation with

$ kpsewhich beamerfontthemeUniversiteitAntwerpen.sty
/home/username/texmf/tex/latex/ua-beamer/theme/beamerfontthemeUniversiteitAntwerpen.sty

Usage

Using the theme is as simple as invoking beamer's \usetheme:

\documentclass[compress]{beamer}

\usetheme[light,darktitle,framenumber,totalframenumber]{UniversiteitAntwerpen}

\usepackage{lipsum}

\title{Some slides with a UA beamer theme}
\subtitle{This is a dummy subtitle}

\author{Nico~Schl\"omer}

\begin{document}

\maketitle

\begin{frame}
\frametitle{A first test frame}
Some dummy text.
\end{frame}

\end{document}

See here for a more verbose example.

Note that the official font of Universiteit Antwerpen is Underware's Auto 1. If you have access to it, you can include it by adding

% Fonts. Use Auto 1, the official UA font.
\usepackage{fontspec,microtype}
\usepackage{unicode-math}
\defaultfontfeatures{Ligatures=TeX, Scale=MatchLowercase, Numbers=Lining}
\setmainfont{auto1}
\setsansfont{auto1}
\setmathfont{XITS Math} % for math symbols, can be any other OpenType math font
\setmathfont[range=\mathup]  {auto1}
\setmathfont[range=\mathbfup]{auto1 Bold}
\setmathfont[range=\mathbfit]{auto1 Bold Italic}
\setmathfont[range=\mathit]  {auto1 Italic}

to the document preamble.

All options are documented as part of the manual. To compile,

cd doc/manual && make

License

This software is published under the MIT license.

ua-beamer's People

Contributors

nschloe 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ua-beamer's Issues

Note pages are unreadable

Currently, when the user turns on notes with

\documentclass[pdflatex,compress,notes=show]{beamer}

or equivalent, and then uses \note{foo} in a frame, the next frame containing the note will contain white text (current fg color) on a white background (default implementation of note page). Which is hard to read.

I'm currently using

\setbeamercolor{note page}{fg=black}

as the last line in beamercolortheme*.sty, because for some reason bg= does not do anything there. I have no idea why.

TDS compatibility

Hi nico,
stumbled over your beamertheme doing support -> Errors using a customised beamer theme: ua-beamer

I think it would be easier for users if your project would be compatible with the TeX Directory Structure. I had to look up the places in order to keep my ~/texmf tidy. I think a new user (see the link) would be more than confused.

Thanks for the work
Johannes

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.