We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
XeTeX is required to compile this document.
Solution: Change the Overleaf to use Xelatex for project (click gear icon top right)
however now the next issue
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
XeTeX is required to compile this document.
Solution: Change the Overleaf to use Xelatex for project (click gear icon top right)
however now the next issue
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.
The text was updated successfully, but these errors were encountered: