[dev-context] adobekb problem
Hans Hagen
pragma at wxs.nl
Mon Nov 21 11:15:51 CET 2005
Taco Hoekwater wrote:
>
>
> Hans Hagen wrote:
>
>> Taco Hoekwater wrote:
>>
>>> Previously, this stuff used to work because context-base.map and
>>> pdftex.map contained all of the map files, including the 8r one,
>>> but now that context-base.map is gone, manual loading of 8r is needed.
>>
>>
>>
>> does this work? (in type-akb.tex):
>>
>> \starttypescript [adobekb] [8r,ec] % also load 8r when doing ec
>
>
> Probably not, unless this implies loading the map file from the other
> typescript (which I doubt). Just load the 8r-base.map instead of
> ec-base.map (that is also a one-liner, and will work).
ah, i see, so this is the patch:
\starttypescript [adobekb] [ec]
\loadmapfile[8r-base.map]
\loadmapfile[ec-base.map]
.....
Hans
More information about the dev-context
mailing list