Re: [NTG-context] FLOW chart module broken

2011-11-28 Thread Willi Egger
Hi Otared,

thanks for your testing!

hm, yes without \starttext and stoptext ... (this file is loaded in a larger 
context with \input), so I missed this, BAD!

Still this is very strange. I use the same version of Context as you did. Still 
I do not get the flowchart breaking over pages. I can restrict the number of 
cells in the \setupflowcharts command and get then accordingly a shorter piece 
of the chart but no following pages (the chart is about 2 pages long).
When setting the nx to some large number the flowchart is compiled, but there 
is only a single page of cells which is typeset beyond the lower margin.

Kind regards

Willi


On 27 Nov 2011, at 21:27, Otared Kavian wrote:

 Hi Willy,
 
 I compiled your tex file: if you add \starttext and \stoptext, your file is 
 compiled correctly… (both in mkii and mkiv, ConTeXt  ver: 2011.11.25 13:29 
 MKIV  fmt: 2011.11.25  int: english/english).
 
 Best regards: OK
 
 On 27 nov. 2011, at 16:15, Willi Egger wrote:
 
 Hi Hans,
 
 
 unfortunately the FLOWchart module is broken. The breaking over pages does 
 not seem to work. If there are too many cells for a page the compilation 
 stops with a fatal error.
 
 i installed the latest beta: ConTeXt  ver: 2011.11.25 21:29 MKIV  fmt: 
 2011.11.27  
 
 \@@vars:flowcell:text:text -Randje $\leq $
   1mm maken
 argument ...]{\getvariable {flowcell:text}{text}
 }
 \firstoftwoarguments #1#2-#1
 
 \@@su:flowcell:text:place:indeed ...:text}{text}}}
 \endgroup 
 \@@su:flowcell:text:place ...ll:text:place:indeed}
 \fi \fi \endgroup 
 \next1 #1,-\dosetups {#1}
 \do_process_comma_item 
 ...
 l.428 
 
 ? 
 ! Emergency stop.
 
 I include the file I was trying to compile.
 
 Kind regards
 
 Willi
 
 singlesectionbinding-flowchart.tex___
 If your question is of interest to others as well, please add an entry to 
 the Wiki!
 
 maillist : ntg-context@ntg.nl / 
 http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___
 
 %%
 Otared Kavian
 Département de Mathématiques
 Université de Versailles Saint-Quentin
 Bâtiment Fermat
 45 avenue des Etats Unis
 78035 Versailles cedex
 
 Téléphone: +33 1 39 25 46 42
 Secrétariat: +33 1 39 25 46 44 
 Secrétariat: +33 1 39 25 46 46
 
 e-mail: otared.kav...@math.uvsq.fr
 
 
 
 
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] FLOW chart module broken

2011-11-28 Thread Hans Hagen

On 28-11-2011 11:50, Willi Egger wrote:

Hi Otared,

thanks for your testing!

hm, yes without \starttext and stoptext ... (this file is loaded in a larger 
context with \input), so I missed this, BAD!

Still this is very strange. I use the same version of Context as you did. Still 
I do not get the flowchart breaking over pages. I can restrict the number of 
cells in the \setupflowcharts command and get then accordingly a shorter piece 
of the chart but no following pages (the chart is about 2 pages long).
When setting the nx to some large number the flowchart is compiled, but there 
is only a single page of cells which is typeset beyond the lower margin.


What makes you expect that a chart breaks over pages?

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] FLOW chart module broken

2011-11-28 Thread Willi Egger
Hans,

there is in the original version of this module a command \setupfFLOWsplit 
which precisely is meant for this. When calling the flow chart with 
\FLOWcharts[Eenkaternbinding] instead of \FLOWchart[Eenkaternbinding] it 
splitted over pages.

\setupFLOWsplit
[x=1,
y=1,
nx=6,
ny=7,
dx=1,
dy=1,
before=,
after=\page,
marking=off]

Willi
On 28 Nov 2011, at 12:48, Hans Hagen wrote:

 On 28-11-2011 11:50, Willi Egger wrote:
 Hi Otared,
 
 thanks for your testing!
 
 hm, yes without \starttext and stoptext ... (this file is loaded in a larger 
 context with \input), so I missed this, BAD!
 
 Still this is very strange. I use the same version of Context as you did. 
 Still I do not get the flowchart breaking over pages. I can restrict the 
 number of cells in the \setupflowcharts command and get then accordingly a 
 shorter piece of the chart but no following pages (the chart is about 2 
 pages long).
 When setting the nx to some large number the flowchart is compiled, but 
 there is only a single page of cells which is typeset beyond the lower 
 margin.
 
 What makes you expect that a chart breaks over pages?
 
 Hans
 
 -
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
 -
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] FLOW chart module broken

2011-11-27 Thread Willi Egger
Hi Hans,


unfortunately the FLOWchart module is broken. The breaking over pages does not 
seem to work. If there are too many cells for a page the compilation stops with 
a fatal error.

i installed the latest beta: ConTeXt  ver: 2011.11.25 21:29 MKIV  fmt: 
2011.11.27  

\@@vars:flowcell:text:text -Randje $\leq $
1mm maken
argument ...]{\getvariable {flowcell:text}{text}
  }
\firstoftwoarguments #1#2-#1
 
