ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: "Christoph Hintermüller" <christoph@out-world.com>
Cc: NTG-Context ConTeXt users <ntg-context@ntg.nl>
Subject: Re: startcombination place reference left of images instead below
Date: Mon, 23 Mar 2020 17:20:57 +0100	[thread overview]
Message-ID: <1510bd2d-55c0-984d-0bae-0a4bd848f8b2@gmail.com> (raw)
In-Reply-To: <f1f1c269922804f3ea7cadd20b0b6effa7a16853.camel@out-world.com>

Christoph Hintermüller schrieb am 23.03.2020 um 17:09:
> Hi Wolfgang
>
> On Mon, 2020-03-23 at 15:56 +0100, Wolfgang Schuster wrote:
>> This is not possible but maybe the following is a alternative for
>> you.
>>
>> The tabulate can be used in combination with an item group to have
>> auto
>> generated numbers in a given column.
>>
>> \starttext
>>
>> \startitemize[a][stopper=)]
>>     \starttabulate
>>     \NI First  entry \NC\NR
>>     \NI Second entry \NC\NR
>>     \NI Third  entry \NC\NR
>>     \NI Fourth entry \NC\NR
>>     \stoptabulate
>> \stopitemize
>>
>> \stoptext
>>
> I'm not sure if I'm doing something wrong or if I want something which
> is not possible at all
>
> I tired to ammend your above example as follows
>
> \placetable[]
> [fig:somefig]
> {some caption}
> {
> \startuseMPgraphic{heap_add_start_with_3}
>      input images/heap;
> \stopuseMPgraphic
> \startitemize[a][stopper=)]
>       \starttabulate
>       \NI { \useMPgraphic{heap_add_start_with_3} } \NC\NR
>       \stoptabulate
> \stopitemize
> }
>
> But id do get an "Undefined control sequence" for the \stoptabulate
> command.
>
> Is it cause i try to use \useMPgraphic inside tabulate column? or is it
> something else.

You have to provide a *working* minimal example because the following 
dummy graphic works.

\starttext

\startplacetable[title={some caption},reference={fig:somefig}]
     \startuseMPgraphic{heap_add_start_with_3}
         draw fullcircle scaled 4cm ;
     \stopuseMPgraphic
     \startitemize[a][stopper=)]
         \starttabulate
         \NI \useMPgraphic{heap_add_start_with_3} \NC\NR
         \stoptabulate
     \stopitemize
\stopplacetable

\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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  parent reply	other threads:[~2020-03-23 16:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-23 14:27 Christoph Hintermüller
2020-03-23 14:56 ` Wolfgang Schuster
     [not found]   ` <f1f1c269922804f3ea7cadd20b0b6effa7a16853.camel@out-world.com>
2020-03-23 16:20     ` Wolfgang Schuster [this message]
     [not found]       ` <57b9d606f51eb2be800388a8479cde30d49e3180.camel@out-world.com>
     [not found]         ` <86609ad1-36df-55e7-77b6-c9346945a7d9@gmail.com>
2020-03-24 10:01           ` Christoph Hintermüller
2020-03-24 12:34             ` Pablo Rodriguez
2020-03-24 21:07               ` Christoph Hintermüller
2020-03-24 21:23           ` Christoph Hintermüller
2020-03-26 20:23   ` Christoph Hintermüller
2020-03-26 20:48     ` Wolfgang Schuster

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=1510bd2d-55c0-984d-0bae-0a4bd848f8b2@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=christoph@out-world.com \
    --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).