Griechische Schrift
Verfasst: Sa 28. Feb 2026, 15:33
Mit folgendem Code schreibe ich griechisch, aber ich bekomme die Warnung „No file LGRppl.fd“.
Im Log erscheint:
Klar gibt es LGRppl.fd nicht, deswegen habe ich ja geschrieben. Wie kann ich die Warnung vermeiden?
\documentclass{scrartcl}
\usepackage[LGR,T1]{fontenc}
\usepackage{mathpazo}
\usepackage[greek.ancient,german]{babel}
\DeclareFontFamilySubstitution{LGR}{ppl}{lmr} %ppl für mathpazo, lmr für lmodern mit Griechisch.
\begin{document}
Im Anfang war das Wort.
\foreignlanguage{greek}{<omoo'usioc, <'omoioc}
\textgreek{>αρχ`η}, \textgreek{<omoo'usioc}.
\end{document}
LaTeX Font Info: Trying to load font information for LGR+ppl on input line 5. No file LGRppl.fd.
\DeclareFontFamilySubstitution{LGR}{ppl}{lmr}