I'm writing an essay in which I need the greek letters to be upright. I have fixed this by applying the accepted solution given to this question. I quote from that solution:
\documentclass{minimal}
\usepackage[greek,english]{babel}
\begin{document}
\greektext A whole paragraph in greek letters \latintext
\end{document}
However, when i try to write the letter phi, by using the Latin letter f, I get a version of phi that I don't want. It looks kinda like this
(only upright) but I want it to look like this
(only upright) which is the version I get when I use the standard \phi within the math environment.
cbgreekreveals it has no such letter (a variant of normal phi) defined. The LGR encoding used in\greektextdoes not make letters active, so one cannot do something like\let\textphi\textvarphieither. – eudoxos Aug 08 '11 at 15:45