Giter VIP home page Giter VIP logo

ucl-beamer's Introduction

UCL LaTeX Beamer theme Build Status

by Simon Byrne (based on the original template by Maurizio Filippone)

These files form a theme for the Beamer package in LaTeX that is a close approximation to the UCL Corporate Identity.

Installation

To use once, simply put the files in the directory of your document.

A more permanent solution is to put the files somewhere in your texmf tree. To find out where this is in your system, run:

kpsewhich -var-value TEXMFHOME

An appropriate place would be <texmf>/tex/latex/uclbeamer

Use

The usage of the theme and its many options are given in the file sample.tex.

It can also be used for constructing a poster: a rough implementation is given in sample-poster.tex, however there are still some issues with spacing that need to be sorted out.

Notes

By default, the package uses the Helvetica font, as Arial (the official UCL typeface) is not installed on most TeX distributions. If you really want Arial, then you should be able to get it working using the following steps:

  1. Install the font using the getnonfreefonts script from http://www.tug.org/fonts/getnonfreefonts/.

  2. You may need to run this:

updmap-sys --enable Map=ua1.map
  1. Add the following lines to the preamble of your document:
\usepackage[T1]{fontenc}
\usepackage{uarial}
\renewcommand{\familydefault}{\sfdefault}

If you're wondering how to tell them apart, the only difference appears to be that Arial doesn't have the downstroke on the G.

Support

Requires a reasonably modern TeX installation (it has only been tested on MacTeX 2012). If you're having any problems, try upgrading.

This is completely unofficial, and not supported by UCL. If you notice any bugs however, please do open an issue, or better yet, send in a pull request.

ucl-beamer's People

Contributors

simonbyrne avatar tobiaskappe avatar uschille avatar

Watchers

James Cloos avatar  avatar

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.