From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/85458 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Intermediate format Date: Mon, 25 Nov 2013 21:53:02 +0100 Message-ID: <5293B8AE.5010408@wxs.nl> References: <007a01cee94b$e7b10480$b7130d80$@tosovsky@email.cz> <5293A3E2.1040803@wxs.nl> <008301ceea1a$04df85d0$0e9e9170$@tosovsky@email.cz> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1385412787 19816 80.91.229.3 (25 Nov 2013 20:53:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Nov 2013 20:53:07 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 25 21:53:13 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vl39d-00080e-6f for gctc-ntg-context-518@m.gmane.org; Mon, 25 Nov 2013 21:53:13 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6323110252; Mon, 25 Nov 2013 21:53:12 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id H0EnGfKqAUJk; Mon, 25 Nov 2013 21:53:10 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 1DEB110200; Mon, 25 Nov 2013 21:53:10 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8A82710200 for ; Mon, 25 Nov 2013 21:53:08 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id FglyYj-00wR2 for ; Mon, 25 Nov 2013 21:53:07 +0100 (CET) Original-Received: from filter1-ams.mf.surf.net (filter1-ams.mf.surf.net [192.87.102.69]) by balder.ntg.nl (Postfix) with ESMTP id AEB39101EF for ; Mon, 25 Nov 2013 21:53:07 +0100 (CET) Original-Received: from smtp.ziggozakelijk.nl (D57D1DA2.static.ziggozakelijk.nl [213.125.29.162]) by filter1-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id rAPKr6qC005453 for ; Mon, 25 Nov 2013 21:53:06 +0100 X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.104; Original-Received: from [10.100.1.104] (unverified [10.100.1.104]) by pragma-net.nl (SurgeMail 6.3c2) with ESMTP id 1427-1713362 for ; Mon, 25 Nov 2013 21:53:05 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 In-Reply-To: <008301ceea1a$04df85d0$0e9e9170$@tosovsky@email.cz> X-Authenticated-User: hagen@controller-9 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.125.29.162; country=NL; region=15; city=Zwolle; latitude=52.5058; longitude=6.0858; http://maps.google.com/maps?q=52.5058,6.0858&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0NKRUR67V - 587817974ab9 - 20131125 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.69 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:85458 Archived-At: On 11/25/2013 9:07 PM, Jan Tosovsky wrote: > On 2013-11-25 Hans Hagen wrote: >> On 11/24/2013 8:32 PM, Jan Tosovsky wrote: >>> >>> is it possible to get the complete representation of the layout that >>> is processed in the luatex PDF generator? >>> >>> I mean coordinations of individual text boxes, their dimensions etc. >>> >>> Actually, I'd like to retrieve the page number and vertical position >>> of my object with a specific id (reference) to be able to perform PDF >>> post-processing. >> >> \starttext >> >> we are here: \setposition{crap}(\MPx{crap},\MPy{crap}) >> >> \stoptext > > Thanks! Looks promising, Actually I'd like to print it into a log or > somewhere else, not into the document itself. But I need also the page > number. Every record should be ideally in the form: ID;page-number;Y-coord. > >>> Is DVI way to go? How can I get it in MkIV? > > I've found that luatex can optionally output DVI [1], but I cannot find any > ConTeXt commandline switch to change the output format from PDF to something > else... indeed, no dvi ... it doesn't pay off to spend time on making all backend functionality multi-mode Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________