ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Willi Egger <w.egger@boede.nl>
Subject: Re: installing context with tetex
Date: Sun, 30 Nov 2003 22:45:58 +0100	[thread overview]
Message-ID: <6.0.0.22.1.20031130222451.01b689a8@digitpaint.nl> (raw)
In-Reply-To: <vines.sxdD+9HYmzA@SZKOM.BFS.DE>

Hi Walter

did you issue the following command at the beginning of the file:

\usemodule[chart]


At 20:28 30.11.2003, Walter wrote:
>hi list,
>thanks for the hint with te_cont i was looking for *tex* so i never found 
>anything.
>
>So, i have installed all missing packets and the sample works fine.
>
>Then i tried the first example from "typsetting flow charts".
>
>\setupFLOWcharts[...]
>\startFLOWchart[grid]
>\stopFLOWchart

to typeset the chart you have to issue the following command

\setupoutput[pdftex]
\usemodule[chart]

\setupFLOWcharts
     [option=test,
     nx=3,
     ny=3]

\startFLOWchart[grid]
\stopFLOWchart

\starttext
     \FLOWchart[grid]
\stoptext

>What is the mentioned "testmode" ? where i can see grid ?

When the option=test is set, the grid of the chart is drawn.

>the second example is the definition of a cell but i am unable to create 
>any output because:
>no legal \end found
>but where ? the examples contain no end (in the sense
>\begin{} \end{} )
>
>Can i download the examples somewhere ?

No not that I know

Other example:

\setupFLOWcharts
         [option=,
         nx=1,
         ny=2]

\startFLOWchart[Walter]
     \startFLOWcell
         \name {first}
         \location {1,1}
         \shape {singledocument}
         \text {Name: Walter}
     \stopFLOWcell
\stopFLOWchart

\starttext
         \FLOWchart[Walter]
\stoptext

This code works here....

Success Willi 

  reply	other threads:[~2003-11-30 21:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-30 19:28 Walter Harms
2003-11-30 21:45 ` Willi Egger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-12-01 15:17 Walter Harms
2003-12-01 15:27 ` Patrick Gundlach
2003-11-27  8:46 Walter Harms
2003-11-27 17:37 ` Tobias Burnus

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=6.0.0.22.1.20031130222451.01b689a8@digitpaint.nl \
    --to=w.egger@boede.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).