Re: [NTG-context] Trouble with new update

2006-05-11 Thread Hans Hagen
Aditya Mahajan wrote:
 I just now did a fresh install of 2006.05.11 10:30 (i.e. removed my 
 old installation, downloaded mswincontext, did ctxtools --update) and 
 now I get error messages

 systems : begin file test at line 1
 fonts   : resetting map file list
 fonts   : using map file: original-base
 fonts   : using map file: ec-public-lm
 fonts   : using map file: ec-base
 fonts   : using map file: original-ams-base
 fonts   : using map file: original-ams-euler
 fonts   : using map file: original-public-lm
 (e:\isoimage\usr\local\context\tex\texmf-local/tex/context/base/pdfr-ec.tex)
 [1.1
 Warning: pdfetex.exe (file original-empty.map): cannot open font map 
 file

 Warning: pdfetex.exe (file original-base.map): cannot open font map 
 file

 Warning: pdfetex.exe (file ec-public-lm.map): cannot open font map 
 file

 Warning: pdfetex.exe (file ec-base.map): cannot open font map file

 Warning: pdfetex.exe (file original-ams-base.map): cannot open font 
 map file

 Warning: pdfetex.exe (file original-ams-euler.map): cannot open font 
 map file

 Warning: pdfetex.exe (file original-public-lm.map): cannot open font 
 map file
 ]
 systems : end file test at line 5
   )

 The files are present in the system, have permission 755, I do not 
 know what is going wrong. I have tried, but of no avail.
   
can you check your map file path? because we need to support dvipdfmx there can 
be a mix up 

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] Trouble with new update

2006-05-11 Thread Aditya Mahajan
On Thu, 11 May 2006, Hans Hagen wrote:

 Aditya Mahajan wrote:
 I just now did a fresh install of 2006.05.11 10:30 (i.e. removed my
 old installation, downloaded mswincontext, did ctxtools --update) and
 now I get error messages

 systems : begin file test at line 1
 fonts   : resetting map file list
 fonts   : using map file: original-base
 fonts   : using map file: ec-public-lm
 fonts   : using map file: ec-base
 fonts   : using map file: original-ams-base
 fonts   : using map file: original-ams-euler
 fonts   : using map file: original-public-lm
 (e:\isoimage\usr\local\context\tex\texmf-local/tex/context/base/pdfr-ec.tex)
 [1.1
 Warning: pdfetex.exe (file original-empty.map): cannot open font map
 file

 Warning: pdfetex.exe (file original-base.map): cannot open font map
 file

 Warning: pdfetex.exe (file ec-public-lm.map): cannot open font map
 file

 Warning: pdfetex.exe (file ec-base.map): cannot open font map file

 Warning: pdfetex.exe (file original-ams-base.map): cannot open font
 map file

 Warning: pdfetex.exe (file original-ams-euler.map): cannot open font
 map file

 Warning: pdfetex.exe (file original-public-lm.map): cannot open font
 map file
 ]
 systems : end file test at line 5
   )

 The files are present in the system, have permission 755, I do not
 know what is going wrong. I have tried, but of no avail.

 can you check your map file path? because we need to support dvipdfmx there 
 can be a mix up

fonts/map/dvipdfm/lm
fonts/map/dvips/lm
fonts/map/pdfetex/lm

are empty!

The map files that are present


./fonts/map/dvipdfm/context:
8r-base.map
ec-base.map
ec-os-public-lm.map
ec-public-lm.map
el-public-lm.map
original-adobe-euro.map
original-ams-base.map
original-ams-cmr.map
original-ams-euler.map
original-base.map
original-context-symbol.map
original-dummy.map
original-empty.map
original-micropress-informal.map
original-public-csr.map
original-public-lm.map
original-public-plr.map
original-public-vnr.map
original-vogel-symbol.map
original-wasy.map
original-youngryu-px.map
original-youngryu-tx.map
qx-base.map
qx-os-public-lm.map
qx-public-lm.map
t5-base.map
t5-os-public-lm.map
t5-public-lm.map
texnansi-base.map
texnansi-os-public-lm.map
texnansi-public-lm.map


./fonts/map/dvips/context:
ec-lm.map
el-lm.map
qx-lm.map
t5-lm.map
texnansi-lm.map
ts1-lm.map

./fonts/map/pdftex/context:
8r-base.map
ec-base.map
ec-os-public-lm.map
ec-public-lm.map
el-public-lm.map
original-adobe-euro.map
original-ams-base.map
original-ams-cmr.map
original-ams-euler.map
original-base.map
original-context-symbol.map
original-dummy.map
original-empty.map
original-micropress-informal.map
original-public-csr.map
original-public-lm.map
original-public-plr.map
original-public-vnr.map
original-vogel-symbol.map
original-wasy.map
original-youngryu-px.map
original-youngryu-tx.map
qx-base.map
qx-os-public-lm.map
qx-public-lm.map
t5-base.map
t5-os-public-lm.map
t5-public-lm.map
texnansi-base.map
texnansi-os-public-lm.map



-- 
Aditya Mahajan, EECS Systems, University of Michigan
http://www.eecs.umich.edu/~adityam || Ph: 7342624008
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Trouble with new update

2006-05-11 Thread Thomas A. Schmitz
Are you just getting these messages and compilation proceeds  
normally? If that's the case, this is just the normal behavior of  
texexec (I think Taco once wrote that it was a bit paranoid about  
such files) and you should learn to ignore them... I get dozens of  
them at every run.

