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

German 'ß' does not work with lualatex #346

Open
jackerschott opened this issue Oct 29, 2022 · 1 comment
Open

German 'ß' does not work with lualatex #346

jackerschott opened this issue Oct 29, 2022 · 1 comment
Labels

Comments

@jackerschott
Copy link

jackerschott commented Oct 29, 2022

Running

\documentclass[10pt,twoside,twocolumn,nodeprecatedcode]{dndbook}

\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}

\begin{document}
    \section{Groß}
    Groß.
\end{document}

with LuaLaTeX leads to the 'ß' being displayed as 'SS', like this

image

However, when using the book class, the 'ß' does get displayed correctly. This seems to be due to \RequirePackage[T1]{fontenc} in lib/dndfonts.sty. If I see this correctly, then fontenc has to be loaded for the bookman font to work correctly, while fontenc should not be used with LuaLaTeX.

@jackerschott jackerschott changed the title German double s does not work with lualatex German 'ß' does not work with lualatex Oct 29, 2022
@BrianCriswell
Copy link
Member

Okay, looks like this will take some digging to rearrange things in the internals.

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

No branches or pull requests

2 participants