Hallo! I don't understand fontinstallation and fontselection at all. I tryed the following: ---------------------------------------------- \setupbodyfont[ppl] \starttext Blub. \stoptext ---------------------------------------------- First the tfm for 'ec-uplr8a' is not found. Why? What have I to change? Then I used Patricks 'adobekb' and the two lines: ---------------------------------------------- \usetypescriptfile[adobekb] \usetypescript[adobekb][\defaultencoding] ---------------------------------------------- in cont-sys.tex I get an error from dvi-viewer, that an pk-file for 'pplr8t' is missing. There is neither an vf-file with this name. Then I tried to change the encoding and changed cont-sys.tex to: ----------------------------------------------- \setupencoding[default=8r] \usetypescriptfile[adobekb] \usetypescript[adobekb][\defaultencoding] ----------------------------------------------- This time, the pk-file for 'pplr8r' is not found. An equivalent vf-file is missing too. This is the second installation of tetex, the first was debian original, this is TeX Live 7. What can I do, to make the whole thing running? Tired, Wolfgang