Beamer Minimalistic template for UNINOVE presentations.
This template is based on the Pure Minimalistic Theme
beamer textpos babel biblatex inputenc csquotes xpatch tikz pgfplots silence appendixnumberbeamer fira fontaxes mwe noto
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}}
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.
-
First install
tectonic
either withcargo
orbrew
(in MacOS):cargo install tectonic brew install tectonic
-
Make the desired changes to
src/slides.tex
andsrc/references.bib
-
Build the LaTeX document with
tectonic
:tectonic -X build
This software is released under the GNU GPL v3.0 License.