From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15717 Path: main.gmane.org!not-for-mail From: Salman Khilji Newsgroups: gmane.comp.tex.context Subject: Problem with Figures Date: Fri, 16 Jul 2004 23:21:28 -0700 Organization: NA Sender: ntg-context-bounces@ntg.nl Message-ID: <200407162321.28141.skhilji@tampabay.rr.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1090034832 14950 80.91.224.253 (17 Jul 2004 03:27:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Jul 2004 03:27:12 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Jul 17 05:27:04 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Blfqq-0001cE-00 for ; Sat, 17 Jul 2004 05:27:04 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0D1921277C; Sat, 17 Jul 2004 05:27:01 +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 05376-04; Sat, 17 Jul 2004 05:26:58 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3A5271276C; Sat, 17 Jul 2004 05:26:58 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 989961276C for ; Sat, 17 Jul 2004 05:26:56 +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 05484-01-3 for ; Sat, 17 Jul 2004 05:26:56 +0200 (CEST) Original-Received: from ms-smtp-02.tampabay.rr.com (unknown [65.32.5.132]) by ronja.ntg.nl (Postfix) with ESMTP id EBC861276B for ; Sat, 17 Jul 2004 05:26:55 +0200 (CEST) Original-Received: from 17-76.200-68.tampabay.rr.com (17-76.200-68.tampabay.rr.com [68.200.76.17]) by ms-smtp-02.tampabay.rr.com (8.12.10/8.12.7) with ESMTP id i6H3QrZl005408 for ; Fri, 16 Jul 2004 23:26:53 -0400 (EDT) Original-To: ntg-context@ntg.nl User-Agent: KMail/1.5.1 Content-Disposition: inline X-Virus-Scanned: Symantec AntiVirus Scan Engine 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: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:15717 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15717 =46rom the beginner's manual, I created the following: \starttext \useexternalfigure [Photo][hass03g] [width=3D.4\textwidth] \useexternalfigure [Graphic][gracht] [width=3D.4\textwidth] \placefigure [here,force] [fig:canal] {The Hasselt Canals.} \startcombination[2*1] {\externalfigure[Photo]} {a bitmap picture} {\externalfigure[Graphic]} {a vector graphic} \stopcombinatie \stoptext I typed the input file exactly as in the manual. I am getting the followin= g=20 error: ! Missing { inserted. \let \noshowargumenterror ->\let \expectedarguments \noexpectedarguments \dodoubleempty #1->\noshowargumenterror \doifnextcharelse=20 [{\dodoubletestemp... l.13 \startcombination [2*1] ?