I want to typeset some sporadic Greek words in an otherwise Latin text. I can get it with something like:
\documentclass{minimal}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{kpfonts}
\usepackage[greek,english]{babel}
\begin{document}
Test, \textgreek{χημεία}, test.
\end{document}
But the problem is that the Greek letters don't come from the Kp fonts (they're not even Type1 in my system). This is probably because the Kp fonts don't provide an LGR encoding...
So, is there any way I could get the Greek letters to fit nicely with the Latin font? Some additional package? Some substitute for kpfonts (no xelatex, please)?
I could use $\chiup\etaup\muup\epsilonup\acute{\iotaup}\alphaup$, but that's not pretty (or right).


$\chiup\etaup ...is the only right way withkpfonts. – Speravir Oct 19 '12 at 17:12