Re: [NTG-context] m-barcodes error

2010-07-09 Thread Michael Green

On Jul 7, 2010, at 12:31 PM, Wolfgang Schuster wrote:


Am 07.07.10 20:34, schrieb Hans Hagen:

On 7-7-2010 7:35, Wolfgang Schuster wrote:

Am 07.07.10 19:18, schrieb Michael Green:

I can’t get the example in the m-barcodes module to work. I have no
urgent need to print barcodes; I was just curious. I'm writing  
in case

I found an easily corrected bug.

The release notes from 2010.05.08 call this module mkiv only. But
according to the log, the file m-pstricks.mkii is used. And that  
seems

to be the proximate cause of the error.


The barcode module use pstricks and this requires the pstricks  
module
which works only with mkii because the tex file is first  
converted to

postscript and afterwards to pdf. pstricks a separate package (from
Hebrbert Voß) and not included in the minimals.


it should work with mkiv as well but differently


but there is no pstricks pache in the minimals, maybe i make one  
with the required files but not today


Wolfgang




OK. I thought I had installed the relevant files by hand. But it  
appears to be more complex than I realized. Thanks for explaining it  
to me.


Michael
___
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] m-barcodes error

2010-07-07 Thread Michael Green
I can’t get the example in the m-barcodes module to work. I have no urgent
need to print barcodes; I was just curious. I'm writing in case I found an
easily corrected bug.

The release notes from 2010.05.08 call this module mkiv only. But according
to the log, the file m-pstricks.mkii is used. And that seems to be the
proximate cause of the error.

mjg

-

ConTeXt  ver: 2010.06.23 12:45 MKIV  fmt: 2010.7.6  int: english/english

-

command: context barcode-test.tex

-

file: barcode-test.tex

\usemodule[barcodes]

\starttext

% this is copied straight from m-barcodes.mkiv

\startPSTRICKS
\pspicture(-4mm,-1mm)(38mm,26mm)
 \psbarcode{9781860742712}{includetext guardwhitespace}{ean13}%
 \endpspicture
\stopPSTRICKS

\stoptext

-

log before the error:

systems : begin file barcode-test-pstricks-0001 at line 1
system  : module pstric loaded

(/context/tex/texmf-context/tex/context/base/m-pstricks.tex
(/context/tex/texmf-context/tex/context/base/m-pstricks.mkii
! I can't find file `multido'.
argument \input multido
  \relax \input pstricks \relax \input pst-plot
\rel...

\firstoftwoarguments #1#2-#1

l.47 ...s}{using indirect method; enable write18}}
___
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] m-barcodes error

2010-07-07 Thread Hans Hagen

On 7-7-2010 7:35, Wolfgang Schuster wrote:

Am 07.07.10 19:18, schrieb Michael Green:

I can’t get the example in the m-barcodes module to work. I have no
urgent need to print barcodes; I was just curious. I'm writing in case
I found an easily corrected bug.

The release notes from 2010.05.08 call this module mkiv only. But
according to the log, the file m-pstricks.mkii is used. And that seems
to be the proximate cause of the error.


The barcode module use pstricks and this requires the pstricks module
which works only with mkii because the tex file is first converted to
postscript and afterwards to pdf. pstricks a separate package (from
Hebrbert Voß) and not included in the minimals.


it should work with mkiv as well but differently

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] m-barcodes error

2010-07-07 Thread Wolfgang Schuster

Am 07.07.10 20:34, schrieb Hans Hagen:

On 7-7-2010 7:35, Wolfgang Schuster wrote:

Am 07.07.10 19:18, schrieb Michael Green:

I can’t get the example in the m-barcodes module to work. I have no
urgent need to print barcodes; I was just curious. I'm writing in case
I found an easily corrected bug.

The release notes from 2010.05.08 call this module mkiv only. But
according to the log, the file m-pstricks.mkii is used. And that seems
to be the proximate cause of the error.


The barcode module use pstricks and this requires the pstricks module
which works only with mkii because the tex file is first converted to
postscript and afterwards to pdf. pstricks a separate package (from
Hebrbert Voß) and not included in the minimals.


it should work with mkiv as well but differently


but there is no pstricks pache in the minimals, maybe i make one with 
the required files but not today


Wolfgang


___
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
___