ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
Subject: Re: Combinations
Date: Sun, 8 Oct 2006 21:46:27 -0400 (EDT)	[thread overview]
Message-ID: <Pine.WNT.4.63.0610082116320.2384@nqvgln> (raw)
In-Reply-To: <3e73596b0610081651g45bd7d1cj4f906abaffa5a66c@mail.gmail.com>

On Sun, 8 Oct 2006, Pepe Barbe wrote:

> On 10/8/06, Aditya Mahajan <adityam@umich.edu> wrote:
>> That was because you do not have proper grouping in your \placefigure
>> definition. Try
>>
>> \placefigure[tag][here] {Caption}
>> {% <-- Note this
>> \startcombination[3*4]
>> ....
>> \stopcombination
>> \startcombination[2*1]
>> ....
>> \stopcombination
>> } %<---- Note this
>
> Thanks. It does work, but is the same as doing 3*5. The last line does
> not show centered.

You can center it on your own by \midaligned.

\placefigure {Combinations}
{
\startcombination [3*4]
   {\externalfigure[unknown]}{1}
   {\externalfigure[unknown]}{2}
   {\externalfigure[unknown]}{3}
   {\externalfigure[unknown]}{4}
   {\externalfigure[unknown]}{5}
   {\externalfigure[unknown]}{6}
   {\externalfigure[unknown]}{7}
   {\externalfigure[unknown]}{8}
   {\externalfigure[unknown]}{9}
   {\externalfigure[unknown]}{10}
   {\externalfigure[unknown]}{11}
   {\externalfigure[unknown]}{12}
\stopcombination
\blank[medium] %<-- This is the default inbetween for
%              \setupcombinations
\midaligned{\startcombination[2*1]
   {\externalfigure[unknown]}{1}
   {\externalfigure[unknown]}{2}
\stopcombination}}


Aditya

  reply	other threads:[~2006-10-09  1:46 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-08  3:19 Combinations Pepe Barbe
2006-10-08 14:26 ` Combinations Aditya Mahajan
2006-10-08 18:15   ` Combinations Pepe Barbe
2006-10-08 19:46     ` Combinations Aditya Mahajan
2006-10-08 23:51       ` Combinations Pepe Barbe
2006-10-09  1:46         ` Aditya Mahajan [this message]
2006-10-09 16:43           ` Combinations Pepe Barbe
  -- strict thread matches above, loose matches on Subject: below --
2021-05-14  3:27 combinations jbf
2021-05-14  4:30 ` combinations Benny Schurig
2021-05-14  4:52   ` combinations jbf
2021-05-14  9:39   ` combinations Hans Hagen
2021-05-22 20:50     ` combinations Willi Egger
2013-04-15  8:50 combinations Hans Hagen
2013-04-15 13:40 ` combinations Sietse Brouwer
2013-04-15 13:57   ` combinations Wolfgang Schuster
2013-04-15 14:04   ` combinations Hans Hagen
2013-04-15 16:45     ` combinations Sietse Brouwer
2013-04-15 16:58       ` combinations Wolfgang Schuster
2013-04-15 23:38         ` combinations Hans Hagen
2013-04-16  8:41       ` combinations Hans Hagen
2013-04-15 17:23 ` combinations Marco Patzer
2013-04-15 23:19   ` combinations Hans Hagen
2002-11-03 22:30 combinations Hans Hagen
2002-11-04  9:18 ` combinations Jens-Uwe Morawski

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=Pine.WNT.4.63.0610082116320.2384@nqvgln \
    --to=adityam@umich.edu \
    --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).