ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Iwona font
@ 2005-11-26  3:35 David Arnold
  2005-11-26  5:25 ` David Arnold
  2005-11-27 20:31 ` Hans Hagen
  0 siblings, 2 replies; 18+ messages in thread
From: David Arnold @ 2005-11-26  3:35 UTC (permalink / raw)


All,


Found this link. Helpful reading.

http://www.math.uiuc.edu/~hartke/latex/survey/survey.html

I downloaded:

ftp://tug.ctan.org/pub/tex-archive/fonts/iwona.zip

Unzipped and put only the afm's and the pfb's in ~/tmp/iwona. Ran:

iwona $ sudo texfont --ve=public --co=iwona --ma --in

That seemed to go well and I compiled:

iwona $ texexec --pdf texnansi-public-iwona.tex

That went well. Got a nice pdf. Acrobat Professional reports that I  
have a slew of Iwona fonts in the document. Now, this little test file:

iwona $ cat junk.tex
%output=pdf

\definetypeface[iwona][ss][sans][iwona][default][encoding=texnansi]
\definetypeface[iwona][mm][math][iwona][default][encoding=texnansi]

\setupbodyfont[iwona][texnansi]

\starttext

\input knuth

\stoptext


Stops with:

(/usr/local/teTeX/share/texmf.local/tex/context/base/type-akb.tex) 
kpathsea: Running mktextfm rm-iwonar
/usr/local/teTeX/share/texmf/web2c/mktexnam: Could not map typeface  
abbreviation -i for rm-iwonar.
/usr/local/teTeX/share/texmf/web2c/mktexnam: Need to update /usr/ 
local/teTeX/share/texmf.tetex/fonts/map/fontname/special.map?
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1;  
nonstopmode; input rm-iwonar
This is METAFONT, Version 2.71828 (Web2C 7.5.5)

kpathsea: Running mktexmf rm-iwonar
! I can't find file `rm-iwonar'.
<*> ...jfour; mag:=1; nonstopmode; input rm-iwonar

Please type another input file name
! Emergency stop.
<*> ...jfour; mag:=1; nonstopmode; input rm-iwonar

Transcript written on mfput.log.
grep: rm-iwonar.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode;  
input rm-iwonar' failed to make rm-iwonar.tfm.
kpathsea: Appending font creation commands to missfont.log.

! Font \*iwona7ptmmmr*:=rm-iwonar at 7.0pt not loadable: Metric (TFM)  
file not
found.
<to be read again>
                    \relax
