DND-5e-LaTeX-Template icon indicating copy to clipboard operation
DND-5e-LaTeX-Template copied to clipboard

German 'ß' does not work with lualatex

Open jackerschott opened this issue 3 years ago • 1 comments

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 avatar Oct 29 '22 08:10 jackerschott

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

BrianCriswell avatar Nov 04 '22 07:11 BrianCriswell