ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* TeXUtil fatal error ?!
@ 2006-05-09 12:37 Renaud AUBIN
  2006-05-09 14:05 ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Renaud AUBIN @ 2006-05-09 12:37 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 640 bytes --]

Hi all,

I have upgraded to the latest release and I'm not sure if this problem
is due to this update but I obtain at compilation:

Transcript written on prd_phd.log.
TeXUtil | parsing file prd_phd.tui
------> TeXUtil | fatal error in plugin processor MySynonyms (wrong
argument type nil (expected Regexp))
TeXUtil | shortcuts : 0
TeXUtil | expansions: 0
TeXUtil | reductions: 0
TeXUtil | divisions : 0
TeXUtil | loaded files: 12
TeXUtil | commands: 1918
TeXUtil | synonyms: flowchart 1
TeXUtil | synonyms: unit 5
TeXUtil | programs: 0
TeXUtil | tuo file saved
TeXExec | runtime: 66.441343

The pdf looks good... An idea ?

Cheers,

Renaud

[-- Attachment #1.2: Type: text/html, Size: 1028 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: TeXUtil fatal error ?!
  2006-05-09 12:37 TeXUtil fatal error ?! Renaud AUBIN
@ 2006-05-09 14:05 ` Hans Hagen
  2006-05-09 14:55   ` Renaud AUBIN
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Hans Hagen @ 2006-05-09 14:05 UTC (permalink / raw)


Renaud AUBIN wrote:
> Hi all,
>
> I have upgraded to the latest release and I'm not sure if this problem 
> is due to this update but I obtain at compilation:
>
> Transcript written on prd_phd.log.
> TeXUtil | parsing file prd_phd.tui
> ------> TeXUtil | fatal error in plugin processor MySynonyms (wrong 
> argument type nil (expected Regexp))
> TeXUtil | shortcuts : 0
> TeXUtil | expansions: 0
> TeXUtil | reductions: 0
> TeXUtil | divisions : 0
> TeXUtil | loaded files: 12
> TeXUtil | commands: 1918
> TeXUtil | synonyms: flowchart 1
> TeXUtil | synonyms: unit 5
> TeXUtil | programs: 0
> TeXUtil | tuo file saved
> TeXExec | runtime: 66.441343
>
> The pdf looks good... An idea ?
can you send me a small test file? 

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.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

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

* Re: TeXUtil fatal error ?!
  2006-05-09 14:05 ` Hans Hagen
@ 2006-05-09 14:55   ` Renaud AUBIN
  2006-05-09 15:06   ` Renaud AUBIN
  2006-05-09 15:33   ` Hans Hagen
  2 siblings, 0 replies; 5+ messages in thread
From: Renaud AUBIN @ 2006-05-09 14:55 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 707 bytes --]

Hi Hans,

Seems hard to provide a "light" test...

I'll try to define the problem more precisely...


>can you send me a small test file? 
>
>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.com
>                                             | www.pragma-pod.nl
>-----------------------------------------------------------------
>
>_______________________________________________
>ntg-context mailing list
>ntg-context@ntg.nl
>http://www.ntg.nl/mailman/listinfo/ntg-context
>
>
>  
>


[-- Attachment #1.2: Type: text/html, Size: 1361 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: TeXUtil fatal error ?!
  2006-05-09 14:05 ` Hans Hagen
  2006-05-09 14:55   ` Renaud AUBIN
@ 2006-05-09 15:06   ` Renaud AUBIN
  2006-05-09 15:33   ` Hans Hagen
  2 siblings, 0 replies; 5+ messages in thread
From: Renaud AUBIN @ 2006-05-09 15:06 UTC (permalink / raw)



The error is probably due to a bad use of FLOWchart...
The test:

\setupoutput[pdftex]
\usemodule[chart]

\starttext

\setupFLOWcharts
  [nx=4,
    ny=3,
    dx=2\bodyfontsize,
    dy=2\bodyfontsize,
    width=12\bodyfontsize,
    height=7\bodyfontsize,
    maxwidth=\textwidth]

\startFLOWchart[myfirstflowchart]
  \startFLOWcell
    \name{etape11}
    \location{2,1}
    \shape{procedure}
    \text{text}
    \connection[bt]{etape2}
  \stopFLOWcell
  \startFLOWcell
    \name{etape2}
    \location{2,2}
    \shape{action}
    \text{action}
  \stopFLOWcell
\stopFLOWchart

\FLOWchart[myfirstflowchart]

\stoptext

Hans Hagen a écrit :

>can you send me a small test file? 
>
>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.com
>                                             | www.pragma-pod.nl
>-----------------------------------------------------------------
>
>_______________________________________________
>ntg-context mailing list
>ntg-context@ntg.nl
>http://www.ntg.nl/mailman/listinfo/ntg-context
>
>
>  
>

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

* Re: TeXUtil fatal error ?!
  2006-05-09 14:05 ` Hans Hagen
  2006-05-09 14:55   ` Renaud AUBIN
  2006-05-09 15:06   ` Renaud AUBIN
@ 2006-05-09 15:33   ` Hans Hagen
  2 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2006-05-09 15:33 UTC (permalink / raw)


ok, i found the problem, will be fixed

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.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

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

end of thread, other threads:[~2006-05-09 15:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-09 12:37 TeXUtil fatal error ?! Renaud AUBIN
2006-05-09 14:05 ` Hans Hagen
2006-05-09 14:55   ` Renaud AUBIN
2006-05-09 15:06   ` Renaud AUBIN
2006-05-09 15:33   ` Hans Hagen

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