ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Alan Braslau <braslau.list@comcast.net>
To: "Susanne G. Loeber" <dekleurenfamilie@gmail.com>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: question regarding \placefloats
Date: Wed, 8 Aug 2018 09:54:45 -0600	[thread overview]
Message-ID: <20180808095445.6e65e4a5@poo.hsd1.co.comcast.net> (raw)
In-Reply-To: <CABRYdKcGLmugzXo6V2BrXLiE7E2YpePMbfZhSiqN8H_So94SMQ@mail.gmail.com>

On Wed, 8 Aug 2018 14:33:21 +0200
"Susanne G. Loeber" <dekleurenfamilie@gmail.com> wrote:

> \placelistoffloats does not exist as a command
> 
> My solution is two seperate commands, one for the tables \placelistoftables
> and one for the figures \completelistoffigures.
> 
> Question: how to use \placefloats correctly to get a list of all floats?

Floating objects or floats exist in many instances. One predefined instance is figure and a second is table. So \placelistofINSTANCEs will give you the list. You can define more floating objects, for example a sidebox, etc.

The figure and table lists can be combined:

\definecombinedlist [figuresandtables] [figure,table]

\placelistoffiguresandtables

or something like that.


> Second:
> 
> \startcombination[1*2] looks nice, but does not add information to the
> \placelistoffigures .
> 
> My solution is to place the \startcombination inside a \placefigure.

\startcombination [nx=1,ny=2] % my preferred syntax

\stopcombination

allows you to create a combined (matrix) of graphics. It is indeed generally used inside a float construct such as \startplacefigure ... \stopplacefigure.


By the way, "alternative=label" is a favorite of mine, making it unnecessary to explicitly include labels, as in:

\startcombination [nx=1,ny=2,alternative=label]
  {My top graphic}
  {My bottom graphic}
\stopcombination

rather than

\startcombination [nx=1,ny=2]
  {My top graphic}    {a}
  {My bottom graphic} {b}
\stopcombination


Alan
___________________________________________________________________________________
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:[~2018-08-08 15:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-08 12:33 Susanne G. Loeber
2018-08-08 15:54 ` Alan Braslau [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=20180808095445.6e65e4a5@poo.hsd1.co.comcast.net \
    --to=braslau.list@comcast.net \
    --cc=dekleurenfamilie@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).