ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* New ConTeXt and chinese module
@ 2005-07-25  5:15 Lutz Haseloff
  2005-07-25  9:28 ` Taco Hoekwater
  0 siblings, 1 reply; 3+ messages in thread
From: Lutz Haseloff @ 2005-07-25  5:15 UTC (permalink / raw)


Hi Hans, hi all,

the latest ConTeXt Version (21.07.05) doesn't automatically process 
font-chi.tex after
"\usemodule[chinese]" i have to add "\input font-chi" to every ConTeXt file.
Is this a bug or a feature?

Greetings Lutz

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: New ConTeXt and chinese module
  2005-07-25  5:15 New ConTeXt and chinese module Lutz Haseloff
@ 2005-07-25  9:28 ` Taco Hoekwater
  2005-07-25 23:39   ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Taco Hoekwater @ 2005-07-25  9:28 UTC (permalink / raw)



Hi Lutz,

This is surely a bug.

My analysis:

The macro \doreadfontdefinition file is re-implemented to handle
the newer typescript classs (in type-ini.tex), but the new definition
does not take care of the old font-XXXX style filenames (like the
original macro in font-ini.tex did).

I will not supply a hack because there are multiple options to solve
this and Hans will likely prefer a single one over the others.

Taco


Lutz Haseloff wrote:
> Hi Hans, hi all,
> 
> the latest ConTeXt Version (21.07.05) doesn't automatically process 
> font-chi.tex after
> "\usemodule[chinese]" i have to add "\input font-chi" to every ConTeXt 
> file.
> Is this a bug or a feature?
> 
> Greetings Lutz
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: New ConTeXt and chinese module
  2005-07-25  9:28 ` Taco Hoekwater
@ 2005-07-25 23:39   ` Hans Hagen
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2005-07-25 23:39 UTC (permalink / raw)


Taco Hoekwater wrote:

>
> Hi Lutz,
>
> This is surely a bug.
>
> My analysis:
>
> The macro \doreadfontdefinition file is re-implemented to handle
> the newer typescript classs (in type-ini.tex), but the new definition
> does not take care of the old font-XXXX style filenames (like the
> original macro in font-ini.tex did).
>
> I will not supply a hack because there are multiple options to solve
> this and Hans will likely prefer a single one over the others.


in type-pre.tex:

replace the \endinput by:

%D Special scripts:

\unprotect

\starttypescriptcollection[special scripts]

  \starttypescript[chi] \readfile{\f!fontprefix chi}\donothing\donothing 
\stoptypescript
  \starttypescript[arb] \readfile{\f!fontprefix arb}\donothing\donothing 
\stoptypescript
  \starttypescript[heb] \readfile{\f!fontprefix heb}\donothing\donothing 
\stoptypescript

\stoptypescriptcollection

\protect \endinput




-- 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-07-25 23:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-25  5:15 New ConTeXt and chinese module Lutz Haseloff
2005-07-25  9:28 ` Taco Hoekwater
2005-07-25 23:39   ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).