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

Skip unicode check for XeLaTeX as well #1182

Merged
merged 4 commits into from
Jan 19, 2020
Merged

Conversation

PHPirates
Copy link
Collaborator

Fixes #1166

Example:

 \documentclass{article}
\usepackage{fontspec}

% Download from https://www.fontsquirrel.com/fonts/computer-modern and put ttf files in /usr/share/fonts/TTF
\setmainfont{CMU Serif}

\begin{document}
    This is a paragraph with a PI (π) in it.
\end{document}

@PHPirates PHPirates added this to the b0.6.8 milestone Jan 13, 2020
@PHPirates PHPirates self-assigned this Jan 13, 2020
@PHPirates PHPirates merged commit 64304bb into master Jan 19, 2020
@PHPirates PHPirates deleted the compiler-compatibility branch January 19, 2020 15:40
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

Successfully merging this pull request may close these issues.

False positive warning about unicode with XeLaTeX
2 participants