Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 888 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 888 Bytes

beamerthemeEnac

Latex Beamer theme based on Enac official graphic charter

by Gautier Hattenberger ([email protected]) licensed under CC-BY-4.0

Install

System

If you are using a Debian/Ubuntu linux distribution, type the following command and cross fingers

sudo make install

Otherwise, check/modify the install directory in the Makefile

Local install

To use the theme from a local directory and run pdflatex command in a terminal:

export TEXMFHOME=</path/to/the/theme/directory>
sudo update-texmf

Usage

Select the theme in your beamer presentation:

\usetheme{Enac}

Options

  • rounded: use the rounded block with shadow format, rectanble by default
  • backgroundimage=<some_image>: select a custom background image

Example

see files in example folder