ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* MKIV textext problem.
@ 2008-09-03  8:08 Yue Wang
  2008-09-03  9:22 ` Wolfgang Schuster
  2008-09-03  9:24 ` Yue Wang
  0 siblings, 2 replies; 4+ messages in thread
From: Yue Wang @ 2008-09-03  8:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi, Hans,

the code works for MKII but not for MKIV. known issue or bug?

Yue Wang

On Wed, Sep 3, 2008 at 3:13 PM, Yue Wang <yuleopen@gmail.com> wrote:
> some weird error
>
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: MKIV textext problem.
  2008-09-03  8:08 MKIV textext problem Yue Wang
@ 2008-09-03  9:22 ` Wolfgang Schuster
  2008-09-04 19:02   ` Hans Hagen
  2008-09-03  9:24 ` Yue Wang
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2008-09-03  9:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

On Wed, Sep 3, 2008 at 10:08 AM, Yue Wang <yuleopen@gmail.com> wrote:
> Hi, Hans,
>
> the code works for MKII but not for MKIV. known issue or bug?
>
> Yue Wang


and here comes the file.

Wolfgang

[-- Attachment #2: per.tex --]
[-- Type: application/x-tex, Size: 787 bytes --]

[-- Attachment #3: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: MKIV textext problem.
  2008-09-03  8:08 MKIV textext problem Yue Wang
  2008-09-03  9:22 ` Wolfgang Schuster
@ 2008-09-03  9:24 ` Yue Wang
  1 sibling, 0 replies; 4+ messages in thread
From: Yue Wang @ 2008-09-03  9:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 304 bytes --]

oh, my god, forgot to send the attachment...

On Wed, Sep 3, 2008 at 4:08 PM, Yue Wang <yuleopen@gmail.com> wrote:
> Hi, Hans,
>
> the code works for MKII but not for MKIV. known issue or bug?
>
> Yue Wang
>
> On Wed, Sep 3, 2008 at 3:13 PM, Yue Wang <yuleopen@gmail.com> wrote:
>> some weird error
>>
>

[-- Attachment #2: per.tex --]
[-- Type: application/x-tex, Size: 665 bytes --]

[-- Attachment #3: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: MKIV textext problem.
  2008-09-03  9:22 ` Wolfgang Schuster
@ 2008-09-04 19:02   ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2008-09-04 19:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang Schuster wrote:
> On Wed, Sep 3, 2008 at 10:08 AM, Yue Wang <yuleopen@gmail.com> wrote:
>> Hi, Hans,
>>
>> the code works for MKII but not for MKIV. known issue or bug?
>>
>> Yue Wang
> 
> 
> and here comes the file.

in mkii:

- when you run out of fonts (due to randomization), then use a snapper:

	vardef s(expr txt)=
		h(txt, (ceiling(uniformdeviate(1)*100))/100);
	enddef;

- use \forceMPTEXgraphictrue to make sure that the intermediate tex run 
takes place

in mkiv:

- in meta-pps, you can increment the number of reserved boxes ...

	\appendtoks \MPLIBallocate{1000}\to \everydump

- also, remove the transparency spec since it will not work (you can use 
transparency in the text instead); for text + color to work i either 
need to make real ugly mp/lua code or wait till mplib supports multiple 
pre/postscripts


-----------------------------------------------------------------
                                           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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2008-09-04 19:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-03  8:08 MKIV textext problem Yue Wang
2008-09-03  9:22 ` Wolfgang Schuster
2008-09-04 19:02   ` Hans Hagen
2008-09-03  9:24 ` Yue Wang

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).