HTH

Thomas

On May 11, 2006, at 8:50 PM, Aditya Mahajan wrote:

 I just now did a fresh install of 2006.05.11 10:30 (i.e. removed my
 old installation, downloaded mswincontext, did ctxtools --update) and
 now I get error messages


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


Re: [NTG-context] Trouble with new update

2006-05-11 Thread Aditya Mahajan
On Thu, 11 May 2006, Thomas A. Schmitz wrote:

 Are you just getting these messages and compilation proceeds
 normally? If that's the case, this is just the normal behavior of
 texexec (I think Taco once wrote that it was a bit paranoid about
 such files) and you should learn to ignore them... I get dozens of
 them at every run.


The fonts are not embedded in the pdf. When I open the pdf, I get a 
message Could not find fonts in the resource library -- Using 
Helevetica instead.

Aditya




 On May 11, 2006, at 8:50 PM, Aditya Mahajan wrote:

 I just now did a fresh install of 2006.05.11 10:30 (i.e. removed my
 old installation, downloaded mswincontext, did ctxtools --update) and
 now I get error messages


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




-- 
Aditya Mahajan, EECS Systems, University of Michigan
http://www.eecs.umich.edu/~adityam || Ph: 7342624008
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Trouble with new update

2006-05-11 Thread Hans Hagen
Aditya Mahajan wrote:
 On Thu, 11 May 2006, Hans Hagen wrote:

   
 Aditya Mahajan wrote:
 
 I just now did a fresh install of 2006.05.11 10:30 (i.e. removed my
 old installation, downloaded mswincontext, did ctxtools --update) and
 now I get error messages

 systems : begin file test at line 1
 fonts   : resetting map file list
 fonts   : using map file: original-base
 fonts   : using map file: ec-public-lm
 fonts   : using map file: ec-base
 fonts   : using map file: original-ams-base
 fonts   : using map file: original-ams-euler
 fonts   : using map file: original-public-lm
 (e:\isoimage\usr\local\context\tex\texmf-local/tex/context/base/pdfr-ec.tex)
 [1.1
 Warning: pdfetex.exe (file original-empty.map): cannot open font map
 file

 Warning: pdfetex.exe (file original-base.map): cannot open font map
 file

 Warning: pdfetex.exe (file ec-public-lm.map): cannot open font map
 file

 Warning: pdfetex.exe (file ec-base.map): cannot open font map file

 Warning: pdfetex.exe (file original-ams-base.map): cannot open font
 map file

 Warning: pdfetex.exe (file original-ams-euler.map): cannot open font
 map file

 Warning: pdfetex.exe (file original-public-lm.map): cannot open font
 map file
 ]
 systems : end file test at line 5
   )

 The files are present in the system, have permission 755, I do not
 know what is going wrong. I have tried, but of no avail.

   
 can you check your map file path? because we need to support dvipdfmx there 
 can be a mix up
 

 fonts/map/dvipdfm/lm
 fonts/map/dvips/lm
 fonts/map/pdfetex/lm
   

TEXFONTMAPS   = 
.;$TEXMF/fonts/map/{$progname,pdftex,dvips,}//;$TEXMF/{$progname,pdftex,dvips}/{config,}//

should be in texmf.cnf

-
  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] Trouble with new update

2006-05-11 Thread Aditya Mahajan
On Thu, 11 May 2006, Hans Hagen wrote:

 Aditya Mahajan wrote:
 On Thu, 11 May 2006, Hans Hagen wrote:


 Aditya Mahajan wrote:

 I just now did a fresh install of 2006.05.11 10:30 (i.e. removed my
 old installation, downloaded mswincontext, did ctxtools --update) and
 now I get error messages

 systems : begin file test at line 1
 fonts   : resetting map file list
 fonts   : using map file: original-base
 fonts   : using map file: ec-public-lm
 fonts   : using map file: ec-base
 fonts   : using map file: original-ams-base
 fonts   : using map file: original-ams-euler
 fonts   : using map file: original-public-lm
 (e:\isoimage\usr\local\context\tex\texmf-local/tex/context/base/pdfr-ec.tex)
 [1.1
 Warning: pdfetex.exe (file original-empty.map): cannot open font map
 file
 can you check your map file path? because we need to support dvipdfmx there 
 can be a mix up
 fonts/map/dvipdfm/lm
 fonts/map/dvips/lm
 fonts/map/pdfetex/lm


 TEXFONTMAPS   =
 .;$TEXMF/fonts/map/{$progname,pdftex,dvips,}//;$TEXMF/{$progname,pdftex,dvips}/{config,}//

 should be in texmf.cnf

It wasn't. I had
  TEXFONTMAPS = .;$TEXMF/fonts/map/{$progname,pdftex,dvips,}//

I added .../{config,}, but there is no $TEXMF/pdftex or $TEXMF/dvips 
directory in any of the texmf trees! I still get the same error as 
before.

Running in verbose mode, I get

:kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 
600 ec-lmr12
kpathsea: Appending font creation commands to missfont.log.

I do not understand why pk fonts are being used. I am creating a pdf. 
Does one need to download type-1 version of latin modern from ctan to 
use the stand alone context?

Also, mktexpk is not in the path. It does not come with the windows 
binaries for context.

Aditya

-- 
Aditya Mahajan, EECS Systems, University of Michigan
http://www.eecs.umich.edu/~adityam || Ph: 7342624008
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context