Skip to content
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

Xelatex compiler still an issue on overleaf #199

Open
trecsim opened this issue Aug 25, 2019 · 0 comments
Open

Xelatex compiler still an issue on overleaf #199

trecsim opened this issue Aug 25, 2019 · 0 comments

Comments

@trecsim
Copy link

trecsim commented Aug 25, 2019

Setting custom font is somehow now working

\ifsetCustomFont % Set your custom font here and use 'customfont' in options. Leave empty to % load computer modern font (default LaTeX font). \RequirePackage{helvet} \usepackage{fontspec} % For use with XeLaTeX \setmainfont[ Path = Font/, Extension = .ttf, UprightFont = *-Regular, BoldFont = *-Bold, ItalicFont = *-Italic, BoldItalicFont = *-BoldItalic, ]{Verdana} % % load font from system font % \newfontfamily\libertinesystemfont{Linux Libertine O} \fi

if I remove the if condition it works fine, however. Any ideas as to why? I am adding the customfont attribute when I create my document.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant