ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: poster
Date: Tue, 15 Jun 2004 17:34:30 +0200	[thread overview]
Message-ID: <40CF1706.1010300@wxs.nl> (raw)
In-Reply-To: <20040615162838.W19237@lcdx00.wm.lc.ehu.es>

Zunbeltz wrote:

>Hi,
>
>I'm trying to do a scientific poster in latex and i've some problem. now
>i want to try it in context. I need two things
>1) set a backgroud for the paper (A0 size) with gradient color
>
>2) Deal with textblocks (like the textpos package of latex). This package
>makes a grid (dont printing it),  for example 16x25 part (width and
>height). And then you can say
>\begin{textblock}{2}(0,3)
>..
>\end{textbloc}
>
>This make a bloc 2 unit width in the (0,3) position.
>
>I'm quite new to context, and i don't know if it can be done.
>  
>
see metafun manual

\setupcolors
  [state=start]

\startreusableMPgraphic{gradient}
  circular_shade(OverlayBox,0,red,blue) ;
\stopreusableMPgraphic

\defineoverlay[gradient][\reuseMPgraphic{gradient}]

\setupbackgrounds[page][background=gradient]

\setuplayout[width=middle,height=middle,backspace=7cm]

\starttext

\startstandardmakeup
  \vfill \input ward \vfill
\stopstandardmakeup

\stoptext

  reply	other threads:[~2004-06-15 15:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-15 14:32 poster Zunbeltz
2004-06-15 15:34 ` Hans Hagen [this message]
2004-06-15 15:35 ` poster Peter Münster
2004-06-15 15:38 ` poster Hans Hagen
2004-06-15 18:32   ` \seeindex problem Bernd Militzer
2004-06-21 15:44     ` Problem with \seeindex Bernd Militzer
2004-06-21 16:20       ` Hans Hagen
2004-06-21 17:05         ` Bernd Militzer

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=40CF1706.1010300@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).