ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: <ntg-context@let.uu.nl>
Subject: Re: Building a graph in a Context presentation
Date: Wed, 01 Dec 1999 12:52:24 +0100	[thread overview]
Message-ID: <3.0.6.32.19991201125224.00a7c4a0@pop.wxs.nl> (raw)
In-Reply-To: <00b801bf3b83$dd2c8460$a8c807c4@jhsh>

At 12:39 AM 12/1/99 +0200, Jannie Hofmeyr wrote:
>Dear Group

>Is there a way of building text and graphics in combination in Context? I
>wouldn't mind doing this manually, i.e. creating each successive page as a
>separate entity. However, I then need to put the graph and the existing text
>in
>exactly the same place, so that I can create the illusion of a sequential
>build
>on a single page. This means I must avoid slight shifts in graphs and text
>placing when paging.

When using MP, I suggest to say \input mp-tool too, since that provides you
with a high res bbox. 

In your MP graphics, when they should overlap, you should make sure they
have the same dimensions. Something: 

path finalbbox ; finalbbox := unitsquare xscaled .. yscaled .. ; 

setbounds currentpicture to finalbbox ; 

One way of putting text alongside a figure is

\startfiguretext{none}{\externalfigure[graph.2][width=.3\hsize]
  text 
\stopfiguretext 

However, I have a beta presention style that will probably suit your
purpose better. (I have a few styles that sort of guide you through the
presentation. One may disagree with me, but I think it's a bit better that
way than the traditional build-up-a-page). 

I will sent you that style later, so that you can see if it suits. 

Hans

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


  reply	other threads:[~1999-12-01 11:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-30 22:39 Jannie Hofmeyr
1999-12-01 11:52 ` Hans Hagen [this message]
1999-12-01 14:13 ` Hans Hagen

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=3.0.6.32.19991201125224.00a7c4a0@pop.wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@let.uu.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).