Skip to content

pnevyk/ltml-beamer

Repository files navigation

Let’s Talk ML Prague Beamer Template

This repository contains the LTML theme for Beamer for creating presentations in LaTeX.

Note
The theme is quite bare bones now. If you need a support for a construct whose style is missing, you can file an issue or better contribute by pull request.

Usage

  • Put your content into content.tex.

  • Build the slides by running make.

  • Clean temporary files by running make clean.

Additional Tweaks

Make items to fill the whole slide

  • In beamerinnerthemeltml.sty file, find \setlength{\itemmargin}{0.25\baselineskip} command.

  • Change it to \setlength{\itemmargin}{\fill}.

  • Alternatively, you can achieve this behavior only in one particular itemize/enumerate by using \vfill (or a specific \vspace) as follows

    \begin{itemize}
        \item First\vfill
        \item Second\vfill
    \end{itemize}

About

Let's Talk ML Prague Beamer Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages