ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Wolfgang Schuster" <schuster.wolfgang@googlemail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: typesetting a formula as a figure
Date: Mon, 26 Nov 2007 09:46:28 +0100	[thread overview]
Message-ID: <115224fb0711260046m2e261c1le8550c19b72e4f04@mail.gmail.com> (raw)
In-Reply-To: <BC28F618-F217-4EC4-AB7B-263DF25E6070@mac.com>

2007/11/26, Dalyoung Jeong <haksan@mac.com>:
> Dear Idris, Aditya, and Wolfgang,
>
> Thank you for the replies.
>
> Removing \start-stop formula and using \vcenter worked well.
> However, adding $\displaystyle ...$ gave the strange output. The
> location of the captions are not under the matrix. It looks like that
> there are four columns, "matrix cap matrix cap".
>
> I have one more question.
>
> Is it possible to display three figures in a triangular shape as
> following?
>
>                                 <  figure 1 >
>
>                         < figure 2>   <figure 3>
>
> I tried to use \srartcombination[3*2] ... using a dummy blank figure.
> But because of the figure 1, there is a wide blank spaces between two
> figures.
>
> Thank you so much.
>
> Best regards,
>
> Dalyoung

You can use a table, e.g. with natural tables,

\placefigure
  {caption text}
  {\bTABLE[frame=off]
   \bTR\bTD[nx=2,align=middle] figure 1 \eTD\eTR
   \bTR\bTD figure 2 \eTD\bTD figure 3 \eTD\eTR
   \eTABLE}

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


  reply	other threads:[~2007-11-26  8:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-26  4:48 Dalyoung Jeong
2007-11-26  8:46 ` Wolfgang Schuster [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-11-24  5:56 Jeong Dalyoung
2007-11-24 15:46 ` Idris Samawi Hamid
2007-11-25  5:00   ` Aditya Mahajan
2007-11-25  8:45 ` Wolfgang Schuster
2007-11-20 22:15 Peter I. Hansen
2007-11-20 22:23 ` Idris Samawi Hamid
2007-11-20 22:42   ` Peter I. Hansen

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=115224fb0711260046m2e261c1le8550c19b72e4f04@mail.gmail.com \
    --to=schuster.wolfgang@googlemail.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).