\xxdododefinefont ...tspec {#4}\newfontidentifier
                                                   \let  
\localrelativefontsiz...

\dodosetmathfamilyB ...amily \fontsize \endcsname
                                                   \else \ifcsname  
\fontclass...

\dosetmathfamily ...athfamily \scriptscriptfont #1
                                                   \let \fontbody #3 
\dodosetm...
<inserted text> ...ptscriptface \c!mr \mrfallback
                                                   \dosetmathfamily  
\mifam \t...

\synchronizemath ...athfonts \the \mathstrategies
                                                   \fi
...
l.6 \setupbodyfont[iwona]
                          [texnansi]
?

I wish I could get a better handle on what is going on. I feel like I  
am spinning my wheels. There's gotta be a typescript file for this  
iwona somewhere in the distribution. Can someone tell me where it is?

David

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

* Re: Iwona font
  2005-11-26  3:35 Iwona font David Arnold
@ 2005-11-26  5:25 ` David Arnold
  2005-11-26  9:05   ` VnPenguin
  2005-11-27 20:37   ` Hans Hagen
  2005-11-27 20:31 ` Hans Hagen
  1 sibling, 2 replies; 18+ messages in thread
From: David Arnold @ 2005-11-26  5:25 UTC (permalink / raw)


My best guess is the zip file didn't contain all the iwona fonts  
needed. Am I correct?

On Nov 25, 2005, at 7:35 PM, David Arnold wrote:

> All,
>
>
> Found this link. Helpful reading.
>
> http://www.math.uiuc.edu/~hartke/latex/survey/survey.html
>
> I downloaded:
>
> ftp://tug.ctan.org/pub/tex-archive/fonts/iwona.zip
>
> Unzipped and put only the afm's and the pfb's in ~/tmp/iwona. Ran:
>
> iwona $ sudo texfont --ve=public --co=iwona --ma --in
>
> That seemed to go well and I compiled:
>
> iwona $ texexec --pdf texnansi-public-iwona.tex
>
> That went well. Got a nice pdf. Acrobat Professional reports that I  
> have a slew of Iwona fonts in the document. Now, this little test  
> file:
>
> iwona $ cat junk.tex
> %output=pdf
>
> \definetypeface[iwona][ss][sans][iwona][default][encoding=texnansi]
> \definetypeface[iwona][mm][math][iwona][default][encoding=texnansi]
>
> \setupbodyfont[iwona][texnansi]
>
> \starttext
>
> \input knuth
>
> \stoptext
>
>
> Stops with:
>
> (/usr/local/teTeX/share/texmf.local/tex/context/base/type-akb.tex) 
> kpathsea: Running mktextfm rm-iwonar
> /usr/local/teTeX/share/texmf/web2c/mktexnam: Could not map typeface  
> abbreviation -i for rm-iwonar.
> /usr/local/teTeX/share/texmf/web2c/mktexnam: Need to update /usr/ 
> local/teTeX/share/texmf.tetex/fonts/map/fontname/special.map?
> mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1;  
> nonstopmode; input rm-iwonar
> This is METAFONT, Version 2.71828 (Web2C 7.5.5)
>
> kpathsea: Running mktexmf rm-iwonar
> ! I can't find file `rm-iwonar'.
> <*> ...jfour; mag:=1; nonstopmode; input rm-iwonar
>
> Please type another input file name
> ! Emergency stop.
> <*> ...jfour; mag:=1; nonstopmode; input rm-iwonar
>
> Transcript written on mfput.log.
> grep: rm-iwonar.log: No such file or directory
> mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1;  
> nonstopmode; input rm-iwonar' failed to make rm-iwonar.tfm.
> kpathsea: Appending font creation commands to missfont.log.
>
> ! Font \*iwona7ptmmmr*:=rm-iwonar at 7.0pt not loadable: Metric  
> (TFM) file not
> found.
> <to be read again>
>                    \relax
> \xxdododefinefont ...tspec {#4}\newfontidentifier
>                                                   \let  
> \localrelativefontsiz...
>
> \dodosetmathfamilyB ...amily \fontsize \endcsname
>                                                   \else \ifcsname  
> \fontclass...
>
> \dosetmathfamily ...athfamily \scriptscriptfont #1
>                                                   \let \fontbody #3 
> \dodosetm...
> <inserted text> ...ptscriptface \c!mr \mrfallback
>                                                   \dosetmathfamily  
> \mifam \t...
>
> \synchronizemath ...athfonts \the \mathstrategies
>                                                   \fi
> ...
> l.6 \setupbodyfont[iwona]
>                          [texnansi]
> ?
>
> I wish I could get a better handle on what is going on. I feel like  
> I am spinning my wheels. There's gotta be a typescript file for  
> this iwona somewhere in the distribution. Can someone tell me where  
> it is?
>
> David
>
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>
>

David

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

* Re: Iwona font
  2005-11-26  5:25 ` David Arnold
@ 2005-11-26  9:05   ` VnPenguin
  2005-11-27 20:37   ` Hans Hagen
  1 sibling, 0 replies; 18+ messages in thread
From: VnPenguin @ 2005-11-26  9:05 UTC (permalink / raw)


On 11/26/05, David Arnold <darnold@northcoast.com> wrote:
> My best guess is the zip file didn't contain all the iwona fonts
> needed. Am I correct?
>

Just got Iwona fonts from: http://www.tug.org/tex-archive/fonts/iwona/

It works perfectly with vietnamese (T5) :)

--
http://vnoss.org
Vietnamese Open Source Software Community

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

* Re: Iwona font
  2005-11-26  3:35 Iwona font David Arnold
  2005-11-26  5:25 ` David Arnold
@ 2005-11-27 20:31 ` Hans Hagen
       [not found]   ` <FAE9B483-F880-4C57-B4E1-874E3FC5B658@redwoods.edu>
  1 sibling, 1 reply; 18+ messages in thread
From: Hans Hagen @ 2005-11-27 20:31 UTC (permalink / raw)


David Arnold wrote:

> All,
>
>
> Found this link. Helpful reading.
>
> http://www.math.uiuc.edu/~hartke/latex/survey/survey.html
>
> I downloaded:
>
> ftp://tug.ctan.org/pub/tex-archive/fonts/iwona.zip
>
> Unzipped and put only the afm's and the pfb's in ~/tmp/iwona. Ran:
>
> iwona $ sudo texfont --ve=public --co=iwona --ma --in

no need for texfont! iwona comes with texnansi, ec, t5 etc metrics (non 
virtual !)
just remove all iwona instances you created, unpack teh zip at ctan, and 
you can use it out of the box with context

Hans

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

* Re: Iwona font
  2005-11-26  5:25 ` David Arnold
  2005-11-26  9:05   ` VnPenguin
@ 2005-11-27 20:37   ` Hans Hagen
  1 sibling, 0 replies; 18+ messages in thread
From: Hans Hagen @ 2005-11-27 20:37 UTC (permalink / raw)


David Arnold wrote:

> My best guess is the zip file didn't contain all the iwona fonts  
> needed. Am I correct?

i dunno, i always get the zips from Janusz web site

  http://www.janusz.nowacki.strefa.pl/kurier.html

Hans

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

* Re: Iwona font
       [not found]     ` <438A304E.5000705@wxs.nl>
@ 2005-11-28  1:24       ` David Arnold
  2005-11-28 10:38         ` Hans Hagen
  0 siblings, 1 reply; 18+ messages in thread
From: David Arnold @ 2005-11-28  1:24 UTC (permalink / raw)
  Cc: mailing ConTeXt users list for

[-- Attachment #1: Type: text/plain, Size: 905 bytes --]

Hans, Gerben,

No luck. Got the fonts at:

http://www.janusz.nowacki.strefa.pl/kurier.html

Installed to proper directories. But the sample source below did not  
work?

Couple of things?

1. Do I have to also do an updmap or enable or some such thing?

2. I note that on my office system, /usr/local/teTeX is owned by  
root:wheel. But done in my fonts directory, some files are owned by  
darnolddarn:admind and some by root:admin. Could this be a problem?

This file:

\definetypeface[david][rm][sans][iwona][default][encoding=texnansi]
\definetypeface[david][mm][math][iwona][default]

\setupbodyfont[david,ss,10pt]

\starttext
This should work.
\stoptext

Produces junk1.log:

This file:

\definetypeface[david][rm][sans][iwona][default][encoding=texnansi]
%\definetypeface[david][mm][math][iwona][default]

\setupbodyfont[david,ss,10pt]

\starttext
This should work.
\stoptext

Produces junk2.log.


[-- Attachment #2: junk2.log --]
[-- Type: application/octet-stream, Size: 5967 bytes --]

This is pdfeTeX, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5) (format=cont-en 2005.11.27)  27 NOV 2005 17:23
entering extended mode
 (/usr/local/teTeX/share/texmf.local/web2c/natural.tcx)
**&cont-en junk.tex
(./junk.tex

ConTeXt  ver: 2005.11.24  fmt: 2005.11.27  int: english  mes: english

language        : language en is active
<protectionstate 0>
system          : cont-new loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-new.tex
systems         : beware: some patches loaded from cont-new.tex
color           : palette rollover is available
)
system          : cont-old loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-old.tex
loading         : Context Old Macros
)
system          : cont-fil loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-fil.tex
loading         : Context File Synonyms
)
system          : cont-sys.rme loaded
(/usr/local/teTeX/share/texmf.local/tex/context/user/cont-sys.rme
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-exa.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-syn.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-enc.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-dis.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-siz.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-map.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-spe.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-akb.tex))
bodyfont        : 12pt rm is loaded
language        : patterns en->ec:ec->1->2:2 uk->ec:ec->2->2:2 de->texnansi:tex
nansi->3->2:2 de->ec:ec->4->2:2 fr->texnansi:texnansi->5->2:2 fr->ec:ec->6->2:2
 es->ec:ec->7->2:2 pt->texnansi:texnansi->8->2:2 pt->ec:ec->9->2:2 it->texnansi
:texnansi->10->2:2 it->ec:ec->11->2:2 nl->texnansi:texnansi->12->2:2 nl->ec:ec-
>13->2:2 cz->il2:il2->14->2:2 cz->ec:ec->15->2:2 sk->il2:il2->16->2:2 sk->ec:ec
->17->2:2 pl->pl0:pl0->18->2:2 pl->ec:ec->19->2:2 pl->qx:qx->20->2:2 loaded
specials        : tex,postscript,rokicki loaded
\openout2 = `junk.tui'.

system          : junk.top loaded
(./junk.top
specials        : loading definition file tpd
(/usr/local/teTeX/share/texmf.local/tex/context/base/spec-tpd.tex
specials        : loading definition file fdf
(/usr/local/teTeX/share/texmf.local/tex/context/base/spec-fdf.tex)
specials        : fdf loaded
)
specials        : fdf,tpd loaded
)
\openout0 = `junk-mpgraph.mp'.

