Re: [NTG-context] compiling pdftex docs

2005-11-09 Thread Hans Hagen

Taco Hoekwater wrote:


Tobias Wolf wrote:


There are loads of errors remaining (in the version from tug.org) like
the following, which is also present in the atpragma mode:


! Missing number, treated as zero.

   }
\tabulatecontent ...NR \HL \NC \type {\pdfoutput }
   \NC integer \NC 0 
\NC \DV...




Those are the same errors I got. I just assumed they were
a side-effect of the cvs version.


in cont-new.tex say:

\let\protectedfirsttype\string % \relax by default

this problem was introduced when some problems with color were posted;

i need to look into it; the tricky thing is that verbatim (always) 
behaves different in direct and in 'passed as argument' mode, which is 
the nature of tex; unfortunately there is no easy way around e.g. using 
scantokens, because reprocessing may introduce spaces,


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


Re: [NTG-context] compiling pdftex docs => BUG

2005-11-05 Thread Taco Hoekwater


This is a bug in ConTeXt 10.27, but maybe earlier ones
as well. Minimal file

  \starttext
  \starttabulate[|l|]
  \NC \type{\pdfoutput}  \NC\NR
  \stoptabulate
  \stoptext

Something to do with \protectedfirsttype, it seems

Taco

Taco Hoekwater wrote:

Tobias Wolf wrote:


There are loads of errors remaining (in the version from tug.org) like
the following, which is also present in the atpragma mode:


! Missing number, treated as zero.

   }
\tabulatecontent ...NR \HL \NC \type {\pdfoutput }
   \NC integer \NC 0 
\NC \DV...



Those are the same errors I got. I just assumed they were
a side-effect of the cvs version.

Taco
___
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] compiling pdftex docs

2005-11-04 Thread Taco Hoekwater

Tobias Wolf wrote:

There are loads of errors remaining (in the version from tug.org) like
the following, which is also present in the atpragma mode:


! Missing number, treated as zero.

   }
\tabulatecontent ...NR \HL \NC \type {\pdfoutput }
   \NC integer \NC 0 \NC \DV...



Those are the same errors I got. I just assumed they were
a side-effect of the cvs version.

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


Re: [NTG-context] compiling pdftex docs (was: cont 2005.10.27 & t5-lmtt10 font problem)

2005-11-04 Thread Tobias Wolf
On 11/4/05, Taco Hoekwater <[EMAIL PROTECTED]> wrote:
> Tobias Wolf wrote:
> > But on the other hand, Hans, why can't I compile the PDFTex docs
> > because I don't have this (
> > http://www.ntg.nl/pipermail/ntg-context/2004/006705.html )
>
> What version of the pdftex manual? The latest one in
> the CVS has this around line 350:

I think I was past that by now. (through the Psnfss page on the Wiki,
which doesn't mention that warning)

> It still doesn't compile quite right with my pdfetex,
> but that isprobably because it is the CVS version. ;-)

There are loads of errors remaining (in the version from tug.org) like
the following, which is also present in the atpragma mode:


! Missing number, treated as zero.

   }
\tabulatecontent ...NR \HL \NC \type {\pdfoutput }
   \NC integer \NC 0 \NC \DV...

\fulltabulatecontent ...dcontent \tabulatecontent
  \tabulatetailcontent \remo...

\processtabulate ...sa \crcr \fulltabulatecontent
  \crcr }}\ifnum \nofautotab...
l.27 \stoptabulate

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


Re: [NTG-context] compiling pdftex docs (was: cont 2005.10.27 & t5-lmtt10 font problem)

2005-11-04 Thread Taco Hoekwater

Tobias Wolf wrote:

But on the other hand, Hans, why can't I compile the PDFTex docs
because I don't have this (
http://www.ntg.nl/pipermail/ntg-context/2004/006705.html )


What version of the pdftex manual? The latest one in
the CVS has this around line 350:

  % We use adobe metrics instead of urw metrics because tetex only
  % ships the former. Beware, these metrics differ!

  \loadmapfile[context-base.map]
  \usetypescript [adobekb] [\defaultencoding]
  \usetypescript [palatino][\defaultencoding]

and that additional \loadmapfile line may solve your problem.
At least, that part works for menow. I had a 'ec-raw-palatino.map
is missing' error message with a previous version of the manual.

It still doesn't compile quite right with my pdfetex, but that is
probably because it is the CVS version. ;-)

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