ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Marco Patzer <lists@homerow.info>
To: ntg-context@ntg.nl
Subject: Re: captions in float combinations
Date: Sun, 8 Sep 2013 12:33:04 +0200	[thread overview]
Message-ID: <20130908103304.GA13807@homerow> (raw)
In-Reply-To: <6BDA83D2-3FCC-4CF3-8BFC-FBDDEA041A63@gmail.com>

On 2013–09–08 Robert Blackstone wrote:

> In my project I have all figure captions located above the figure.
> How can I move also these subcaptions to the top, to a position
> just below the main caption?

As far as I can see, this is not supported by the combination
mechanism because the captions in combinations are not implemented
using the float captions mechanism.

What you can do instead, is using a float caption and a float
combination, which will respect the global caption setups.

\useMPlibrary [dum]

\definefloat
  [combinationfloat]
  [combinationfloats]
  [figure]

\setupcaption
  [combinationfloat]
  [number=no]

\setupcaptions
  %% [location=bottom]
  [location=top]

\starttext
  \startplacefigure [title=Foobar]
    \startfloatcombination [2*2]
      \startplacecombinationfloat [title=alpha] \externalfigure \stopplacecombinationfloat
      \startplacecombinationfloat [title=beta]  \externalfigure \stopplacecombinationfloat
      \startplacecombinationfloat [title=gamma] \externalfigure \stopplacecombinationfloat
      \startplacecombinationfloat [title=delta] \externalfigure \stopplacecombinationfloat
    \stopfloatcombination
  \stopplacefigure
\stoptext

Marco
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2013-09-08 10:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-08  7:32 Robert Blackstone
2013-09-08 10:33 ` Marco Patzer [this message]
     [not found] <mailman.57.1378652473.18665.ntg-context@ntg.nl>
2013-09-08 19:01 ` Robert Blackstone
2013-09-08 19:56   ` Aditya Mahajan
2013-09-08 19:58   ` Marco Patzer
     [not found] <mailman.61.1378710738.18665.ntg-context@ntg.nl>
2013-09-09 20:50 ` Robert Blackstone
2013-09-09 21:45   ` Aditya Mahajan

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=20130908103304.GA13807@homerow \
    --to=lists@homerow.info \
    --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).