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: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: startcombination place reference left of images instead below
Date: Thu, 26 Mar 2020 21:48:24 +0100	[thread overview]
Message-ID: <b541fe1c-ab73-8e94-b190-9274d5101b34@gmail.com> (raw)
In-Reply-To: <b52ff6f960c70b98565e80e0d18bb7f5c442193c.camel@out-world.com>

Christoph Hintermüller schrieb am 26.03.2020 um 21:23:
> 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
>>
> 
> 
> Just a short Followup and Summary.
> 
> First, standard packages in Ubuntu Bionic including the Packages built
> by JonathonF for TeXLive 2018 (*) seem to not yet provide \NI.
> 
> (*) The 2019 Packages are broken in the JonathonF repo
> 
> Second the non documented \itemtag which should be replaced by \NI
> works on my installation
> 
> Third i Figured \itemtag also works for \starttable not just for
> \starttabulate.
> 
> Fourth this allows me to use \Raise / Lower commands to move \itemtag
> to top of my Metapost picture which without would be placed at bottom
> of column (**)
> 
> (**) I did not manage to get same effect with A{} (alignment) style on
> tabulate. I fear i did not get how that works or \itemtag simply
> ignores it which would explain amongst others why it stayed
> undocumented.
> 
> Anyway i do get my Subfigure tags positioned and aligned the way i need
> it.

\setupexternalfigure[location=default]

\starttext

\starttabulate[|l|l|]
\NC A \NC \tbox{\externalfigure[hacker]} \NC\NR
\NC B \NC \tbox{\externalfigure[cow]}    \NC\NR
\stoptabulate

\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
___________________________________________________________________________________

      reply	other threads:[~2020-03-26 20:48 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
     [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 [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=b541fe1c-ab73-8e94-b190-9274d5101b34@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).