Hi, Giuseppe Bilotta wrote:
I have Palatino as main font set up with
\usetypescript[adobekb][8r] \loadmapfile[context-base] \usetypescript[palatino][8r] \setupbodyfont[palatino,rm,12pt] \switchtobodyfont[12pt]
There are two problems. One is yours: you should use [ec] instead of [8r] to get a more reasonable encoding; and one is a buglet in context: there is (at least one) 'c' missing from type-akb.tex. The corrected input is: \usetypescript[adobekb][ec] \definefontsynonym [ec-uplr8a-capitalized-800] [pplrc8t] [encoding=ec] \loadmapfile[context-base] \usetypescript[palatino][ec] \setupbodyfont[palatino,rm,12pt] \switchtobodyfont[12pt] And that actually works in my setup (well, it uses a virtualized URW Palladio instead of Adobe Palatino, but I believe that is the intented behaviour).
Plus I have
\setupcapitals[sc=yes]
You don't need this \setup.. for this example to work (I think it is intended for setting up \Caps)
\definestartstop[abstract] [before={\sc Abstract.\hskip1em}]
You will probably want an extra set of braces here, the outer brace level is stripped off, so the entire abstract will be in \sc. Greetings, Taco