From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/38740 Path: news.gmane.org!not-for-mail From: "Wolfgang Schuster" Newsgroups: gmane.comp.tex.context Subject: Re: Bug with command \to in captions Date: Mon, 21 Jan 2008 18:11:37 +0100 Message-ID: <115224fb0801210911p6f15a143wb20fa8e18655c194@mail.gmail.com> References: <1200921232.47949a9080a46@imp.free.fr> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200935618 9861 80.91.229.12 (21 Jan 2008 17:13:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jan 2008 17:13:38 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Mon Jan 21 18:13:56 2008 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 1JH0DZ-0001jc-00 for gctc-ntg-context-518@m.gmane.org; Mon, 21 Jan 2008 18:13:53 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8ABF81FB98; Mon, 21 Jan 2008 18:13:09 +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 16356-03-4; Mon, 21 Jan 2008 18:12:19 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 316E91FB5B; Mon, 21 Jan 2008 18:12:19 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CBA961FB8E for ; Mon, 21 Jan 2008 18:12:16 +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 21376-01-3 for ; Mon, 21 Jan 2008 18:11:39 +0100 (CET) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by ronja.ntg.nl (Postfix) with ESMTP id 39B8D1FB1F for ; Mon, 21 Jan 2008 18:11:38 +0100 (CET) Original-Received: by ug-out-1314.google.com with SMTP id q2so7536254uge.50 for ; Mon, 21 Jan 2008 09:11:37 -0800 (PST) Original-Received: by 10.66.252.18 with SMTP id z18mr4986471ugh.37.1200935497535; Mon, 21 Jan 2008 09:11:37 -0800 (PST) Original-Received: by 10.66.252.15 with HTTP; Mon, 21 Jan 2008 09:11:37 -0800 (PST) In-Reply-To: <1200921232.47949a9080a46@imp.free.fr> Content-Disposition: inline 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:38740 Archived-At: On Jan 21, 2008 2:13 PM, wrote: > Hi, > > The simple example: > > \starttext > \placefigure[][]{$x \to 0$}{My figure} > \stoptext > > does not compile, whether it's on my installation or on the live interface. > It seems that there is a problem with using \to in captions... Or maybe I'm > missing something... > > Morgan ConTeXt use \to as part of an internal macro and is missinterpreted in this case but you could use \rightarrow instead. \starttext \placefigure[][]{$x \rightarrow 0$}{My figure} \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-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________