Ansys LaTeX Beamer Slide Template

This is a LaTeX beamer template you can use to create an Ansys style presentations without the use of PowerPoint. It follows the Ansys template as much as possible including:

  • Style
  • Font
  • Organization
  • Theme

Please feel free to point out any problems with this template by opening an issue.

Preview

Visit sample.pdf to see the full generated presentation.

sample.pdf

Installation

Due to the usage of ttf fonts, this template requires LuaTeX.

On Linux (Debian) install with:

sudo apt update
sudo apt install -y latexmk texlive-luatex texlive-fonts-extra

On Windows, use a distribution like MiKTeX. See Get LaTeX.

Build

Clone this repository with:

git clone https://github.com/ansys/beamer-template/
cd beamer-template

Build with:

latexmk -pdflatex=lualatex -pdf sample.tex -interaction=nonstopmode -outdir=./build

Or simply:

make

This will output sample.pdf in the build directory. You can feel free to rename the main sample.tex file for your own presentation.