From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31583 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: url compared to hyperref Date: Thu, 26 Oct 2006 00:03:44 -0400 (EDT) Message-ID: References: <87r6wxwhi6.wl%schutz_m@usp.ac.fj> <453F27D2.1050507@elvenkind.com> <87vem86ock.wl%schutz_m@usp.ac.fj> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1161835446 26992 80.91.229.2 (26 Oct 2006 04:04:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Oct 2006 04:04:06 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Oct 26 06:04:04 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GcwTF-0002Ed-RS for gctc-ntg-context-518@m.gmane.org; Thu, 26 Oct 2006 06:03:58 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 575DD1FF66; Thu, 26 Oct 2006 06:03:57 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20521-03; Thu, 26 Oct 2006 06:03:53 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 049611FF4B; Thu, 26 Oct 2006 06:03:53 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ECCF31FF4E for ; Thu, 26 Oct 2006 06:03:50 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20206-07-3 for ; Thu, 26 Oct 2006 06:03:47 +0200 (CEST) Original-Received: from skycaptain.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.160]) by ronja.ntg.nl (Postfix) with SMTP id 10F4F1FF45 for ; Thu, 26 Oct 2006 06:03:46 +0200 (CEST) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY skycaptain.mr.itd.umich.edu ID 4540339F.E1FD0.4590 ; 26 Oct 2006 00:03:45 -0400 Original-To: mailing list for ConTeXt users In-Reply-To: <87vem86ock.wl%schutz_m@usp.ac.fj> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:31583 Archived-At: On Thu, 26 Oct 2006, Marko Sch=FCtz wrote: > Dear Taco, > > At Wed, 25 Oct 2006 11:01:06 +0200, > Taco Hoekwater wrote: >> >> >> Hi Marko, >> >> Marko Sch=FCtz wrote: >>> When using hyperref and displaying the resulting PDF in xpdf, I see >>> links that are active. >>> >>> I tried achieving the same with useURL, url and goto, but the >>> resulting links aren't active in xpdf. I have to use acroread to have >>> active links. >>> >>> Is there a compelling reason for this behavior? >> >> Quick test here works fine. Can you post a small example file? > > below I attach a LaTeX and a ConTeXt version. In xpdf the LaTeX > version gives me the link that launches urlCommand, whereas the > ConTeXt version presents the url text, but does not make it a link. Add \setupinteraction[state=3Dstart] in the beginning of the file. > In acroread both documents result in links, however they are = > presented slightly different. That is because acroread tries to guess the url from the text. Aditya