13 Jul
2013
13 Jul
'13
4:39 p.m.
On Sat, Jul 13 2013, Pablo Rodríguez wrote:
\usemodule[simplefonts] \setmainfont[TeX Gyre Pagella]
If I replace those lines with \setupbodyfont[pagella,12pt], nothing changes, but if I remove the first two lines quoted above, everything works.
No. You don't need those lines for a minimal example: \setupinterlinespace[line=4ex] \starttext \dorecurse{560}{bla } \section{section} \dorecurse{30}{bla } \stoptext -- Peter