-
Hi there, A "working" -not working- example can be found here: https://git.zilium.de/produnis/quarto-thesis-hsnr
In
See full yml here: https://git.zilium.de/produnis/quarto-thesis-hsnr/-/blob/main/_quarto.yml In
and I even tried to force it the hard way with
but in my PDF output file, there is still "List of Figures" and "List of Tables" instead of "Abbildungsverzeichnis" And the ß-Symbol is rendered as SS. These steps all work with my other pure-latex-only-projects, so I am out of ideas how to make it work with quarto. Does anyone have a working example on how to switch latex output to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I solved the "ß"-problem by removing ...but still no clue how to change "List of FIgures" and "List of Tables".... |
Beta Was this translation helpful? Give feedback.
I solved the "ß"-problem by removing
\usepackage[T1]{fontenc}
........but still no clue how to change "List of FIgures" and "List of Tables"....