-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling Errors [Overleaf] #3
Comments
Months late, but in case anyone else faces this issue I was able to get no compile errors by changing the compiler to XeLatex (in the Overleaf doc, Menu > Settings > Compiler) and uncommenting lines 11, 18, and 19 in |
I tried creating a new Overleaf project. I uploaded the files to a blank project, hit compile and everything seemed to work: This is with @zrobertson466920 @mirandali707 do you two still have the same problem? If so, can you tell me how to recreate it? I'd like to fix it if possible. |
I am running into errors as well. I forked the repo, and downloaded it from there to Overleaf. I get 9 errors/warnings:
Changing my settings to yours did not change anything. Changing to XeLaTeX doesn't change anything, but when I then also uncomment the lines mentioned by @mirandali707 , it works. Uncommenting lines 11 and 18 gets rid of 5 of the errors, line 19 gets rid of the final one. Switching to pdflatex results in |
@lgelauff I just downloaded the repo as a .zip and uploaded it to Overleaf and it compiles: I see the 9 errors but Overleaf doesn't seem to care. I'm not an expert with Latex, so I'm not sure if it matters. Do you think it does? If so, should I make the above fixes? |
If I make the above suggested fixes, it appears that |
The pdf indeed does compile for me with these errors, but I generally try to fix them. Up to you if you want to spend more time on fixing this - thanks for at least making the template available! |
The poster displays when compiled on Overleaf using pdfLatex (2022). However, there appear to be undefined control sequence errors in main.tex from the compiler.
\beamer@thmffamily@footline ->\Raleway
l.67 \begin{document}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g.,
\hobx'), type
I' and the correctspelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
\beamer@thmffamily@heading ->\Lato
l.327 \end{frame}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g.,
\hobx'), type
I' and the correctspelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
The text was updated successfully, but these errors were encountered: