LabCidades / Beamer-UNINOVE-Minimalistic

LaTeX Beamer Minimalistic template for UNINOVE presentations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UNINOVE Beamer Template

GitHub license

Beamer Minimalistic template for UNINOVE presentations.

Pure Minimalistic Theme

This template is based on the Pure Minimalistic Theme

demo-black demo-white

Required Packages

beamer textpos babel biblatex inputenc csquotes xpatch tikz pgfplots silence appendixnumberbeamer fira fontaxes mwe noto

Plots

If you are plotting stuff and want to use the dark theme you'll probably want to add this to the preamble:

\usepackage{pgfplots}
\pgfplotsset{height=7cm,  % only if needed
             width=12cm,  % only if needed
             compat=1.18, % only if needed
             legend style = {fill = black, draw = white}}

Tectonic

In branch Beamer-UNINOVE-Minimalistic/tectonic there is a working tectonic template. It is a nice template that uses TOML to configure the LaTeX build.

  1. First install tectonic either with cargo or brew (in MacOS):

    cargo install tectonic
    brew install tectonic
  2. Make the desired changes to src/slides.tex and src/references.bib

  3. Build the LaTeX document with tectonic:

    tectonic -X build

License

This software is released under the GNU GPL v3.0 License.

About

LaTeX Beamer Minimalistic template for UNINOVE presentations

License:GNU General Public License v3.0


Languages

Language:TeX 100.0%