ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: centering framed boxes
Date: Tue, 17 May 2005 09:30:35 +0200	[thread overview]
Message-ID: <42899D9B.7090305@wxs.nl> (raw)
In-Reply-To: <42DF4ABB@webmail.colostate.edu>

Idris Samawi Hamid wrote:
> Dear gang,
> 
> I need a way to overlay four framed boxes so that each inner box is exactly in 
> the center of its respective outer box. So far I have the following, but 
> careful inspection will show that the boxes are not precisely centered with 
> respect to each other. I could go on by trial and error but I'm sure there is 
> a direct way to do this.
> 
> The text should also be precisely centered between frames.
> 
> Thank you in advance!
> Idris
> =========================================================
> \setupoutput[pdftex]%
> 
> \setuppagenumbering[state=stop]
> \starttext
> 
> \setupfloats[location=middle]
> \placefigure
> [here][tab:enclosure]{4 Stages.}
> {
>  \midaligned{
>  \framed
>  [width=12\baselineskip,height=12\baselineskip,strut=yes]
>  {\midaligned{Stage 1}
>    \midaligned%
>    {\framed[width=9\baselineskip,height=9\baselineskip,strut=yes]
>      {\midaligned{Stage 2}
>        \midaligned%
>        {\framed[width=6\baselineskip,height=6\baselineskip,strut=yes]
>          {\midaligned{Stage 3}
>            \midaligned%
>            {\framed[width=3\baselineskip,height=3\baselineskip,strut=yes]
>             {\midaligned{Stage 4}}
>            }
>          \midaligned{\null}}%
>        }
>      \midaligned{\null}}%
>    }
>  \midaligned{\null}}
>  }
> }
> 
> \stoptext
\starttext

\definelayer[test][width=12\bodyfontsize,height=12\bodyfontsize]

\setlayerframed[test][preset=middle][width=12\bodyfontsize,height=12\bodyfontsize]{one}
\setlayerframed[test][preset=middle][width= 9\bodyfontsize,height= 
9\bodyfontsize]{two}
\setlayerframed[test][preset=middle][width= 6\bodyfontsize,height= 
6\bodyfontsize]{three}
\setlayerframed[test][preset=middle][width= 3\bodyfontsize,height= 
3\bodyfontsize]{four}

\tightlayer[test]

\stoptext


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

  parent reply	other threads:[~2005-05-17  7:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-15  2:39 Idris Samawi Hamid
2005-05-17  7:23 ` Hans Hagen
2005-05-17  7:30 ` Hans Hagen [this message]
2005-05-15 12:02 Idris Samawi Hamid
2005-05-17 13:39 Idris Samawi Hamid

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=42899D9B.7090305@wxs.nl \
    --to=pragma@wxs.nl \
    --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).