Re: [NTG-context] \typefile problem

2006-03-25 Thread Hans Hagen
Thomas A. Schmitz wrote:
 Yes, same here, the file is missing, so generating the formats runs  
 into trouble:

 loading : MetaPost Graphics / Stand Alone Graphics
 ) (/usr/local/teTeX/share/texmf.local/tex/context/base/core-pos.tex
 loading : Context Positioning Support
 )
 ! I can't find file `core-bar.tex'.
 l.299 \input core-bar.tex
   
oeps, i'll correct this 

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


[NTG-context] \typefile problem

2006-03-24 Thread Tobias Burnus
Hello,

I have: ConTeXt  ver: 2006.03.23 09:57  fmt: 2006.3.23  int: english 
mes: english

and get this cryptic error message. I'm positiv that it used to work
with an older version.

Any ideas?

---
(./texexec.tuo) (/system/home/tob/texmf/tex/context/base/pdfr-ec.tex)
! Missing number, treated as zero.
to be read again
   f
\currenttyping -f
  ile
\checkverbatimfileline ...enumber \currenttyping
  \c!start \else \ifnum
\ver...

\presetnormalverbatimline ...\doflushverbatimline
  \global \chardef
\verbatim...

\readline ...line \else \presetnormalverbatimline
  \fi \fi \fi \fi
\handlever...

\processfileverbatim ...expandafter \readline \fi
  \closein
\verbatiminput \e...
...
l.39 \typefile{/dev/shm/tmp_0.9.xtls}
-

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


Re: [NTG-context] \typefile problem

2006-03-24 Thread Peter Rolf
Hi Tobias,

Tobias Burnus wrote:
 Hello,
 
 I have: ConTeXt  ver: 2006.03.23 09:57  fmt: 2006.3.23  int: english 
 mes: english
 
 and get this cryptic error message. I'm positiv that it used to work
 with an older version.
 
 Any ideas?
 
core-ver.tex:

\def\dodotypefile[#1][#2]#3%
  {\bgroup
   \let\currenttypingclass\??tp
   \edef\currenttyping{#1}%
   \typingparameter\c!before
   \doiflocfileelse{#3}
 \donetrue % sets \readfilename
 {\doifinputfileelse{#3}
{\donetrue\let\readfilename\filepath}
\donefalse}%
   \ifdone
 \startpacked % includes \bgroup
  \dosetuptypelinenumbering{#2}%
  \doifinset{\\currenttyping\c!option}{\v!commands,\v!slanted,\v!normal}
   ^^

looks like a typo. Hope that helps,

Peter


 ---
 (./texexec.tuo) (/system/home/tob/texmf/tex/context/base/pdfr-ec.tex)
 ! Missing number, treated as zero.
 to be read again
f
 \currenttyping -f
   ile
 \checkverbatimfileline ...enumber \currenttyping
   \c!start \else \ifnum
 \ver...
 
 \presetnormalverbatimline ...\doflushverbatimline
   \global \chardef
 \verbatim...
 
 \readline ...line \else \presetnormalverbatimline
   \fi \fi \fi \fi
 \handlever...
 
 \processfileverbatim ...expandafter \readline \fi
   \closein
 \verbatiminput \e...
 ...
 l.39 \typefile{/dev/shm/tmp_0.9.xtls}
 -
 
 Tobias
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context
 
 

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


Re: [NTG-context] \typefile problem

2006-03-24 Thread Peter Rolf
Peter Rolf wrote:

   \doifinset{\\currenttyping\c!option}{\v!commands,\v!slanted,\v!normal}
^^
looks like a bad placed marker :)

The problem is the double backslash (should be

..{\currenttyping\c!option}..

Peter

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


Re: [NTG-context] \typefile problem

2006-03-24 Thread Hans Hagen
Peter Rolf wrote:
 Peter Rolf wrote:

   
   \doifinset{\\currenttyping\c!option}{\v!commands,\v!slanted,\v!normal}
^^
 
 looks like a bad placed marker :)

 The problem is the double backslash (should be

 ..{\currenttyping\c!option}..
   
it's worse, more is wrong 

i'm uploading a fixed version; for the source readers: 

- page-str.tex
- page-plg.tex
- core-bar.tex 
- m-streams.tex 

are added; streams are rather experimental but promissing 

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


Re: [NTG-context] \typefile problem

2006-03-24 Thread nico
On Fri, 24 Mar 2006 22:50:09 +0100, Hans Hagen [EMAIL PROTECTED] wrote:

 it's worse, more is wrong

 i'm uploading a fixed version; for the source readers:

 - page-str.tex
 - page-plg.tex
 - core-bar.tex
 - m-streams.tex

 are added; streams are rather experimental but promissing

Strange, I don't find core-bar.tex in 2006.03.24 22:36 cont-tmf.zip.

Regards,
BG
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \typefile problem

2006-03-24 Thread Thomas A. Schmitz
Yes, same here, the file is missing, so generating the formats runs  
into trouble:

loading : MetaPost Graphics / Stand Alone Graphics
) (/usr/local/teTeX/share/texmf.local/tex/context/base/core-pos.tex
loading : Context Positioning Support
)
! I can't find file `core-bar.tex'.
l.299 \input core-bar.tex

Best

Thomas

On Mar 24, 2006, at 11:30 PM, nico wrote:

 On Fri, 24 Mar 2006 22:50:09 +0100, Hans Hagen [EMAIL PROTECTED] wrote:

 it's worse, more is wrong

 i'm uploading a fixed version; for the source readers:

 - page-str.tex
 - page-plg.tex
 - core-bar.tex
 - m-streams.tex

 are added; streams are rather experimental but promissing

 Strange, I don't find core-bar.tex in 2006.03.24 22:36 cont-tmf.zip.

 Regards,
 BG
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context

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