From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20224 Path: news.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: BibTeX problem (all refs are [??]) Date: Fri, 06 May 2005 11:45:48 +0200 Message-ID: <427B3CCC.2070802@physik.fu-berlin.de> References: <427917EC.9080304@physik.fu-berlin.de> <427B15A4.2030409@elvenkind.com> 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 1115372586 4845 80.91.229.2 (6 May 2005 09:43:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 May 2005 09:43:06 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri May 06 11:43:01 2005 Return-path: 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 1DTzM9-0006AL-Cs for gctc-ntg-context-518@m.gmane.org; Fri, 06 May 2005 11:42:49 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A537912792; Fri, 6 May 2005 11:49:37 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19294-03; Fri, 6 May 2005 11:49:37 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C8BEA127CD; Fri, 6 May 2005 11:45:54 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 72A18127CD for ; Fri, 6 May 2005 11:45:52 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19281-02 for ; Fri, 6 May 2005 11:45:51 +0200 (CEST) Original-Received: from zs04.physik.fu-berlin.de (zs04.physik.fu-berlin.de [160.45.35.155]) by ronja.ntg.nl (Postfix) with ESMTP id 9495E12798 for ; Fri, 6 May 2005 11:45:51 +0200 (CEST) Original-Received: from ith.physik.fu-berlin.de ([160.45.32.115] helo=[127.0.0.1]) by zs04.physik.fu-berlin.de with esmtp (Exim 4.50) id 1DTzP3-0007Lp-Ot; Fri, 06 May 2005 11:45:51 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050322) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <427B15A4.2030409@elvenkind.com> X-Scanned: No viruses found. X-Scan-Signature: 9a0ac79df3479587b93b0ba6b82dc757 X-Virus-Scanned: by 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: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20224 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20224 Hello, Taco Hoekwater wrote: > Should work, of course. Can you send me JHund.bib > and/or a minimal (not-)working example? No, I changed the file (removed manual "[1]" and "\cite[...]" in favour of footnotes since I wanted to add several notes to the references). I now retried with simply adding a \cite[...] and it simply works (I didn't even run bibtex inbetween nor did I reboot). Well, at least it works :-) Does anyone know how to create a footnotenumber which looks like 1 instead of \high{1}? For my poor man's references, I'd like to say "in Ref.~\footnote[id]{Author, title (year). This is based on ... and covers esp...}", but this looks strange when printed as "in Ref. \high{1}". Tobias