\openout0 = `mpgraph.mp'.

 (/usr/local/teTeX/share/texmf.local/tex/context/base/type-exa.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-syn.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-enc.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-dis.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-siz.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-map.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-spe.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-akb.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-exa.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-syn.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-enc.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-dis.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-siz.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-map.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-spe.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-akb.tex) (./junk.tuo)
(./junk.tuo) (./junk.tuo) (./junk.tuo) (./junk.tuo) (./junk.tuo) (./junk.tuo)
(./junk.tuo) (./junk.tuo) (./junk.tuo) (./junk.tuo) (./junk.tuo) (./junk.tuo)
systems         : begin file junk at line 7
(/usr/local/teTeX/share/texmf.local/tex/context/base/pdfr-ec.tex)
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-public-lm
fonts           : using map file: texnansi-base
fonts           : using map file: texnansi-iwona
fonts           : using map file: rm-iwona
fonts           : using map file: mi-iwona
fonts           : using map file: sy-iwona
fonts           : using map file: ex-iwona
[1.1{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/original-empty
.map}{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/original-base
.map}{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/ec-public-lm.
map}{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/ec-base.map}{/
usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/original-ams-base.ma
p}{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/original-public-
lm.map}{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/texnansi-ba
se.map}
Warning: pdfetex (file texnansi-iwona.map): cannot open font map file

Warning: pdfetex (file rm-iwona.map): cannot open font map file

Warning: pdfetex (file mi-iwona.map): cannot open font map file

Warning: pdfetex (file sy-iwona.map): cannot open font map file

Warning: pdfetex (file ex-iwona.map): cannot open font map file
]
systems         : end file junk at line 9
 ) 
Here is how much of TeX's memory you used:
 1689 strings out of 61247
 30995 string characters out of 618323
 4525764 words of memory out of 6035810
 37762 multiletter control sequences out of 10000+50000
 127269 words of font info for 63 fonts, out of 2000000 for 2000
 192 hyphenation exceptions out of 5000
 44i,18n,54p,247b,537s stack positions out of 5000i,500n,6000p,200000b,40000s
PDF statistics:
 6 PDF objects out of 300000
 0 named destinations out of 131072
 5 words of extra memory for PDF output out of 10000

Warning: pdfetex (file texnansi-iwonar): Font texnansi-iwonar at 72 not found
Output written on junk.pdf (1 page, 1971 bytes).

[-- Attachment #3: junk1.log --]
[-- Type: application/octet-stream, Size: 12371 bytes --]

This is pdfeTeX, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5) (format=cont-en 2005.11.27)  27 NOV 2005 17:21
entering extended mode
 (/usr/local/teTeX/share/texmf.local/web2c/natural.tcx)
**&cont-en junk.tex
(./junk.tex

ConTeXt  ver: 2005.11.24  fmt: 2005.11.27  int: english  mes: english

language        : language en is active
<protectionstate 0>
system          : cont-new loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-new.tex
systems         : beware: some patches loaded from cont-new.tex
color           : palette rollover is available
)
system          : cont-old loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-old.tex
loading         : Context Old Macros
)
system          : cont-fil loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-fil.tex
loading         : Context File Synonyms
)
system          : cont-sys.rme loaded
(/usr/local/teTeX/share/texmf.local/tex/context/user/cont-sys.rme
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-exa.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-syn.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-enc.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-dis.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-siz.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-map.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-spe.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-akb.tex))
bodyfont        : 12pt rm is loaded
language        : patterns en->ec:ec->1->2:2 uk->ec:ec->2->2:2 de->texnansi:tex
nansi->3->2:2 de->ec:ec->4->2:2 fr->texnansi:texnansi->5->2:2 fr->ec:ec->6->2:2
 es->ec:ec->7->2:2 pt->texnansi:texnansi->8->2:2 pt->ec:ec->9->2:2 it->texnansi
:texnansi->10->2:2 it->ec:ec->11->2:2 nl->texnansi:texnansi->12->2:2 nl->ec:ec-
>13->2:2 cz->il2:il2->14->2:2 cz->ec:ec->15->2:2 sk->il2:il2->16->2:2 sk->ec:ec
->17->2:2 pl->pl0:pl0->18->2:2 pl->ec:ec->19->2:2 pl->qx:qx->20->2:2 loaded
specials        : tex,postscript,rokicki loaded
\openout2 = `junk.tui'.

system          : junk.top loaded
(./junk.top
specials        : loading definition file tpd
(/usr/local/teTeX/share/texmf.local/tex/context/base/spec-tpd.tex
specials        : loading definition file fdf
(/usr/local/teTeX/share/texmf.local/tex/context/base/spec-fdf.tex)
specials        : fdf loaded
)
specials        : fdf,tpd loaded
)
\openout0 = `junk-mpgraph.mp'.

\openout0 = `mpgraph.mp'.

 (/usr/local/teTeX/share/texmf.local/tex/context/base/type-exa.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-syn.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-enc.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-dis.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-siz.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-map.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-spe.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-akb.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-exa.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-syn.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-enc.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-dis.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-siz.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-map.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-spe.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-akb.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-exa.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-syn.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-enc.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-dis.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-siz.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-map.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-spe.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-akb.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-exa.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-syn.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-enc.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-dis.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-siz.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-map.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-spe.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-akb.tex)
! Font \*david7ptmmsy*:=sy-iwonari at 7.0pt not loadable: Metric (TFM) file not
 found.
<to be read again> 
                   \relax 
