0

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?

enter image description here

10
  • 2
    Just upload the files in github.com/klingtnet/beamer-template/tree/master/content to your Overleaf project and compile presentation.tex.
    – Marijn
    Commented Nov 27, 2022 at 21:37
  • @Marijn I have already done this but it does not work, it shows me errors during compilation. Thank you
    – pospos
    Commented Nov 27, 2022 at 21:48
  • I forgot to mention: also switch the compiler to XeLaTeX in the Overleaf menu (top left button in your screenshot, then around halfway down you can choose the compiler).
    – Marijn
    Commented Nov 27, 2022 at 21:48
  • @Marijn Thank you very much my friend. I just did this, and it shows me this message "You are approaching your compile timeout limit. Upgrade to Overleaf Premium for 4x more compile time." I think because I have just a free account, is there a technique I can do? Or if I want to work with Texmaker, what should I do?
    – pospos
    Commented Nov 27, 2022 at 21:54
  • you would have to have a very large document to run out of time, are you sure you do not have an error making it loop? Commented Nov 27, 2022 at 21:57

1 Answer 1

1

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

Copy on Overleaf

1
  • Thank you very much Mr David
    – pospos
    Commented Nov 27, 2022 at 22:39

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .