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
In this example PDF the umlaut is not displayed properly (dots too far left) in PDF.js (using Firefox 79.0).
This is how it looks:
This is how it is supposed to look (screenshot from SumatraPDF):
This happens to several umlauts in PDFs generated by LaTeX using this font (lato) and T1 encoding. This PDF was generated with the following code:
\documentclass{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[defaultsans]{lato} \begin{document} \textsf{ö} \end{document}
The text was updated successfully, but these errors were encountered:
seac
Successfully merging a pull request may close this issue.
In this example PDF the umlaut is not displayed properly (dots too far left) in PDF.js (using Firefox 79.0).
This is how it looks:

This is how it is supposed to look (screenshot from SumatraPDF):

This happens to several umlauts in PDFs generated by LaTeX using this font (lato) and T1 encoding.
This PDF was generated with the following code:
The text was updated successfully, but these errors were encountered: