From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/80210 Path: news.gmane.org!not-for-mail From: Daniel Schopper Newsgroups: gmane.comp.tex.context Subject: link to component Date: Fri, 11 Jan 2013 15:52:44 +0100 Message-ID: <50F0273C.4020701@aon.at> 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 1357915974 14093 80.91.229.3 (11 Jan 2013 14:52:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Jan 2013 14:52:54 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Jan 11 15:53:10 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ttfyo-0007lu-0C for gctc-ntg-context-518@m.gmane.org; Fri, 11 Jan 2013 15:53:10 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D18BE101E8; Fri, 11 Jan 2013 15:52:53 +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 tRTaoniHG15e; Fri, 11 Jan 2013 15:52:50 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 6397D101E5; Fri, 11 Jan 2013 15:52:50 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0D704101E5 for ; Fri, 11 Jan 2013 15:52:49 +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 6cZUSeOr9qT6 for ; Fri, 11 Jan 2013 15:52:46 +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 86427101E3 for ; Fri, 11 Jan 2013 15:52:46 +0100 (CET) Original-Received: from email.aon.at (smtpout06.highway.telekom.at [195.3.96.89]) by filter1-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r0BEqjbe030657 for ; Fri, 11 Jan 2013 15:52:45 +0100 Original-Received: (qmail 8231 invoked from network); 11 Jan 2013 14:52:44 -0000 Original-Received: from 178-190-45-36.adsl.highway.telekom.at (HELO imac.lan) (aon.912045897.daniel@[178.190.45.36]) (envelope-sender ) by smarthub80.res.a1.net (qmail-ldap-1.03) with SMTP for ; 11 Jan 2013 14:52:44 -0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=195.3.96.89; country=AT; latitude=47.3333; longitude=13.3333; http://maps.google.com/maps?q=47.3333,13.3333&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0NIKCQJmn - 8416254798a9 - 20130111 (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:80210 Archived-At: Hi, I'm using a product/component structure with interaction but it seems that hyperlink targets pointing to manually set pagereferences in another component file do not work as they should: The line/page numbers on the link is correct, but the hyperlinks points to _component.pdf_ (which opens, if it has been compiled by itself before, otherwise the link is just going nowhere) instead of the page in product.pdf On the other hand, hyperlinks to a chapter/... head work as expected. I haven't used interaction much until now, so I might well be missing something, but this seems like a bug to me. Thanks in advance! Daniel Working minimal example: --------------------------- My product.tex looks like this: \setupinteraction[state=start] \startproduct product \startbodymatter %\at and \inline -> \pagereference[knuth] don't work cf. Knuth at \at{p.}[knuthpage] \inline{line}[knuth] % \in -> \chapter[knuthchap] works in \in{Chapter}[knuthchap]. \stopbodymatter \startappendices \component appendix \stopappendices \stopproduct -------------- And my appendix.tex looks like this: \startcomponent appendix \product product \chapter[knuthchap]{Knuth} \startlinenumbering \startline[knuth]\input knuth\stopline[knuth] \stoplinenumbering \page Some problem here.\pagereference[knuthpage] \stopcomponent ___________________________________________________________________________________ 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 ___________________________________________________________________________________