suchow / Dissertate

Beautiful LaTeX dissertation templates.
GNU Affero General Public License v3.0
714 stars 164 forks source link

zip-template won't compile on overleaf #65

Open ebauch opened 7 years ago

ebauch commented 7 years ago

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

  1. 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)

image

however now the next issue

  1. Font not found

image

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.