ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Bob Kerstetter <bkerstetter@mac.com>
Subject: Re: framed texts for boxing stuff
Date: Wed, 11 Jan 2006 14:07:57 -0600	[thread overview]
Message-ID: <41C853A5-D7FC-45A5-9B37-3CD91148737C@mac.com> (raw)
In-Reply-To: <43C2EB3D.1000301@wxs.nl>


On Jan 9, 2006, at 5:01 PM, Hans Hagen wrote:

> hm, i prefer to start from user demands and personal needs; we used  
> latex for a very short time and i don't remember mini pages -)


a minipage is a box, but i think it's in paragraph mode.


  \begin{minipage}[position]{width}
   text
  \end{minipage}


Put two together

  \begin{minipage}[t]{.30\linewidth}
   text and images
  \end{minipage}\hfill
%
  \begin{minipage}[t]{.60\linewidth}
   text and images
  \end{minipage}

and you get two boxes horizontally across the page with the hfill  
space between them

Put three together:

  \begin{minipage}[t]{.30\linewidth}
   text and images
  \end{minipage}\hfill
%
  \begin{minipage}[t]{.30\linewidth}
   text and images
  \end{minipage}\hfill
%
  \begin{minipage}[t]{.30\linewidth}
   text and images
  \end{minipage}

and you get three boxes horizontally across the page with the hfill  
space between them

Their vertical dimensions depend on the amount of content. They don't  
cross page breaks.

      parent reply	other threads:[~2006-01-11 20:07 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-06 16:19 framed texts Hans van der Meer
2006-01-06 17:20 ` Peter Rolf
2006-01-06 20:43   ` Hans van der Meer
2006-01-07 12:50     ` Hans Hagen
2006-01-07 22:52       ` framed texts and other "minipage" Maurice Diamantini (dom)
2006-01-09 10:52         ` Hans Hagen
2006-01-09 20:54           ` framed texts for boxing stuff Maurice Diamantini (dom)
2006-01-09 23:01             ` Hans Hagen
2006-01-10 22:14               ` Maurice Diamantini (dom)
2006-01-10 22:50                 ` Hans Hagen
2006-01-10 23:44                   ` Why PDF files generated by ConTeXt are so big? Jilani Khaldi
2006-01-11  8:22                     ` Hans Hagen
2006-01-11 12:41                       ` Jilani Khaldi
2006-01-11 14:14                         ` Hans Hagen
2006-01-11 16:45                           ` Jilani Khaldi
2006-01-11 18:27                             ` Hans Hagen
2006-01-10 22:53                 ` framed texts for boxing stuff Hans Hagen
2006-01-10 23:28                 ` Mojca Miklavec
2006-01-11 20:07               ` Bob Kerstetter [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=41C853A5-D7FC-45A5-9B37-3CD91148737C@mac.com \
    --to=bkerstetter@mac.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).