Giter VIP home page Giter VIP logo

beamerthemeese's Introduction

ESE Beamer theme

LaTeX Beamer theme for Erasmus School of Economics based on the Microsoft Powerpoint template.

Using the theme

See also the file example.tex for a working example on how to use the theme.

  • Include \usetheme{ESE} in the preamble.
  • Use \ESEtitlepage to generate the title page.

Theme options:

  • framenumbers: Display slide numbers in the bottom right corner.
  • navigation: Display a navigation bar on the left hand side.
  • nologo: Do not display the Erasmus logo in the bottom right corner.
  • notes: Include notes (generated with \note{} in between slides) in the final document.
  • sectiontitles: Display a slide with the section title at the start of each section.

An example for using these options is given below:

\usetheme[framenumbers, sectiontitles]{ESE}

Commands for mathematical notation

For mathematical notation inside math environments, the following commands are available:

  • \mat{}: For formatting matrices, e.g., \mat{X}.
  • \vect{}: For formatting vectors, e.g., \vect{x}.
  • \obs{}: For formatting observations, e.g., \obs{x}.

Other commands

For writing about software, the following commands are available:

  • \proglang{} For highlighting programming languages, e.g., \proglang{R}. Note that this has no effect if a sans serif font is already used, such as the default Beamer font.
  • \pkg{} For highlighting software packages, e.g., \pkg{robmed}.
  • \code{} For highlighting functions, e.g., \pkg{robmed()}.

Special characters currently need to be escaped within those commands, e.g., \_ for underscores so that function test_mediation() should be typeset as \code{test\_mediation()}.

Official Erasmus colors

The ESE Beamer theme defines the following official Erasmus colors:

  • EURbrightgreen (for digital purposes): RGB 12/128/102
  • EURgreen: RGB 0/35/40
  • EURwarmgrey/EURwarmgray: RGB 227/218/216 (not really useful as this is a very light gray)
  • ESEyellow: RGB 255/215/0

Command \alert()} uses EURbrightgreen for highlighting. The remaining colors can be used with \textcolor{}{} to highlight text, e.g.:

\textcolor{EURgreen}{This is a very dark green (RAL 6012 black green).}

Report issues and request features

If you experience any bugs or issues or if you have any suggestions for additional features, please submit an issue via the Issues tab of this repository. Please have a look at existing issues first to see if your problem or feature request has already been discussed.

Contribute to the package

If you want to contribute to the theme, you can fork this repository and create a pull request after implementing the desired functionality.

beamerthemeese's People

Contributors

aalfons 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.