[NTG-context] More problems installing OpenType fonts

2005-09-23 Thread Emil Hedevang

Hello

I am trying to follow the instructions in the article OpenType  
installation basics for ConTeXt, but the generated map file does not  
contain anything but commented lines. I have tried searching the web  
for a solution but I did not find any, so I hope you can help me.


My computer is running Mac OS X 10.4, and I have tried doing exactly  
the same thing (installed the same software) on the university's  
computers running RedHat Linux with the same negative result.


Please ask me to provide any information you like.

Thanks,
Emil

Here are all the details.

(1) These are the fonts I want to try to install:

[~/antykwa] ls
AntykwaTorunska-Italic.otf  AntykwaTorunska-Regular.otf


(2) These are the versions of the tools I use:

[~/antykwa] texexec --version

TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005

   texexec : TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
   texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004
   tex : pdfeTeX, 3.141592-1.30.3-2.2 (Web2C 7.5.5)
   context : ver: 2005.08.31
   cont-en : ver: 2005.08.31  fmt: 2005.9.19  mes: english

total run time : 2 seconds

[~/antykwa] otftotfm --version
otftotfm (LCDF typetools) 2.34
Copyright (C) 2002-2005 Eddie Kohler
This is free software; see the source for copying conditions.
There is NO warranty, not even for merchantability or fitness for a
particular purpose.


(3) This is the output I get when I run the suggested command in the  
article:


[~/antykwa] texfont --ma --in --ve=public --co=torunska --lcdf --pre  
--va=liga,kern


TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

mktexlsr: Updating /Users/Emil/local/tetex/share/texmf-local/ls-R...
mktexlsr: Done.
   encoding vector : texnansi
  encoding variant : liga,kern
   vendor name : public
   source path : .
   font collection : torunska
   texmf font root : /users/emil/local/tetex/share/texmf-local
   pdftex map file : texnansi-LIGA-KERN-public-torunska.map
   source path : .
  processing files : all on afm path
