From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12375 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: Math and Bibliography Problems Date: Thu, 29 May 2003 13:30:52 +0200 (CEST) Sender: ntg-context-admin@ntg.nl Message-ID: References: <3ED5F8A0.90903@ajtee.uklinux.net> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1054208150 9753 80.91.224.249 (29 May 2003 11:35:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 29 May 2003 11:35:50 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu May 29 13:35:41 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19LLh7-0002Wg-00 for ; Thu, 29 May 2003 13:35:41 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id D2E7F10B18; Thu, 29 May 2003 13:37:46 +0200 (MEST) Original-Received: from down.physik.fu-berlin.de (down.physik.fu-berlin.de [160.45.34.6]) by ref.ntg.nl (Postfix) with ESMTP id 0566A10AF1 for ; Thu, 29 May 2003 13:30:53 +0200 (MEST) Original-Received: from g31.physik.fu-berlin.de (g31.physik.fu-berlin.de [160.45.34.131]) by down.physik.fu-berlin.de (8.9.3/8.9.1) with ESMTP id NAA1273050; Thu, 29 May 2003 13:30:52 +0200 (CEST) X-Envelope-From: tburnus@physik.fu-berlin.de Original-Received: from tburnus (helo=localhost) by g31.physik.fu-berlin.de with local-esmtp (Exim 3.35 #1 (Debian)) id 19LLcS-0002m0-00; Thu, 29 May 2003 13:30:52 +0200 X-X-Sender: tburnus@g31.physik.fu-berlin.de Original-To: ntg-context@ntg.nl In-Reply-To: <3ED5F8A0.90903@ajtee.uklinux.net> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:12375 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12375 Hi, On Thu, 29 May 2003, Adam Tee wrote: > When I try to process the following > > $0 \stackrel{4}{\rightarrow}$ > > I get ! Undefined control sequence. > Is there support for stackrel or is there an alternative. You could simply add LaTeX's \def\stackrel#1#2{\mathrel{\mathop{#2}\limits^{#1}}} and use then $0 \stackrel{4}{\rightarrow}$ > I'm having problems with generating a bibliography with context > an bibtex. As bibtex only utilises the .aux file and context > does not seem to output one. What is the solution. There exists Taco's module m-bibtex which supports bibtex. Unfortunally, I cannot find the URL where the package is available. The only URL I found is no longer valid :-( Tobias