ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: poster, howto for beginner
Date: Tue, 06 Jul 2004 18:52:24 +0200	[thread overview]
Message-ID: <40EAD8C8.8000600@wxs.nl> (raw)
In-Reply-To: <40EA6439.8090106@bo.imm.cnr.it>

Eros Albertazzi wrote:

> I would like to start using ConText to create a scientific presentation
> poster to be printed in A0 or smaller size
> A single sheet of pubblication in which text and figures with captions,
> can be framed (i.e. boxed) and putted on the page in row and colum, 
> equally distibuted or not.
> A loose layout wish can be the attaced one.
>
> Any hint on where to find an howto guide, a template or a beginner
> document to start from?
>
> How ConText is suited for this purpose and popular for this goal?

\setuppapersize[A0][oversized]

\setuplayout[location=middle,marking=on]

\setuplayout[page]

\definelayer[page][width=\paperwidth,height=\paperheight]

\starttext

\startbuffer[a]
   \input ward
\stopbuffer

\startbuffer[b]
   \input ward
\stopbuffer

\setlayerframed[page][preset=lefttop,    x=2cm,y=2cm][width=5cm,align=normal]{\getbuffer[a]}
\setlayerframed[page][preset=rightbottom,x=2cm,y=2cm][width=6cm,align=normal]{\getbuffer[b]}

\startstandardmakeup\flushlayer[page]\stopstandardmakeup

\stoptext

an other alternative is columnsets (see columns.pdf) 

-----------------------------------------------------------------
                                          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
-----------------------------------------------------------------

  reply	other threads:[~2004-07-06 16:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-06  8:35 Eros Albertazzi
2004-07-06 16:52 ` Hans Hagen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-07-05 12:50 Eros Albertazzi
2004-07-05 12:46 Eros Albertazzi

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=40EAD8C8.8000600@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).