ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* charts
@ 2001-08-21 22:58 Thomas Lohmann
  2001-08-22 12:29 ` charts Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Lohmann @ 2001-08-21 22:58 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 538 bytes --]

Hello all,

I don´t get charts using the chart module. The commands are ignored, but 
running texexec builds the file flw-1.tmp with them. The tex-file is

-----------------------

\usemodule[chart]

\starttext

\startFLOWchart[cells]
  \startFLOWcell
    \name       {first}
    \location   {1,1}
    \shape      {singledocument}
    \text       {not realy a document}
  \stopFLOWcell
\stopFLOWchart

\stoptext

---------------------------

The log-file is attached

---------------------------

What´s wrong?

Greetings,

Thomas Lohmann

[-- Attachment #2: test.log --]
[-- Type: text/plain, Size: 1740 bytes --]

This is pdfeTeX, Version 3.14159-13d-2.1 (Web2C 7.3.1) (format=cont-en 2000.7.29)  21 AUG 2001 21:48
entering extended mode
**&cont-en test
(test.tex[/var/lib/texmf/pdftex/config/pdftex.cfg]

ConTeXt  ver: 2000.1.31  fmt: 2000.7.29  int: english  mes: english

language       : language en is active
system         : cont-new loaded
(/usr/share/texmf/tex/context/base/cont-new.tex
systems        : beware: some patches loaded from cont-new.tex!
line 43: inserting E-TEX code \unless 
)
system         : cont-old loaded
(/usr/share/texmf/tex/context/base/cont-old.tex
loading        : Context Old Macros
)
system         : cont-fil loaded
(/usr/share/texmf/tex/context/base/cont-fil.tex
loading        : Context File Synonyms
)
bodyfont       : 12pt rm is loaded
language       : patterns 2-deo-2 2-en-2 2-uk-2 2-de-2 2-fr-2 2-sp-2 2-nl-2 loa
ded
specials       : tex,postscript,rokicki loaded
\openout2 = `test.tui'.

system         : test.top loaded
(./test.top) (./test.tuo) (./test.tuo) (./test.tuo) (./test.tuo) (./test.tuo)
(./test.tuo) (./test.tuo) (./test.tuo) (./test.tuo)
system         : macros of module chart loaded
(/usr/share/texmf/tex/context/base/m-chart.tex) (./test.tuo)
systems        : begin file test at line 3
system         : saving buffer flw-1
\openout4 = `flw-1.tmp'.

systems        : end file test at line 14
 ) 
Here is how much of TeX's memory you used:
 366 strings out of 32413
 3992 string characters out of 406753
 298038 words of memory out of 1100001
 21347 multiletter control sequences out of 10000+25000
 9049 words of font info for 28 fonts, out of 400000 for 1000
 22 hyphenation exceptions out of 1000
 27i,1n,44p,125b,234s stack positions out of 1500i,500n,1500p,50000b,5000s

No pages of output.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: charts
  2001-08-21 22:58 charts Thomas Lohmann
@ 2001-08-22 12:29 ` Hans Hagen
  2001-08-24 20:05   ` charts Thomas Lohmann
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2001-08-22 12:29 UTC (permalink / raw)
  Cc: ntg-context

At 12:58 AM 8/22/2001 +0200, Thomas Lohmann wrote:
>Content-Type: text/plain; charset=iso-8859-1
>X-MIME-Autoconverted: from 8bit to quoted-printable by smail.let.uu.nl id 
>JAA09921
>
>Hello all,
>
>I don´t get charts using the chart module. The commands are ignored, but
>running texexec builds the file flw-1.tmp with them. The tex-file is
>
>-----------------------
>
>\usemodule[chart]
>
>\starttext
>
>\startFLOWchart[cells]
>   \startFLOWcell
>     \name       {first}
>     \location   {1,1}
>     \shape      {singledocument}
>     \text       {not realy a document}
>   \stopFLOWcell
>\stopFLOWchart
>
>\stoptext

This only defines the chart, you should also use it: \useFLOWchart[cells] 
cum suis

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       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
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Re: charts
  2001-08-22 12:29 ` charts Hans Hagen
@ 2001-08-24 20:05   ` Thomas Lohmann
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Lohmann @ 2001-08-24 20:05 UTC (permalink / raw)


Hi,

> >I don´t get charts using the chart module. The commands are ignored, but
> >running texexec builds the file flw-1.tmp with them. The tex-file is
> >
> >-----------------------
> >
> >\usemodule[chart]
> >
> >\starttext
> >
> >\startFLOWchart[cells]
> >   \startFLOWcell
> >     \name       {first}
> >     \location   {1,1}
> >     \shape      {singledocument}
> >     \text       {not realy a document}
> >   \stopFLOWcell
> >\stopFLOWchart
> >
> >\stoptext
> 
> This only defines the chart, you should also use it: \useFLOWchart[cells]

"\useFLOWchart[cells]" does not work?!? But "\FLOWchart[cells]" does.

Thanks to Hans.

Thomas


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-08-24 20:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-21 22:58 charts Thomas Lohmann
2001-08-22 12:29 ` charts Hans Hagen
2001-08-24 20:05   ` charts Thomas Lohmann

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