Coder Social home page Coder Social logo

hackathon-talks's Introduction

Forschungszentrum Jülich LaTeX Beamer Theme

This repository hosts the LaTeX Beamer theme for presentations using the Forschungszentrum Jülich corporate design.

Installation

  • Download the repository in archived form either in
  • Unpack the repository
    • unzip beamertheme-juelich-master.zip, or
    • tar xf beamertheme-juelich-master.tar.bz2.
  • Move files to your texmf tree; you have multiple options
    • Preferred: mv ./beamertheme-juelich-master $HOME/texmf/tex/latex/beamertheme-juelich (you might need to mkdir -p $HOME/texmf/tex/latex/ before)
    • Alternatively: mv ./beamertheme-juelich-master /usr/share/texmf/tex/latex/beamertheme-juelich or mv ./beamertheme-juelich-master /usr/local/share/texmf/tex/latex/beamertheme-juelich
  • Test your fresh installation:
    • cd $HOME/texmf/tex/latex/beamertheme-juelich/ and
    • pdflatex minimal.tex
  • Use in your own presentation with \usetheme{Juelich}
  • Instead of a global theme installation, one can also locally install the theme into any directory, as long as it included in $TEXINPUTS.

The Tutorial has more details and examples!

Features

The Jülich LaTeX Beamer theme implements the full corporate design in a Beamer-compatible fashion. Most (well, hopefully all) usual Beamer commands are adapted to Jülich needs and can be used.

Titles are set in Jülich's blue and all caps, sub-titles are available if needed. The Jülich logo is placed in the lower right, while "Member of the Helmholtz Association" is printed in the lower left. Between, date and page number are printed. But all of this can be changed – and more!

Example Title Page

Some available configuration features:

  • Change the language of the document with:
    \usepackage[ngerman,english]{babel}\selectlanguage{ngerman}
    (this will also change "Member of the Helmholtz Association" to "Mitglied der Helmholtz-Gemeinchaft")
  • All Jülich colors are available:
    fzjblue, fzjorange, fzjviolet, fzjyellow, fzjgreen, fzjred, fzjlightblue.
  • Highlight something in Jülich red with \alert{something}
  • Create a footer-less plain frame with
    \begin{frame}[plain]…\end{frame}
  • Set the aspect ratio of slides to modern 16:9: \documentclass[aspectratio=169]{beamer}
  • Set the background of a frame by changing the according Beamer template:
    {
    \setbeamertemplate{background}{\includegraphics[width=\paperwidth]{myimage.pdf}}
    \begin{frame}…\end{frame}
    }
    
  • Set other Beamer templates:
    • Slide numbers, for example full display (to include total amount): \setbeamertemplate{frame number}[full]
    • Set a partner logo and use a template, for example: \setbeamertemplate{footer element1}[logo]{jara} (will display jara.pdf at first position in the footer)
  • Set Jülich CD-specific template:
    • Show image on title page: \fzjset{title page=image}
    • Use only text on section page: \fzjet{section page=text}
    • Set slideshow title in all caps: \fzjset{title=allcaps}
    • Set frame title in regular style: \fzjset{frametitle=regular}
  • Support for progress bar:

Contributing

Contributions are very welcome!
Either file an issue or directly submit a merge request with your changes. Be aware that your merged changes are also licensed under the MIT license.

Authors

This project is authored by Ivo Kabadshow, with contributions by: Andreas Beckmann, Andreas Herten, Benedikt Steinbusch.

hackathon-talks's People

Contributors

marcel-rodekamp avatar jl-wynen avatar sfkv avatar

Watchers

 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.