markiv, "output written on..."
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
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
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 ___________________________________________________________________________________
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 -----------------------------------------------------------------
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 -----------------------------------------------------------------
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
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.pdfoutput>0 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 -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Patrick Gundlach
-
Yue Wang