ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@ntg.nl
Subject: Re:
Date: Mon, 30 Oct 2000 10:00:21 +0100	[thread overview]
Message-ID: <3.0.6.32.20001030100021.013a45a0@pop.wxs.nl> (raw)
In-Reply-To: <3.0.5.32.20001029161928.00a7e400@mail.northcoast.com>

At 04:19 PM 10/29/00 -0800, you wrote:
>Hans,
>
>There is also, around page 13, depending on the edition that is posted at
>my site, the output from the meshgrid command. This is set with:
>
>\starttyping
> X =
>
>    -2    -1     0     1     2
>    -2    -1     0     1     2
>    -2    -1     0     1     2
>    -2    -1     0     1     2
>    -2    -1     0     1     2
>\stoptyping
>
>\starttyping
> Y =
>
>    -2    -2    -2    -2    -2
>    -1    -1    -1    -1    -1
>     0     0     0     0     0
>     1     1     1     1     1
>     2     2     2     2     2
>\stoptyping
>
>Now, there is actually a pedagogical reason to stack these on top of each
>other like this, because this is exactly the way they appear on the
>computer screen. But, I can see how one might like to typeset them
>side-by-side. How could I do that?

\starttext 

\startbuffer[x]
 X =
    -2    -1     0     1     2
    -2    -1     0     1     2
    -2    -1     0     1     2
    -2    -1     0     1     2
    -2    -1     0     1     2
\stopbuffer

\startbuffer[y]
 Y =
    -2    -2    -2    -2    -2
    -1    -1    -1    -1    -1
     0     0     0     0     0
     1     1     1     1     1
     2     2     2     2     2
\stopbuffer

\input tufte 

\start
\setuptyping[before=,after=] \hsize=.5\textwidth
\startcombination
  {\vbox{\typebuffer[x]}} {a}
  {\vbox{\typebuffer[y]}} {b}
\stopcombination
\stop

\input tufte 

\placesidebyside
  {\hsize=.5\textwidth \typebuffer[x]}
  {\hsize=.5\textwidth \typebuffer[y]}

\input tufte 

\starttabulate[|l|pl|pl|]
\NC an error: \NC \typebuffer[x] \NC \typebuffer[y] \NC \NR 
\stoptabulate

\input tufte 

\startbuffer[x]
\setuptyping[before=,after=] \hsize=.5\textwidth
\starttyping
 X =
    -2    -1     0     1     2
    -2    -1     0     1     2
    -2    -1     0     1     2
    -2    -1     0     1     2
    -2    -1     0     1     2
\stoptyping
\stopbuffer

\startbuffer[y]
\setuptyping[before=,after=] \hsize=.5\textwidth
\starttyping
 Y =
    -2    -2    -2    -2    -2
    -1    -1    -1    -1    -1
     0     0     0     0     0
     1     1     1     1     1
     2     2     2     2     2
\stoptyping
\stopbuffer

\startcombination
  {\vbox{\getbuffer[x]}} {a}
  {\vbox{\getbuffer[y]}} {b}
\stopcombination

\input tufte 

\placesidebyside
  {\getbuffer[x]}
  {\getbuffer[y]}

\input tufte 

\startcolumns \getbuffer[x] \getbuffer[y] \stopcolumns

\input tufte 

\stoptext

-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


       reply	other threads:[~2000-10-30  9:00 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3.0.6.32.20001029235036.0197aa80@pop.wxs.nl>
     [not found] ` <3.0.5.32.20001029133529.00a79300@mail.northcoast.com>
     [not found]   ` <3.0.5.32.20001029161928.00a7e400@mail.northcoast.com>
2000-10-30  9:00     ` Hans Hagen [this message]
2004-12-09  8:54 [Fwd: Re: PPCHTEX can't work with Chinese] Hans Hagen
2004-12-09  9:48 ` Patrick Gundlach
  -- strict thread matches above, loose matches on Subject: below --
2002-06-23 16:30 (unknown) Idris S Hamid
2002-06-23 21:36 ` Hans Hagen
     [not found] <002a01c1309d$1ee976a0$0100a8c0@mshome.net>
2001-08-29 16:04 ` Re: Hans Hagen
2001-03-20 14:46 (unknown) Michel Bovani
2001-03-20 17:01 ` Hans Hagen
2000-11-24  7:32 (unknown) Haseloff, Lutz
2000-11-24  9:46 ` Hans Hagen
2000-11-24 10:01 ` Re: Hans Hagen
     [not found] <3.0.6.32.20001002094407.01873670@pop.wxs.nl>
2000-10-03  6:27 ` Dan Seracu
2000-10-03  9:41   ` RE: Hans Hagen
2000-09-30  9:40 (unknown) Hans Hagen
2000-09-30 18:32 ` Frans Goddijn
2000-05-30 15:49 (unknown) Hans Hagen
2000-05-30 20:00 ` Berend de Boer
2000-02-14 22:26 (unknown) pragma
2000-02-20 12:30 ` (unknown) Roef Ragas
2000-02-21 13:24   ` Hans Hagen
2000-02-21 19:12     ` Re: Roef Ragas
1999-11-17 10:03 % Haseloff, Lutz
1999-11-17 10:16 ` Hans Hagen
1999-11-13 14:46 (unknown) Berend de Boer
1999-11-15 11:04 ` Hans Hagen
1998-08-25  7:37 Re: 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.20001030100021.013a45a0@pop.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).