Skip to content

AnalyticComp/AC-presentation-DEPRECATED

 
 

Repository files navigation

This is a LaTeX class for creating scientific presentations in the corporate design of the Analytic Computing group. Its style is adapted from the WeSTpresentation template, and the university presentation template. It is implemented as a theme for LaTeX poster class beamer, so you should probably have a look at its manual.

Packages

sudo apt install texlive-latex-recommended texlive-bibtex-extra biber

Or simply install vanilla TeXLive (recommended).

Usage

Have a look at the slides.tex or slides_wide.tex file for how to use this class.

The code can be build using pdflatex or lualatex, for instance

pdflatex -shell-escape -file-line-error -halt-on-error slides.tex
biber slides
pdflatex -shell-escape -file-line-error -halt-on-error slides.tex
pdflatex -shell-escape -file-line-error -halt-on-error slides.tex

or

lualatex -shell-escape -file-line-error -halt-on-error slides_wide.tex
biber slides
lualatex -shell-escape -file-line-error -halt-on-error slides_wide.tex
lualatex -shell-escape -file-line-error -halt-on-error slides_wide.tex

Alternatively one can use stu to compile it.

stu

Changelog

  • 2018-12-12

Now also supports pdfLaTeX (default).

  • 2020-03-19

Now it passes options to the base class beamer. For instance use aspectratio=169 to set the ratio to 16:9.

  • 2020-08-11

Adapt for AC.

  • 2020-08-14

Add the university logo, add PowerPoint templates.

TODOs

Bugs:

  • Have better example content.
  • Fonts are not exactly the same when compiled with different engines (LuaLaTeX, pdfLaTeX).

Additional Features:

  • Support Beamer's Handout feature.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 100.0%