ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* m-barcodes error
@ 2010-07-07 17:18 Michael Green
  2010-07-07 17:35 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Green @ 2010-07-07 17:18 UTC (permalink / raw)
  To: ntg-context


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

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

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

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

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

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

* Re: m-barcodes error
  2010-07-07 17:18 m-barcodes error Michael Green
@ 2010-07-07 17:35 ` Wolfgang Schuster
  2010-07-07 18:34   ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2010-07-07 17:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Michael Green

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.

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
___________________________________________________________________________________


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

* Re: m-barcodes error
  2010-07-07 17:35 ` Wolfgang Schuster
@ 2010-07-07 18:34   ` Hans Hagen
  2010-07-07 19:31     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2010-07-07 18:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Michael Green

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
___________________________________________________________________________________


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

* Re: m-barcodes error
  2010-07-07 18:34   ` Hans Hagen
@ 2010-07-07 19:31     ` Wolfgang Schuster
  2010-07-09 15:25       ` Michael Green
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2010-07-07 19:31 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users, Michael Green

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
___________________________________________________________________________________


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

* Re: m-barcodes error
  2010-07-07 19:31     ` Wolfgang Schuster
@ 2010-07-09 15:25       ` Michael Green
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Green @ 2010-07-09 15:25 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

end of thread, other threads:[~2010-07-09 15:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-07 17:18 m-barcodes error Michael Green
2010-07-07 17:35 ` Wolfgang Schuster
2010-07-07 18:34   ` Hans Hagen
2010-07-07 19:31     ` Wolfgang Schuster
2010-07-09 15:25       ` Michael Green

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