\@@su:flowcell:text:place:indeed ...:text}{text}}}
  \endgroup 
\@@su:flowcell:text:place ...ll:text:place:indeed}
  \fi \fi \endgroup 
\next1 #1,-\dosetups {#1}
  \do_process_comma_item 
...
l.428 
  
? 
! Emergency stop.

I include the file I was trying to compile.

Kind regards

Willi



singlesectionbinding-flowchart.tex
Description: Binary data
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] FLOW chart module broken

2011-11-27 Thread Otared Kavian
Hi Willy,

I compiled your tex file: if you add \starttext and \stoptext, your file is 
compiled correctly… (both in mkii and mkiv, ConTeXt  ver: 2011.11.25 13:29 MKIV 
 fmt: 2011.11.25  int: english/english).

Best regards: OK

On 27 nov. 2011, at 16:15, Willi Egger wrote:

 Hi Hans,
 
 
 unfortunately the FLOWchart module is broken. The breaking over pages does 
 not seem to work. If there are too many cells for a page the compilation 
 stops with a fatal error.
 
 i installed the latest beta: ConTeXt  ver: 2011.11.25 21:29 MKIV  fmt: 
 2011.11.27  
 
 \@@vars:flowcell:text:text -Randje $\leq $
1mm maken
 argument ...]{\getvariable {flowcell:text}{text}
  }
 \firstoftwoarguments #1#2-#1
 
 \@@su:flowcell:text:place:indeed ...:text}{text}}}
  \endgroup 
 \@@su:flowcell:text:place ...ll:text:place:indeed}
  \fi \fi \endgroup 
 \next1 #1,-\dosetups {#1}
  \do_process_comma_item 
 ...
 l.428 
 
 ? 
 ! Emergency stop.
 
 I include the file I was trying to compile.
 
 Kind regards
 
 Willi
 
 singlesectionbinding-flowchart.tex___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

%%
Otared Kavian
Département de Mathématiques
Université de Versailles Saint-Quentin
Bâtiment Fermat
45 avenue des Etats Unis
78035 Versailles cedex

Téléphone: +33 1 39 25 46 42
Secrétariat: +33 1 39 25 46 44 
Secrétariat: +33 1 39 25 46 46

e-mail: otared.kav...@math.uvsq.fr




___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] the chart module broken

2011-01-12 Thread Otared Kavian
Hi Li Yanrui,

Your example works fine with mkiv (version 2010.01.12), but fails to work with 
mkii, in which case I get the error message:
Fatal error: catcode push/pop mismatch. Fix this!
\wait=

Best regards: OK

On 11 janv. 2011, at 01:13, Li Yanrui (李延瑞) wrote:

 Hi,
 
 With beta 2011.01.10 17:55, the chart module is broken. For this
 minimal example:
 
 \usemodule[chart]
 
 \starttext
 
 \startFLOWchart[example]
 \startFLOWcell
  \name {flow}
  \location {1,1}
  \text {Flow}
  \connection [rl] {chart}
 \stopFLOWcell
 \startFLOWcell
  \name {chart}
  \location{2,1}
  \text {Charts}
 \stopFLOWcell
 \stopFLOWchart
 
 \FLOWchart[example]
 
 \stoptext
 
 I got the error:
 
 (virtual://viafile.1) (virtual://viafile.2) (virtual://viafile.3
 ! Undefined control sequence.
 \asciia ...LOLrulethickness ; connect_\cFLOWfrom_
  \cFLOWto (\FLOWfrom ,\zFLO...
 \dostartMPdrawing ...data {\MPdrawingdata \asciia
  }\egroup
 \dodoFLOWconnectionC ...ace [0,0,0]\stopMPdrawing
  \fi \fi \fi \ignorespaces
 argument ...text {Flow} \connection [rl] {chart}
 
 \startFLOWcell ...FLOWconnectionC \ignorespaces #1
  \unskip
 l.6 \stopFLOWcell
 
 ?
 
 -- 
 Best regards,
 
 Li Yanrui
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] the chart module broken

2011-01-10 Thread 李延瑞
Hi,

With beta 2011.01.10 17:55, the chart module is broken. For this
minimal example:

\usemodule[chart]

\starttext

\startFLOWchart[example]
\startFLOWcell
  \name {flow}
  \location {1,1}
  \text {Flow}
  \connection [rl] {chart}
\stopFLOWcell
\startFLOWcell
  \name {chart}
  \location{2,1}
  \text {Charts}
\stopFLOWcell
\stopFLOWchart

\FLOWchart[example]

\stoptext

I got the error:

(virtual://viafile.1) (virtual://viafile.2) (virtual://viafile.3
! Undefined control sequence.
\asciia ...LOLrulethickness ; connect_\cFLOWfrom_
  \cFLOWto (\FLOWfrom ,\zFLO...
\dostartMPdrawing ...data {\MPdrawingdata \asciia
  }\egroup
\dodoFLOWconnectionC ...ace [0,0,0]\stopMPdrawing
  \fi \fi \fi \ignorespaces
argument ...text {Flow} \connection [rl] {chart}

\startFLOWcell ...FLOWconnectionC \ignorespaces #1
  \unskip
l.6 \stopFLOWcell

?

-- 
Best regards,

Li Yanrui
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___