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 10:26:20 -0400 (EDT)	[thread overview]
Message-ID: <Pine.WNT.4.63.0610081020080.1036@nqvgln> (raw)
In-Reply-To: <3e73596b0610072019w3f07dc2pc5b2dab757f2dce4@mail.gmail.com>

On Sat, 7 Oct 2006, Pepe Barbe wrote:

> Hello everyone,
>
> I have 14 graphs that I want to arrange in a single page. I've found
> the best wat to do that is with a 3 by 5 combination. Yet, it would
> look better if I had a 3 by 4 combination and a 2 by 1 centered
> underneath the preveious. Is there some simple way to do that?

Not that I know of. It may be possible to expand \start stop 
combination to work with

\startcombination[3*4,2*1] but then you will have to count on your 
own.

Perhaps, you can define (untested)

\def\resetcombination{\stopcomination\startcombination} and then

\startcombination[3*4]
  ....
  ....
\resetcombination[2*1]
....
....
\stopcombination


> Also, a while ago I asked about the font size of the captions in the
> combinations, which wasn't being respected in Math mode. I've tried in
> the latest beta and the problem persists. Any ideas?

The problem, if any, is with \tfx. This demonstrates it

\tfx Test $Test$

Perhaps a cleaner way to do this is

\switchtobodyfont[small] Test $Test$

I do not know why is this not equivalent to

\small Test $Test$

Aditya

  reply	other threads:[~2006-10-08 14:26 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 ` Aditya Mahajan [this message]
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         ` Combinations Aditya Mahajan
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.0610081020080.1036@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).