Re: [NTG-context] markiv, output written on...

2008-12-16 Thread Hans Hagen

Yue Wang wrote:

and I also find that MKIV does not take terminal width into consideration.
(pdftex output has a max line length limit)


it does, but i've set it to a higher value (i prefer to let the terminal 
do the wrapping itself)


Hans


-
  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
___


Re: [NTG-context] markiv, output written on...

2008-12-16 Thread Hans Hagen

Patrick Gundlach wrote:

Hi,

when I run a markiv file I don't get any message of the resulting pdf
file. Is this done on purpose?


probably (i overload some things)

Hans


-
  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
___


Re: [NTG-context] markiv, output written on...

2008-12-16 Thread Patrick Gundlach
Hi Hans,

 when I run a markiv file I don't get any message of the resulting pdf
 file. Is this done on purpose?

 probably (i overload some things)

May I then ask for a change in behaviour? I'd like to parse the messages
and search for the final pdf.

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net
___
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
___


Re: [NTG-context] markiv, output written on...

2008-12-16 Thread Hans Hagen

Patrick Gundlach wrote:

Hi Hans,


when I run a markiv file I don't get any message of the resulting pdf
file. Is this done on purpose?

probably (i overload some things)


May I then ask for a change in behaviour? I'd like to parse the messages
and search for the final pdf.


keep in mind that context --result might overload the name so we cannot 
use jobname here.


to cont-new.mkiv add:

\ctxlua{
ctx.register_statistics(result saved in file, \letterpercent 
s.\letterpercent s, function()

return \outputfilename, (tex.pdfoutput0 and pdf) or dvi
end)
}

then you can parse for

mkiv lua stats : result saved in file  - x.pdf

(i'll add this)

Hans


-
  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
___


[NTG-context] markiv, output written on...

2008-12-15 Thread Patrick Gundlach
Hi,

when I run a markiv file I don't get any message of the resulting pdf
file. Is this done on purpose?

I'd like to have a message that I can parse from textmate (to create a
hyperlink to the resulting pdf).

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net
___
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
___


Re: [NTG-context] markiv, output written on...

2008-12-15 Thread Yue Wang
and I also find that MKIV does not take terminal width into consideration.
(pdftex output has a max line length limit)

On Tue, Dec 16, 2008 at 4:08 AM, Patrick Gundlach patr...@gundla.ch wrote:
 Hi,

 when I run a markiv file I don't get any message of the resulting pdf
 file. Is this done on purpose?

 I'd like to have a message that I can parse from textmate (to create a
 hyperlink to the resulting pdf).

 Patrick
 --
 ConTeXt wiki and more: http://contextgarden.net
 ___
 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
 ___

___
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
___