I have a presentation and I want to work with the template given in the following link https://github.com/klingtnet/beamer-template, but I don't know how to compile it in overleaf. Can you please help me, because I'm not a specialist in latex?
1 Answer
It times-out looking for missing fonts.
if you comment out lines 13-15 of preamble.tex
%\setsansfont{Linux Biolinum}
%\setromanfont{Linux Libertine}
%\setmonofont[Scale=0.9]{Consolas}
It works.
Alternatively you could upload these fonts to your project
presentation.tex
.