Dissertate
Dissertate copied to clipboard
zip-template won't compile on overleaf
see also here for discussion.
I just gave it a shot and uploaded the Harvard template-zip file up to overleaf but it won't compile right
- First error Xetex not found
XeTeX is required to compile this document.
- Sorry!
Solution: Change the Overleaf to use Xelatex for project (click gear icon top right)
however now the next issue
- Font not found
There is some info how to include custom fonts on overleaf here
https://www.overleaf.com/help/73-i-have-a-custom-font-id-like-to-load-to-my-document-how-can-i-do-this#.WJZniBGlzkk
outcommenting line 89
% \setmonofont[Scale=MatchLowercase]{Source Code Pro}
solves the problem
for some reason it can't load the source code fonts. The other two seem to be loaded just fine.