\xxdododefinefont ...tspec {#4}\newfontidentifier 
                                                  \let \localrelativefontsiz...

\dodosetmathfamilyB ...amily \fontsize \endcsname 
                                                  \else \ifcsname \fontclass...

\dosetmathfamily ...athfamily \scriptscriptfont #1
                                                  \let \fontbody #3\dodosetm...
<inserted text> ...\scriptscriptface \c!sy \empty 
                                                  \dosetmathfamily \exfam \t...

\synchronizemath ...athfonts \the \mathstrategies 
                                                  \fi 
...
l.5 \setupbodyfont[david,ss,10pt]
                                 
? s
OK, entering \scrollmode...
! Font \*david9ptmmsy*:=sy-iwonari at 9.0pt not loadable: Metric (TFM) file not
 found.
<to be read again> 
                   \relax 
\xxdododefinefont ...tspec {#4}\newfontidentifier 
                                                  \let \localrelativefontsiz...

\dodosetmathfamilyB ...amily \fontsize \endcsname 
                                                  \else \ifcsname \fontclass...

\dosetmathfamily ...dosetmathfamily \scriptfont #1
                                                  \let \fontbody #2\dodosetm...
<inserted text> ...\scriptscriptface \c!sy \empty 
                                                  \dosetmathfamily \exfam \t...

\synchronizemath ...athfonts \the \mathstrategies 
                                                  \fi 
...
l.5 \setupbodyfont[david,ss,10pt]
                                 
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font<same font id>=<substitute font name>'.

! Font \*david12ptmmsy*:=sy-iwonari at 12.0pt not loadable: Metric (TFM) file n
ot found.
<to be read again> 
                   \relax 
\xxdododefinefont ...tspec {#4}\newfontidentifier 
                                                  \let \localrelativefontsiz...

\dodosetmathfamilyB ...amily \fontsize \endcsname 
                                                  \else \ifcsname \fontclass...

\dosetmathfamily ...dodosetmathfamily \textfont #1
                                                  \let \fontbody \savedfontb...
<inserted text> ...\scriptscriptface \c!sy \empty 
                                                  \dosetmathfamily \exfam \t...

\synchronizemath ...athfonts \the \mathstrategies 
                                                  \fi 
...
l.5 \setupbodyfont[david,ss,10pt]
                                 
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font<same font id>=<substitute font name>'.

! Font \*david5ptmmsy*:=sy-iwonari at 5.0pt not loadable: Metric (TFM) file not
 found.
<to be read again> 
                   \relax 
\xxdododefinefont ...tspec {#4}\newfontidentifier 
                                                  \let \localrelativefontsiz...

\dodosetmathfamilyB ...amily \fontsize \endcsname 
                                                  \else \ifcsname \fontclass...

\dosetmathfamily ...athfamily \scriptscriptfont #1
                                                  \let \fontbody #3\dodosetm...
<inserted text> ...\scriptscriptface \c!sy \empty 
                                                  \dosetmathfamily \exfam \t...

\synchronizemath ...athfonts \the \mathstrategies 
                                                  \fi 
...
l.5 \setupbodyfont[david,ss,10pt]
                                 
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font<same font id>=<substitute font name>'.

! Font \*david10ptmmsy*:=sy-iwonari at 10.0pt not loadable: Metric (TFM) file n
ot found.
<to be read again> 
                   \relax 
\xxdododefinefont ...tspec {#4}\newfontidentifier 
                                                  \let \localrelativefontsiz...

\dodosetmathfamilyB ...amily \fontsize \endcsname 
                                                  \else \ifcsname \fontclass...

\dosetmathfamily ...dodosetmathfamily \textfont #1
                                                  \let \fontbody \savedfontb...
<inserted text> ...\scriptscriptface \c!sy \empty 
                                                  \dosetmathfamily \exfam \t...

\synchronizemath ...athfonts \the \mathstrategies 
                                                  \fi 
...
l.5 \setupbodyfont[david,ss,10pt]
                                 
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font<same font id>=<substitute font name>'.

(./junk.tuo) (./junk.tuo) (./junk.tuo) (./junk.tuo) (./junk.tuo) (./junk.tuo)
(./junk.tuo) (./junk.tuo) (./junk.tuo) (./junk.tuo) (./junk.tuo) (./junk.tuo)
(./junk.tuo)
systems         : begin file junk at line 7
(/usr/local/teTeX/share/texmf.local/tex/context/base/pdfr-ec.tex)
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-public-lm
fonts           : using map file: texnansi-base
fonts           : using map file: texnansi-iwona
fonts           : using map file: rm-iwona
fonts           : using map file: mi-iwona
fonts           : using map file: sy-iwona
fonts           : using map file: ex-iwona
fonts           : using map file: ec-iwona
[1.1{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/original-empty
.map}{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/original-base
.map}{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/ec-public-lm.
map}{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/ec-base.map}{/
usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/original-ams-base.ma
p}{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/original-public-
lm.map}{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/texnansi-ba
se.map}
Warning: pdfetex (file texnansi-iwona.map): cannot open font map file

Warning: pdfetex (file rm-iwona.map): cannot open font map file

Warning: pdfetex (file mi-iwona.map): cannot open font map file

Warning: pdfetex (file sy-iwona.map): cannot open font map file

Warning: pdfetex (file ex-iwona.map): cannot open font map file

Warning: pdfetex (file ec-iwona.map): cannot open font map file
]
systems         : end file junk at line 9
 ) 
Here is how much of TeX's memory you used:
 1916 strings out of 61247
 35832 string characters out of 618323
 4530511 words of memory out of 6040557
 37958 multiletter control sequences out of 10000+50000
 145096 words of font info for 75 fonts, out of 2000000 for 2000
 192 hyphenation exceptions out of 5000
 44i,18n,54p,247b,537s stack positions out of 5000i,500n,6000p,200000b,40000s
PDF statistics:
 6 PDF objects out of 300000
 0 named destinations out of 131072
 5 words of extra memory for PDF output out of 10000

Warning: pdfetex (file texnansi-iwonar): Font texnansi-iwonar at 72 not found
Output written on junk.pdf (1 page, 1971 bytes).

[-- Attachment #4: Type: text/plain, Size: 715 bytes --]



On Nov 27, 2005, at 2:16 PM, Hans Hagen wrote:

> David Arnold wrote:
>
>> Hans,
>>
>> Hi. I am at work and I don't have access to my email at home from   
>> work. I'm here with my students working on their projects.
>>
>> Could you send two small separate samples again, one using the  
>> iowna  and the other the kurier? I'd like to test it out here.
>>
>
> \definetypeface[david][rm][sans][iwona][default][encoding=texnansi]
> \definetypeface[david][mm][math][iwona][default]
>
> \setupbodyfont[david,ss,10pt]
>
> \starttext
> This should work.
> \stoptext
>
> Hans
>

David Arnold
College of the Redwoods
Mathematics Department
Eureka, CA 95501
(707) 476-4222
http://online.redwoods.edu/instruct/darnold/



[-- Attachment #5: Type: text/plain, Size: 139 bytes --]

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

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

* Re: Iwona font
  2005-11-28  1:24       ` David Arnold
@ 2005-11-28 10:38         ` Hans Hagen
  2005-11-28 15:25           ` David Arnold
  0 siblings, 1 reply; 18+ messages in thread
From: Hans Hagen @ 2005-11-28 10:38 UTC (permalink / raw)


David Arnold wrote:

> 1. Do I have to also do an updmap or enable or some such thing?

no, context loads the files needed at runtime

>
> 2. I note that on my office system, /usr/local/teTeX is owned by  
> root:wheel. But done in my fonts directory, some files are owned by  
> darnolddarn:admind and some by root:admin. Could this be a problem?

did you run a mktexlsr ? (otherwise tex cannot find the files)

Hans

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

* Re: Iwona font
  2005-11-28 10:38         ` Hans Hagen
@ 2005-11-28 15:25           ` David Arnold
  2005-11-28 15:55             ` Hans Hagen
  2005-11-28 16:09             ` Hans Hagen
  0 siblings, 2 replies; 18+ messages in thread
From: David Arnold @ 2005-11-28 15:25 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 1035 bytes --]

Hans, I did, but I'll try again:

sudo texhash

And got this response:

Password:
texhash: Updating /usr/local/teTeX/share/texmf/ls-R...
texhash: Updating /usr/local/teTeX/share/texmf.gwtex/ls-R...
texhash: Updating /usr/local/teTeX/share/texmf.local/ls-R...
texhash: Updating /usr/local/teTeX/share/texmf.tetex/ls-R...
texhash: Updating /var/tmp/texfonts/ls-R...
texhash: Done.

Mktexlsr seems to do the same thing:

011-101:~/tmp davidarnold$ sudo mktexlsr
mktexlsr: Updating /usr/local/teTeX/share/texmf/ls-R...
mktexlsr: Updating /usr/local/teTeX/share/texmf.gwtex/ls-R...
mktexlsr: Updating /usr/local/teTeX/share/texmf.local/ls-R...
mktexlsr: Updating /usr/local/teTeX/share/texmf.tetex/ls-R...
mktexlsr: Updating /var/tmp/texfonts/ls-R...
mktexlsr: Done.

Then:

011-101:~/tmp davidarnold$ cat junk.tex

\definetypeface[david][rm][sans][iwona][default][encoding=texnansi]
%\definetypeface[david][mm][math][iwona][default]

\setupbodyfont[david,ss,10pt]

\starttext
This should work.
\stoptext

And, no luck. Log file attached.


[-- Attachment #2: junk.log --]
[-- Type: application/octet-stream, Size: 5967 bytes --]

This is pdfeTeX, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5) (format=cont-en 2005.11.27)  28 NOV 2005 07:24
entering extended mode
 (/usr/local/teTeX/share/texmf.local/web2c/natural.tcx)
**&cont-en junk.tex
(./junk.tex

ConTeXt  ver: 2005.11.24  fmt: 2005.11.27  int: english  mes: english

language        : language en is active
<protectionstate 0>
system          : cont-new loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-new.tex
systems         : beware: some patches loaded from cont-new.tex
color           : palette rollover is available
)
system          : cont-old loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-old.tex
loading         : Context Old Macros
)
system          : cont-fil loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-fil.tex
loading         : Context File Synonyms
)
system          : cont-sys.rme loaded
(/usr/local/teTeX/share/texmf.local/tex/context/user/cont-sys.rme
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-exa.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-syn.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-enc.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-dis.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-siz.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-map.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-spe.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-akb.tex))
bodyfont        : 12pt rm is loaded
language        : patterns en->ec:ec->1->2:2 uk->ec:ec->2->2:2 de->texnansi:tex
nansi->3->2:2 de->ec:ec->4->2:2 fr->texnansi:texnansi->5->2:2 fr->ec:ec->6->2:2
 es->ec:ec->7->2:2 pt->texnansi:texnansi->8->2:2 pt->ec:ec->9->2:2 it->texnansi
:texnansi->10->2:2 it->ec:ec->11->2:2 nl->texnansi:texnansi->12->2:2 nl->ec:ec-
>13->2:2 cz->il2:il2->14->2:2 cz->ec:ec->15->2:2 sk->il2:il2->16->2:2 sk->ec:ec
->17->2:2 pl->pl0:pl0->18->2:2 pl->ec:ec->19->2:2 pl->qx:qx->20->2:2 loaded
specials        : tex,postscript,rokicki loaded
\openout2 = `junk.tui'.

system          : junk.top loaded
(./junk.top
specials        : loading definition file tpd
(/usr/local/teTeX/share/texmf.local/tex/context/base/spec-tpd.tex
specials        : loading definition file fdf
(/usr/local/teTeX/share/texmf.local/tex/context/base/spec-fdf.tex)
specials        : fdf loaded
)
specials        : fdf,tpd loaded
)
\openout0 = `junk-mpgraph.mp'.

\openout0 = `mpgraph.mp'.

 (/usr/local/teTeX/share/texmf.local/tex/context/base/type-exa.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-syn.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-enc.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-dis.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-siz.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-map.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-spe.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-akb.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-exa.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-syn.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-enc.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-dis.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-siz.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-map.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-spe.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-akb.tex) (./junk.tuo)
(./junk.tuo) (./junk.tuo) (./junk.tuo) (./junk.tuo) (./junk.tuo) (./junk.tuo)
(./junk.tuo) (./junk.tuo) (./junk.tuo) (./junk.tuo) (./junk.tuo) (./junk.tuo)
systems         : begin file junk at line 7
(/usr/local/teTeX/share/texmf.local/tex/context/base/pdfr-ec.tex)
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-public-lm
fonts           : using map file: texnansi-base
fonts           : using map file: texnansi-iwona
fonts           : using map file: rm-iwona
fonts           : using map file: mi-iwona
fonts           : using map file: sy-iwona
fonts           : using map file: ex-iwona
[1.1{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/original-empty
.map}{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/original-base
.map}{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/ec-public-lm.
map}{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/ec-base.map}{/
usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/original-ams-base.ma
p}{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/original-public-
lm.map}{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/context/texnansi-ba
se.map}
Warning: pdfetex (file texnansi-iwona.map): cannot open font map file

Warning: pdfetex (file rm-iwona.map): cannot open font map file

Warning: pdfetex (file mi-iwona.map): cannot open font map file

Warning: pdfetex (file sy-iwona.map): cannot open font map file

Warning: pdfetex (file ex-iwona.map): cannot open font map file
]
systems         : end file junk at line 9
 ) 
Here is how much of TeX's memory you used:
 1689 strings out of 61247
 30995 string characters out of 618323
 4525764 words of memory out of 6035810
 37762 multiletter control sequences out of 10000+50000
 127269 words of font info for 63 fonts, out of 2000000 for 2000
 192 hyphenation exceptions out of 5000
 44i,18n,54p,247b,537s stack positions out of 5000i,500n,6000p,200000b,40000s
PDF statistics:
 6 PDF objects out of 300000
 0 named destinations out of 131072
 5 words of extra memory for PDF output out of 10000

Warning: pdfetex (file texnansi-iwonar): Font texnansi-iwonar at 72 not found
Output written on junk.pdf (1 page, 1971 bytes).

[-- Attachment #3: Type: text/plain, Size: 780 bytes --]



On Nov 28, 2005, at 2:38 AM, Hans Hagen wrote:

> David Arnold wrote:
>
>> 1. Do I have to also do an updmap or enable or some such thing?
>
> no, context loads the files needed at runtime
>
>>
>> 2. I note that on my office system, /usr/local/teTeX is owned by   
>> root:wheel. But done in my fonts directory, some files are owned  
>> by  darnolddarn:admind and some by root:admin. Could this be a  
>> problem?
>
> did you run a mktexlsr ? (otherwise tex cannot find the files)
>
> Hans
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

David Arnold
College of the Redwoods
Mathematics Department
Eureka, CA 95501
(707) 476-4222
http://online.redwoods.edu/instruct/darnold/



[-- Attachment #4: Type: text/plain, Size: 139 bytes --]

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

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

* Re: Iwona font
  2005-11-28 15:25           ` David Arnold
@ 2005-11-28 15:55             ` Hans Hagen
  2005-11-28 18:31               ` David Arnold
  2005-11-29 22:03               ` Iwona font David Arnold
  2005-11-28 16:09             ` Hans Hagen
  1 sibling, 2 replies; 18+ messages in thread
From: Hans Hagen @ 2005-11-28 15:55 UTC (permalink / raw)
  Cc: Karl Berry

David Arnold wrote:

> Hans, I did, but I'll try again:

well, the log says:
 
  Warning: pdfetex (file texnansi-iwona.map): cannot open font map file

and i took a look at the latest zip and there they use

   iwona-*.map

names instead of

   *-iwona.map

so ... another uncommunicated change in names

i slowly come to the conclusion that

(1) we should forget about being early adopters (or not adopt at all)
(2) distributions will become more and more instable
(3) if things go on this way, tex will not survive
(4) it's time we start making our own repository and distribution

i simply don't have the time to keep up with all those changes;  it 
looks like the policy of today is "wipe out and start new" which also 
means "never buy a font" and "don't install your own stuff" etc

(there is no way to determine such changes unless we load every map file 
available which is something i don't want to do at all because it's the 
cause of even more trouble)

>
> sudo texhash
>
> And got this response:
>
> Password:
> texhash: Updating /usr/local/teTeX/share/texmf/ls-R...
> texhash: Updating /usr/local/teTeX/share/texmf.gwtex/ls-R...
> texhash: Updating /usr/local/teTeX/share/texmf.local/ls-R...
> texhash: Updating /usr/local/teTeX/share/texmf.tetex/ls-R...
> texhash: Updating /var/tmp/texfonts/ls-R...
> texhash: Done.
>
> Mktexlsr seems to do the same thing:
>
> 011-101:~/tmp davidarnold$ sudo mktexlsr
> mktexlsr: Updating /usr/local/teTeX/share/texmf/ls-R...
> mktexlsr: Updating /usr/local/teTeX/share/texmf.gwtex/ls-R...
> mktexlsr: Updating /usr/local/teTeX/share/texmf.local/ls-R...
> mktexlsr: Updating /usr/local/teTeX/share/texmf.tetex/ls-R...
> mktexlsr: Updating /var/tmp/texfonts/ls-R...
> mktexlsr: Done.
>
> Then:
>
> 011-101:~/tmp davidarnold$ cat junk.tex
>
> \definetypeface[david][rm][sans][iwona][default][encoding=texnansi]
> %\definetypeface[david][mm][math][iwona][default]
>
> \setupbodyfont[david,ss,10pt]
>
> \starttext
> This should work.
> \stoptext
>
> And, no luck. Log file attached.
>
>
>
> On Nov 28, 2005, at 2:38 AM, Hans Hagen wrote:
>
>> David Arnold wrote:
>>
>>> 1. Do I have to also do an updmap or enable or some such thing?
>>
>>
>> no, context loads the files needed at runtime
>>
>>>
>>> 2. I note that on my office system, /usr/local/teTeX is owned by   
>>> root:wheel. But done in my fonts directory, some files are owned  
>>> by  darnolddarn:admind and some by root:admin. Could this be a  
>>> problem?
>>
>>
>> did you run a mktexlsr ? (otherwise tex cannot find the files)
>>
>> Hans
>> _______________________________________________
>> ntg-context mailing list
>> ntg-context@ntg.nl
>> http://www.ntg.nl/mailman/listinfo/ntg-context
>
>
> David Arnold
> College of the Redwoods
> Mathematics Department
> Eureka, CA 95501
> (707) 476-4222
> http://online.redwoods.edu/instruct/darnold/
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>ntg-context mailing list
>ntg-context@ntg.nl
>http://www.ntg.nl/mailman/listinfo/ntg-context
>  
>

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

* Re: Iwona font
  2005-11-28 15:25           ` David Arnold
  2005-11-28 15:55             ` Hans Hagen
@ 2005-11-28 16:09             ` Hans Hagen
  1 sibling, 0 replies; 18+ messages in thread
From: Hans Hagen @ 2005-11-28 16:09 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

David Arnold wrote:

> Hans, I did, but I'll try again:

you can try this; the price is that you get messages about missing map 
files that you can ignore; i'm not in the mood for renaming and 
reorganizing my system(s) now

Hans

[-- Attachment #2: type-map.tex --]
[-- Type: application/x-tex, Size: 6334 bytes --]

[-- Attachment #3: Type: text/plain, Size: 139 bytes --]

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

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

* Re: Iwona font
  2005-11-28 15:55             ` Hans Hagen
@ 2005-11-28 18:31               ` David Arnold
  2005-11-28 19:37                 ` Hans Hagen
  2005-11-29 22:03               ` Iwona font David Arnold
  1 sibling, 1 reply; 18+ messages in thread
From: David Arnold @ 2005-11-28 18:31 UTC (permalink / raw)


Hans,

Frustrating and I agree.

So, perhaps the way to go is through trouble shooting advice in the  
manuals. This advice should take the form of "If you see this, then  
do this..."

The difficulty, at least for me, is the fact that I don't understand  
the sequence of engines that are brought to bear when compiling. When  
compiling stops with an error with "this not found" or "that not  
found," I have no clue on how to fix it.

On the other hand, you and other gurus see such a message and you  
seem to say "oh, such and such is missing." Maybe a manual like  
mfonts.tex should spend a significant amount of space addressing  
these trouble shooting techniques.

On Nov 28, 2005, at 7:55 AM, Hans Hagen wrote:

> David Arnold wrote:
>
>> Hans, I did, but I'll try again:
>
> well, the log says:
>  Warning: pdfetex (file texnansi-iwona.map): cannot open font map file
>
> and i took a look at the latest zip and there they use
>
>   iwona-*.map
>
> names instead of
>
>   *-iwona.map
>
> so ... another uncommunicated change in names
>
> i slowly come to the conclusion that
>
> (1) we should forget about being early adopters (or not adopt at all)
> (2) distributions will become more and more instable
> (3) if things go on this way, tex will not survive
> (4) it's time we start making our own repository and distribution
>
> i simply don't have the time to keep up with all those changes;  it  
> looks like the policy of today is "wipe out and start new" which  
> also means "never buy a font" and "don't install your own stuff" etc
>
> (there is no way to determine such changes unless we load every map  
> file available which is something i don't want to do at all because  
> it's the cause of even more trouble)
>
>>
>> sudo texhash
>>
>> And got this response:
>>
>> Password:
>> texhash: Updating /usr/local/teTeX/share/texmf/ls-R...
>> texhash: Updating /usr/local/teTeX/share/texmf.gwtex/ls-R...
>> texhash: Updating /usr/local/teTeX/share/texmf.local/ls-R...
>> texhash: Updating /usr/local/teTeX/share/texmf.tetex/ls-R...
>> texhash: Updating /var/tmp/texfonts/ls-R...
>> texhash: Done.
>>
>> Mktexlsr seems to do the same thing:
>>
>> 011-101:~/tmp davidarnold$ sudo mktexlsr
>> mktexlsr: Updating /usr/local/teTeX/share/texmf/ls-R...
>> mktexlsr: Updating /usr/local/teTeX/share/texmf.gwtex/ls-R...
>> mktexlsr: Updating /usr/local/teTeX/share/texmf.local/ls-R...
>> mktexlsr: Updating /usr/local/teTeX/share/texmf.tetex/ls-R...
>> mktexlsr: Updating /var/tmp/texfonts/ls-R...
>> mktexlsr: Done.
>>
>> Then:
>>
>> 011-101:~/tmp davidarnold$ cat junk.tex
>>
>> \definetypeface[david][rm][sans][iwona][default][encoding=texnansi]
>> %\definetypeface[david][mm][math][iwona][default]
>>
>> \setupbodyfont[david,ss,10pt]
>>
>> \starttext
>> This should work.
>> \stoptext
>>
>> And, no luck. Log file attached.
>>
>>
>>
>> On Nov 28, 2005, at 2:38 AM, Hans Hagen wrote:
>>
>>> David Arnold wrote:
>>>
>>>> 1. Do I have to also do an updmap or enable or some such thing?
>>>
>>>
>>> no, context loads the files needed at runtime
>>>
>>>>
>>>> 2. I note that on my office system, /usr/local/teTeX is owned  
>>>> by   root:wheel. But done in my fonts directory, some files are  
>>>> owned  by  darnolddarn:admind and some by root:admin. Could this  
>>>> be a  problem?
>>>
>>>
>>> did you run a mktexlsr ? (otherwise tex cannot find the files)
>>>
>>> Hans
>>> _______________________________________________
>>> ntg-context mailing list
>>> ntg-context@ntg.nl
>>> http://www.ntg.nl/mailman/listinfo/ntg-context
>>
>>
>> David Arnold
>> College of the Redwoods
>> Mathematics Department
>> Eureka, CA 95501
>> (707) 476-4222
>> http://online.redwoods.edu/instruct/darnold/
>>
>>
>> --------------------------------------------------------------------- 
>> ---
>>
>> _______________________________________________
>> 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

David Arnold
College of the Redwoods
Mathematics Department
Eureka, CA 95501
(707) 476-4222
http://online.redwoods.edu/instruct/darnold/

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

* Re: Iwona font
  2005-11-28 18:31               ` David Arnold
@ 2005-11-28 19:37                 ` Hans Hagen
  2005-11-28 22:43                   ` I can't find the format file `pdfetex.fmt'! ktt
  0 siblings, 1 reply; 18+ messages in thread
From: Hans Hagen @ 2005-11-28 19:37 UTC (permalink / raw)


David Arnold wrote:

> Hans,
>
> Frustrating and I agree.
>
> So, perhaps the way to go is through trouble shooting advice in the  
> manuals. This advice should take the form of "If you see this, then  
> do this..."

that won't help ... if filenames change and files come and go ...

>
> The difficulty, at least for me, is the fact that I don't understand  
> the sequence of engines that are brought to bear when compiling. When  
> compiling stops with an error with "this not found" or "that not  
> found," I have no clue on how to fix it.  


normally it's:

- tex error message (tex stops): some tfm file missing
- pdf file wrong: type 1 font  file missing
- unexpected characters: map file missing

>
> On the other hand, you and other gurus see such a message and you  
> seem to say "oh, such and such is missing." Maybe a manual like  
> mfonts.tex should spend a significant amount of space addressing  
> these trouble shooting techniques.

ha, don't underestimate the time i sometimes spend sorting things out, 
or worse: to get thing sintegrated and find out later that thing shave 
changed

Hans

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

* I can't find the format file `pdfetex.fmt'!
  2005-11-28 19:37                 ` Hans Hagen
@ 2005-11-28 22:43                   ` ktt
  2005-11-28 23:23                     ` Hans Hagen
  0 siblings, 1 reply; 18+ messages in thread
From: ktt @ 2005-11-28 22:43 UTC (permalink / raw)



Hello,

I've installed stand-alone CONTEXT editing environment
(windows) from Pragma website.
But it reports problems, when I buil pdf's: 

This is pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2c
7.5.5)
 \write18 enabled.
I can't find the format file `pdfetex.fmt'!
pdfetex: unrecognized option `--alias=context'
pdfetex: unrecognized option `--undump=cont-en'
TeXExec | runtime: 10.047

And there is no pdfetext.fmt in the package in fact.
How could I fix this problem?

regards,
ktt


		
__________________________________________
Yahoo! DSL – Something to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com

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

* Re: I can't find the format file `pdfetex.fmt'!
  2005-11-28 22:43                   ` I can't find the format file `pdfetex.fmt'! ktt
@ 2005-11-28 23:23                     ` Hans Hagen
  2005-11-29  5:48                       ` ktt
  0 siblings, 1 reply; 18+ messages in thread
From: Hans Hagen @ 2005-11-28 23:23 UTC (permalink / raw)


ktt wrote:

>Hello,
>
>I've installed stand-alone CONTEXT editing environment
>(windows) from Pragma website.
>But it reports problems, when I buil pdf's: 
>
>This is pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2c
>7.5.5)
> \write18 enabled.
>I can't find the format file `pdfetex.fmt'!
>pdfetex: unrecognized option `--alias=context'
>pdfetex: unrecognized option `--undump=cont-en'
>TeXExec | runtime: 10.047
>
>And there is no pdfetext.fmt in the package in fact.
>How could I fix this problem?
>  
>

it looks like texexec detects miktex ... do you have miktex installed?

Hans

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

* Re: I can't find the format file `pdfetex.fmt'!
  2005-11-28 23:23                     ` Hans Hagen
@ 2005-11-29  5:48                       ` ktt
  2005-11-29  9:19                         ` Hans Hagen
  0 siblings, 1 reply; 18+ messages in thread
From: ktt @ 2005-11-29  5:48 UTC (permalink / raw)


Yes, that's true.

--- Hans Hagen <pragma@wxs.nl> wrote:

> ktt wrote:
> 
> >Hello,
> >
> >I've installed stand-alone CONTEXT editing
> environment
> >(windows) from Pragma website.
> >But it reports problems, when I buil pdf's: 
> >
> >This is pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2c
> >7.5.5)
> > \write18 enabled.
> >I can't find the format file `pdfetex.fmt'!
> >pdfetex: unrecognized option `--alias=context'
> >pdfetex: unrecognized option `--undump=cont-en'
> >TeXExec | runtime: 10.047
> >
> >And there is no pdfetext.fmt in the package in
> fact.
> >How could I fix this problem?
> >  
> >
> 
> it looks like texexec detects miktex ... do you have
> miktex installed?
> 
> Hans
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 



	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

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

* Re: I can't find the format file `pdfetex.fmt'!
  2005-11-29  5:48                       ` ktt
@ 2005-11-29  9:19                         ` Hans Hagen
  0 siblings, 0 replies; 18+ messages in thread
From: Hans Hagen @ 2005-11-29  9:19 UTC (permalink / raw)


ktt wrote:

>Yes, that's true.
>  
>
ok, let's solve this off-list; i'll send you a patched ruby script for 
testing

Hans

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

* Re: Iwona font
  2005-11-28 15:55             ` Hans Hagen
  2005-11-28 18:31               ` David Arnold
@ 2005-11-29 22:03               ` David Arnold
  2005-11-30  8:18                 ` Hans Hagen
  1 sibling, 1 reply; 18+ messages in thread
From: David Arnold @ 2005-11-29 22:03 UTC (permalink / raw)


Hans et al,

So, could I fix this by changing some filenames?

On Nov 28, 2005, at 7:55 AM, Hans Hagen wrote:

> David Arnold wrote:
>
>> Hans, I did, but I'll try again:
>
> well, the log says:
>  Warning: pdfetex (file texnansi-iwona.map): cannot open font map file
>
> and i took a look at the latest zip and there they use
>
>   iwona-*.map
>
> names instead of
>
>   *-iwona.map
>
> so ... another uncommunicated change in names
>
> i slowly come to the conclusion that
>
> (1) we should forget about being early adopters (or not adopt at all)
> (2) distributions will become more and more instable
> (3) if things go on this way, tex will not survive
> (4) it's time we start making our own repository and distribution
>
> i simply don't have the time to keep up with all those changes;  it  
> looks like the policy of today is "wipe out and start new" which  
> also means "never buy a font" and "don't install your own stuff" etc
>
> (there is no way to determine such changes unless we load every map  
> file available which is something i don't want to do at all because  
> it's the cause of even more trouble)
>
>>
>> sudo texhash
>>
>> And got this response:
>>
>> Password:
>> texhash: Updating /usr/local/teTeX/share/texmf/ls-R...
>> texhash: Updating /usr/local/teTeX/share/texmf.gwtex/ls-R...
>> texhash: Updating /usr/local/teTeX/share/texmf.local/ls-R...
>> texhash: Updating /usr/local/teTeX/share/texmf.tetex/ls-R...
>> texhash: Updating /var/tmp/texfonts/ls-R...
>> texhash: Done.
>>
>> Mktexlsr seems to do the same thing:
>>
>> 011-101:~/tmp davidarnold$ sudo mktexlsr
>> mktexlsr: Updating /usr/local/teTeX/share/texmf/ls-R...
>> mktexlsr: Updating /usr/local/teTeX/share/texmf.gwtex/ls-R...
>> mktexlsr: Updating /usr/local/teTeX/share/texmf.local/ls-R...
>> mktexlsr: Updating /usr/local/teTeX/share/texmf.tetex/ls-R...
>> mktexlsr: Updating /var/tmp/texfonts/ls-R...
>> mktexlsr: Done.
>>
>> Then:
>>
>> 011-101:~/tmp davidarnold$ cat junk.tex
>>
>> \definetypeface[david][rm][sans][iwona][default][encoding=texnansi]
>> %\definetypeface[david][mm][math][iwona][default]
>>
>> \setupbodyfont[david,ss,10pt]
>>
>> \starttext
>> This should work.
>> \stoptext
>>
>> And, no luck. Log file attached.
>>
>>
>>
>> On Nov 28, 2005, at 2:38 AM, Hans Hagen wrote:
>>
>>> David Arnold wrote:
>>>
>>>> 1. Do I have to also do an updmap or enable or some such thing?
>>>
>>>
>>> no, context loads the files needed at runtime
>>>
>>>>
>>>> 2. I note that on my office system, /usr/local/teTeX is owned  
>>>> by   root:wheel. But done in my fonts directory, some files are  
>>>> owned  by  darnolddarn:admind and some by root:admin. Could this  
>>>> be a  problem?
>>>
>>>
>>> did you run a mktexlsr ? (otherwise tex cannot find the files)
>>>
>>> Hans
>>> _______________________________________________
>>> ntg-context mailing list
>>> ntg-context@ntg.nl
>>> http://www.ntg.nl/mailman/listinfo/ntg-context
>>
>>
>> David Arnold
>> College of the Redwoods
>> Mathematics Department
>> Eureka, CA 95501
>> (707) 476-4222
>> http://online.redwoods.edu/instruct/darnold/
>>
>>
>> --------------------------------------------------------------------- 
>> ---
>>
>> _______________________________________________
>> 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

David Arnold
College of the Redwoods
Mathematics Department
Eureka, CA 95501
(707) 476-4222
http://online.redwoods.edu/instruct/darnold/

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

* Re: Iwona font
  2005-11-29 22:03               ` Iwona font David Arnold
@ 2005-11-30  8:18                 ` Hans Hagen
  0 siblings, 0 replies; 18+ messages in thread
From: Hans Hagen @ 2005-11-30  8:18 UTC (permalink / raw)


David Arnold wrote:

> Hans et al,
>
> So, could I fix this by changing some filenames?


\starttypescript [map] [iwona,iwona-light,iwona-medium,iwona-heavy] 
[ec,texnansi,qx,t5]
  \loadmapfile[\typescriptthree-iwona.map]
  \loadmapfile[rm-iwona.map]
  \loadmapfile[mi-iwona.map]
  \loadmapfile[sy-iwona.map]
  \loadmapfile[ex-iwona.map]
\stoptypescript

\starttypescript [map] [iwona,iwona-light,iwona-medium,iwona-heavy] 
[ec,texnansi,qx,t5]
  \loadmapfile[iwona-\typescriptthree.map]
  \loadmapfile[iwona-rm.map]
  \loadmapfile[iwona-mi.map]
  \loadmapfile[iwona-sy.map]
  \loadmapfile[iwona-ex.map]
\stoptypescript

might help

Hans

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

end of thread, other threads:[~2005-11-30  8:18 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-26  3:35 Iwona font David Arnold
2005-11-26  5:25 ` David Arnold
2005-11-26  9:05   ` VnPenguin
2005-11-27 20:37   ` Hans Hagen
2005-11-27 20:31 ` Hans Hagen
     [not found]   ` <FAE9B483-F880-4C57-B4E1-874E3FC5B658@redwoods.edu>
     [not found]     ` <438A304E.5000705@wxs.nl>
2005-11-28  1:24       ` David Arnold
2005-11-28 10:38         ` Hans Hagen
2005-11-28 15:25           ` David Arnold
2005-11-28 15:55             ` Hans Hagen
2005-11-28 18:31               ` David Arnold
2005-11-28 19:37                 ` Hans Hagen
2005-11-28 22:43                   ` I can't find the format file `pdfetex.fmt'! ktt
2005-11-28 23:23                     ` Hans Hagen
2005-11-29  5:48                       ` ktt
2005-11-29  9:19                         ` Hans Hagen
2005-11-29 22:03               ` Iwona font David Arnold
2005-11-30  8:18                 ` Hans Hagen
2005-11-28 16:09             ` Hans Hagen

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