From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24967 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Bibliography problems Date: Thu, 05 Jan 2006 20:46:13 +0100 Message-ID: <43BD7785.5020907@elvenkind.com> References: <20060105095752.GA27239@despil.fi.muni.cz> <43BD2571.80406@elvenkind.com> <20060105165022.GA3154@despil.fi.muni.cz> <6faad9f00601051003i1a25a58eje193b2af293bb7d7@mail.gmail.com> <20060105190032.GA15215@bubo> 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; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1136490391 16474 80.91.229.2 (5 Jan 2006 19:46:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2006 19:46:31 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Jan 05 20:46:27 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 1Eub44-0002HS-1W for gctc-ntg-context-518@m.gmane.org; Thu, 05 Jan 2006 20:46:24 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B6FCD127C5; Thu, 5 Jan 2006 20:46:23 +0100 (CET) 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 27099-04-6; Thu, 5 Jan 2006 20:46:22 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 012F2127BF; Thu, 5 Jan 2006 20:46:21 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F3CB1127BF for ; Thu, 5 Jan 2006 20:46:20 +0100 (CET) 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 27099-04-5 for ; Thu, 5 Jan 2006 20:46:20 +0100 (CET) Original-Received: from post-22.mail.nl.demon.net (post-22.mail.nl.demon.net [194.159.73.192]) by ronja.ntg.nl (Postfix) with SMTP id 1CF0A127BE for ; Thu, 5 Jan 2006 20:46:19 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:50863 helo=[192.168.1.3]) by post-22.mail.nl.demon.net with esmtp (Exim 4.51) id 1Eub3z-0009kD-KR for ntg-context@ntg.nl; Thu, 05 Jan 2006 19:46:19 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20050215) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <20060105190032.GA15215@bubo> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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:24967 Archived-At: David Antos wrote: > On Thu, Jan 05, 2006 at 07:03:03PM +0100, Mojca Miklavec wrote: > >>I don't know how to remove this little "bug", but I would insert URLs >>in the following way: > > > Hello, > > systematically, sure ;) > > >>to get an active url in the document. (Taco, what are the square >>brackets doing around the url in the resulting pdf?) > > > Is there an easy way to remove the right square bracket? I don't need > clickable URL's and I'm under extreme time pressure now. I'm sorry to say, > but I'd be happy for an ugly hack ;) Removing 'url' from the bibcommandlist (line 440 of t-bib.tex) should work out OK in your case. A 'nice' solution needs quite some thinking Cheers, Taco