locating afm files : using pattern ./*.afm
locating afm files : using otf files
converting : ./AntykwaTorunska-Italic.otf to ./ 
AntykwaTorunska-Italic.pfb
converting : ./AntykwaTorunska-Regular.otf to ./ 
AntykwaTorunska-Regular.pfb

 copying files : afm
 copying files : pfb
   copying : AntykwaTorunska-Italic.pfb
   copying : AntykwaTorunska-Regular.pfb
 copying files : otf
   copying : AntykwaTorunska-Italic.otf
   copying : AntykwaTorunska-Regular.otf
no map file at : /Users/Emil/local/tetex/share/texmf-local/ 
fonts/map/pdftex/context/texnansi-LIGA-KERN-public-torunska.map


   font identifier : AntykwaTorunska-Italic - text - tfm
  processing files : otf - tfm + enc
I had to round some heights by 16.000 units.
I had to round some depths by 2.500 units.
I had to round some heights by 16.000 units.
I had to round some depths by 2.500 units.
updmap: This is updmap, version 1107552857
updmap: using transcript file `/Users/Emil/.texmf-var/web2c/updmap.log'
updmap: initial config file is `/Users/Emil/.texmf-config/web2c/ 
updmap.cfg'
updmap: configuration file updated: `/Users/Emil/.texmf-config/web2c/ 
updmap.cfg'


   font identifier : AntykwaTorunska-Regular - text - tfm
  processing files : otf - tfm + enc
I had to round some heights by 16.000 units.
I had to round some depths by 2.500 units.
I had to round some heights by 16.000 units.
I had to round some depths by 2.500 units.
updmap: This is updmap, version 1107552857
updmap: using transcript file `/Users/Emil/.texmf-var/web2c/updmap.log'
updmap: initial config file is `/Users/Emil/.texmf-config/web2c/ 
updmap.cfg'
updmap: configuration file updated: `/Users/Emil/.texmf-config/web2c/ 
updmap.cfg'

 updating map file : texnansi-LIGA-KERN-public-torunska.map

generating : ls-r databases

mktexlsr: Updating /Users/Emil/local/tetex/share/texmf-local/ls-R...
mktexlsr: Done.


(4) This is the output I get when I texexec the test file:

[~/antykwa] texexec --pdf --mode=compact --once texnansi-LIGA-KERN- 
public-torunska.tex


TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005

fixing engine variable : pdfetex
executable : pdfetex
format : cont-en
 inputfile : texnansi-LIGA-KERN-public-torunska
output : pdftex
 interface : en
   options : once
  current mode : compact

This is pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2C 7.5.5)
\write18 enabled.
(/Users/Emil/local/tetex/share/texmf-local/web2c/natural.tcx)
entering extended mode
(./texnansi-LIGA-KERN-public-torunska.tex

ConTeXt  ver: 2005.08.31  fmt: 2005.9.19  int: english  mes: english

language: language en is active
protectionstate 0
system  : cont-new loaded

Re: [NTG-context] More problems installing OpenType fonts

2005-09-23 Thread Adam Lindsay
Hi Emil.

I wrote that article and am pretty baffled by the problems you have. (I
just did a test run of the same command, running an identical texfont,
identical otftotfm version) The ConTeXt installation looks fine.
There are two discrepancies that I see here, though:
otftotfm is running updmap in the interim. That shouldn't disturb
things, but it might point to you getting the binary from somewhere
other than gwTeX.

your entire TeX tree is in your local directory, which makes me wonder
how you installed the whole machinery.

I also wonder which version of the Antykwa Torunska fonts you are trying
to convert: they have been updated a few times since the article.

adam

Emil Hedevang said this at Thu, 22 Sep 2005 11:20:19 +0200:

Hello

I am trying to follow the instructions in the article OpenType  
installation basics for ConTeXt, but the generated map file does not  
contain anything but commented lines. I have tried searching the web  
for a solution but I did not find any, so I hope you can help me.

My computer is running Mac OS X 10.4, and I have tried doing exactly  
the same thing (installed the same software) on the university's  
computers running RedHat Linux with the same negative result.

Please ask me to provide any information you like.

Thanks,
Emil

Here are all the details.

(1) These are the fonts I want to try to install:

[~/antykwa] ls
AntykwaTorunska-Italic.otf  AntykwaTorunska-Regular.otf


(2) These are the versions of the tools I use:

[~/antykwa] texexec --version

TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005

texexec : TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004
tex : pdfeTeX, 3.141592-1.30.3-2.2 (Web2C 7.5.5)
context : ver: 2005.08.31
cont-en : ver: 2005.08.31  fmt: 2005.9.19  mes: english

 total run time : 2 seconds

[~/antykwa] otftotfm --version
otftotfm (LCDF typetools) 2.34
Copyright (C) 2002-2005 Eddie Kohler
This is free software; see the source for copying conditions.
There is NO warranty, not even for merchantability or fitness for a
particular purpose.


(3) This is the output I get when I run the suggested command in the  
article:

[~/antykwa] texfont --ma --in --ve=public --co=torunska --lcdf --pre  
--va=liga,kern

TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

mktexlsr: Updating /Users/Emil/local/tetex/share/texmf-local/ls-R...
mktexlsr: Done.
encoding vector : texnansi
   encoding variant : liga,kern
vendor name : public
source path : .
font collection : torunska
texmf font root : /users/emil/local/tetex/share/texmf-local
pdftex map file : texnansi-LIGA-KERN-public-torunska.map
source path : .
   processing files : all on afm path
 locating afm files : using pattern ./*.afm
 locating afm files : using otf files
 converting : ./AntykwaTorunska-Italic.otf to ./ 
AntykwaTorunska-Italic.pfb
 converting : ./AntykwaTorunska-Regular.otf to ./ 
AntykwaTorunska-Regular.pfb
  copying files : afm
  copying files : pfb
copying : AntykwaTorunska-Italic.pfb
copying : AntykwaTorunska-Regular.pfb
  copying files : otf
copying : AntykwaTorunska-Italic.otf
copying : AntykwaTorunska-Regular.otf
 no map file at : /Users/Emil/local/tetex/share/texmf-local/ 
fonts/map/pdftex/context/texnansi-LIGA-KERN-public-torunska.map

font identifier : AntykwaTorunska-Italic - text - tfm
   processing files : otf - tfm + enc
I had to round some heights by 16.000 units.
I had to round some depths by 2.500 units.
I had to round some heights by 16.000 units.
I had to round some depths by 2.500 units.
updmap: This is updmap, version 1107552857
updmap: using transcript file `/Users/Emil/.texmf-var/web2c/updmap.log'
updmap: initial config file is `/Users/Emil/.texmf-config/web2c/ 
updmap.cfg'
updmap: configuration file updated: `/Users/Emil/.texmf-config/web2c/ 
updmap.cfg'

font identifier : AntykwaTorunska-Regular - text - tfm
   processing files : otf - tfm + enc
I had to round some heights by 16.000 units.
I had to round some depths by 2.500 units.
I had to round some heights by 16.000 units.
I had to round some depths by 2.500 units.
updmap: This is updmap, version 1107552857
updmap: using transcript file `/Users/Emil/.texmf-var/web2c/updmap.log'
updmap: initial config file is `/Users/Emil/.texmf-config/web2c/ 
updmap.cfg'
updmap: configuration file updated: `/Users/Emil/.texmf-config/web2c/ 
updmap.cfg'
  updating map file : texnansi-LIGA-KERN-public-torunska.map

 generating : ls-r databases

mktexlsr: Updating /Users/Emil/local/tetex/share/texmf-local/ls-R...
mktexlsr: Done.


(4) This is the output I get when I texexec the test file:

[~/antykwa] texexec