-
Hi, I feel a bit dumb for asking this but I just cannot get it to work. I've written my thesis in english but will have to provide a german abstract next to my english one. Therefore, my setup looks like this (Using LuaLaTeX): \documentclass[
english,
...
...
\usepackage[T1]{fontenc}
\usepackage[english,ngerman]{babel}
\begin{abstract}
English abstract
\end{abstract}
\selectlanguage{ngerman}
\begin{abstract}[ngerman]
German abstract with ß
\end{abstract}
\selectlanguage{english} But all ß are printed out as SS, while the other umlaute do work however. What am I missing? |
Beta Was this translation helpful? Give feedback.
Answered by
TeXhackse
Aug 15, 2023
Replies: 1 comment 3 replies
-
Remove the fontenc package. One should not load a T1 encoding with lualatex. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
TeXhackse
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remove the fontenc package. One should not load a T1 encoding with lualatex.