From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/40585 Path: news.gmane.org!not-for-mail From: Alan Bowen Newsgroups: gmane.comp.tex.context Subject: Re: % in URL Date: Tue, 22 Apr 2008 07:30:47 -0400 Message-ID: <50A80C5D-2C78-4B84-9970-E23934349663@princeton.edu> References: <768E9592-03CD-48EF-A536-C94B76AF5EFF@princeton.edu> <115224fb0804212314p5c33972am922702e2d0711fae@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1208863966 25015 80.91.229.12 (22 Apr 2008 11:32:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Apr 2008 11:32:46 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Apr 22 13:33:16 2008 connect(): Connection refused 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 lo.gmane.org with esmtp (Exim 4.50) id 1JoGkH-0007xk-91 for gctc-ntg-context-518@m.gmane.org; Tue, 22 Apr 2008 13:33:09 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CE66C1FD8A; Tue, 22 Apr 2008 13:32:27 +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 14065-02; Tue, 22 Apr 2008 13:31:43 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9475F1FD93; Tue, 22 Apr 2008 13:31:43 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 064D71FD93 for ; Tue, 22 Apr 2008 13:31:42 +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 13167-01-15 for ; Tue, 22 Apr 2008 13:31:04 +0200 (CEST) Original-Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by ronja.ntg.nl (Postfix) with ESMTP id DDDFC1FD72 for ; Tue, 22 Apr 2008 13:31:03 +0200 (CEST) Original-Received: from new-host.home ([71.188.48.225]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JZQ00BK55I13VT4@vms040.mailsrvcs.net> for ntg-context@ntg.nl; Tue, 22 Apr 2008 06:34:50 -0500 (CDT) In-reply-to: <115224fb0804212314p5c33972am922702e2d0711fae@mail.gmail.com> X-Mailer: Apple Mail (2.919.2) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:40585 Archived-At: Again, many thanks, Wolfgang. The key is to use \from rather than \goto. As for using just % in the = links, \useURL [Hoyrup2007bURL] [{http://www.akira.ruc.dk/~jensh/Publications/2005%7BR%7D1_Folkerts_vol-1.P= DF = }] [] [{http://www.akira.ruc.dk/\~{}jensh/Publications/2005\%7BR\%7D1 = \_Folkerts\_vol-1.PDF}] works but looks odd, since TeXShop (my editor) puts everything from = the the first =93%=94 on in the URL field (the 2nd field) in red = (indicating that it is commented out). Using =93\%=94 in this field seems = to work too. Very best, Alan On Apr 22, 2008, at 02;14,05 , Wolfgang Schuster wrote: > On Tue, Apr 22, 2008 at 4:00 AM, Alan Bowen = > wrote: >> I am trying to typeset a URL that has numerous "%"s in it which I am >> replacing with "\%"s. The problem is that while the typeset URL = >> works, >> the printed URL is showing the "\%"s rather than just the "%"s. >> >> For example, >> \useURL >> [Hoyrup2007bURL] >> [{http://www.akira.ruc.dk/~jensh/Publications/2005\ >> %7BR{\percent}7D1_Folkerts_vol-1.PDF}] >> [] >> [{http://www.akira.ruc.dk/~jensh/Publications/2005\%7BR\ >> %7D1_Folkerts_vol-1.PDF}] >> >> produces a link that works but reads as >> http://www.akira.ruc.dk/~jensh/Publications/2005\ >> %7BR{\percent}7D1_Folkerts_vol-1.PDF >> >> I notice that "\&" behaves as it should in this context. >> >> Any suggestions or pointers to a solution will be much appreciated. > > You could write % just as % in your links. > > \useURL > [Hoyrup2007bURL] > [http://www.akira.ruc.dk/~jensh/Publications/2005%7BR%7D1_Folkerts_vol-1= .PDF = > ] > > \starttext > \from[Hoyrup2007bURL] > \stoptext > > Wolfgang > _________________________________________________________________________= __________ > 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-co= ntext > 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 t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________