ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Force two figures to appear on the same page
Date: Tue, 6 May 2014 12:49:04 +0200	[thread overview]
Message-ID: <745B7925-F99C-4BEB-A859-C7F28C3630FE@gmail.com> (raw)
In-Reply-To: <CA+cORN-SJOrA=Uv1U2KgMsZn8w0W5nsZ_0aG6ef8kbio8iDmJw@mail.gmail.com>


Am 06.05.2014 um 12:36 schrieb Thomas Friedrich <friedrich@statistik.tu-dortmund.de>:

> Unfortunately, this is not what I am looking for: Both figures have
> there own caption and shall appear as separate figures in the "list of
> figures" at the end of the document.


You can use the floatcombination environment to put many floats into a single block,
the figure environment around the combination environment where I disabled
the counter is used to center the block.

\setupexternalfigures[location=default]

\starttext

\input knuth

\startplacefigure[location=nonumber]
	\startfloatcombination[1*2]
		\startplacefigure[title={Dutch cow}]
			\externalfigure[cow][width=4cm]
		\stopplacefigure
		\startplacefigure[title={English cow}]
			\externalfigure[cow][width=4cm]
		\stopplacefigure
	\stopfloatcombination
\stopplacefigure

\input ward

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


  reply	other threads:[~2014-05-06 10:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-30 20:39 Andres Conrado
2014-05-06 10:36 ` Thomas Friedrich
2014-05-06 10:49   ` Wolfgang Schuster [this message]
2014-05-07  8:57     ` Thomas Friedrich
  -- strict thread matches above, loose matches on Subject: below --
2014-04-30 20:45 Andres Conrado
2014-04-30  9:58 Thomas Möbius

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=745B7925-F99C-4BEB-A859-C7F28C3630FE@gmail.com \
    --to=schuster.wolfgang@gmail.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).