ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: \startfiguretext environment
Date: Mon, 13 Jan 2003 11:14:31 +0100	[thread overview]
Message-ID: <5.1.0.14.1.20030113111325.02ba5d88@server-1> (raw)
In-Reply-To: <000d01c2bae1$3e467cd0$0100a8c0@vademecum>

At 09:52 AM 1/13/2003 +0100, you wrote:
>Hi Hans,
>
>I would like to ask you wether you could have a look at the \startfloattext
>environment.
>I got different files, where this environment is used. However yesterday
>night I was unable to get texts where \startfiguretext ..\stopfiguretext is
>used compiled.
>
>Context complains about a } which was inserted:

this is solved in the latest beta

>! Missing } inserted.
><inserted text>
>                 }
><to be read again>
>                    \endgroup
>l.13 ...escription of the \quote{Reliure de Lyon}}
>
>A minimal file is attached.

(1) you forgot the caption "{whatever}"
(2) you used \useexternalfigure (just a def) instead of \externalfigure 
(usage)

\starttext

\startfiguretext
    [left]
    [fig:lyon4]
    {whatever}
    {\externalfigure[lyon4][width=0.5\textwidth]}
    {This is a picture derived from a description of the
     \quote {Reliure de Lyon}}
\stopfiguretext

\stoptext
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------

      reply	other threads:[~2003-01-13 10:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-13  8:52 BOEDE
2003-01-13 10:14 ` Hans Hagen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5.1.0.14.1.20030113111325.02ba5d88@server-1 \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).