Skip to content

Incorrectly rendered umlauts #12253

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

Closed
efaulhaber opened this issue Aug 20, 2020 · 0 comments · Fixed by #12270
Closed

Incorrectly rendered umlauts #12253

efaulhaber opened this issue Aug 20, 2020 · 0 comments · Fixed by #12270

Comments

@efaulhaber
Copy link

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:
grafik

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

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}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants