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
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
On 11/26/05, David Arnold
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
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
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
participants (3)
-
David Arnold
-
Hans Hagen
-
VnPenguin