From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6931 Path: main.gmane.org!not-for-mail From: "Frans Goddijn" Newsgroups: gmane.comp.tex.context Subject: font mapping? Date: Tue, 19 Feb 2002 18:02:56 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <013f01c1b967$e87d9980$0400a8c0@arnhem.chello.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035397434 15094 80.91.224.250 (23 Oct 2002 18:23:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:23:54 +0000 (UTC) Original-To: "NTG-ConTeXt mailing list" Xref: main.gmane.org gmane.comp.tex.context:6931 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6931 This is just to see if anyone can off-handly show me where the mistake is. As said, don't worry if no one has a clue, I'll just revert back to standard cmr TeX fonts. Regards, Frans I get these error messages in my log file. Any ideas how to avoid these: \\\ [1.1{c:/TeXLive/texmf/pdftex/config/psfonts.map} Warning: pdfetex.exe (file rawfonts.map): cannot open font map file Warning: pdfetex.exe (file csfontd.mapfile): cannot open font map file \\\ Then my own mapfile is read correctly: \\\ {c:/TeXLive/texmf-var/pdftex/config/fg.map}] [2.2] systems : end file test at line 58 \\\ But it looks like the afm/pfb's are not found, even though I did copy them to a few likely locations at the same time. Or is it another type of complaint? \\\ Warning: pdfetex.exe (file tir): Font tir at 480 not found Warning: pdfetex.exe (file tii): Font tii at 600 not found Warning: pdfetex.exe (file tir): Font tir at 600 not found Warning: pdfetex.exe (file tir): Font tir at 720 not found Output written on test.pdf (2 pages, 6484 bytes). \\\ My font-fg.tex reads like this (is there an error there?) %D \module %D [ file=font-kb, %D version=1998.11.4, %D title=\CONTEXT\ Font Macros, %D subtitle=Karl Berry Font Names, %D author=Hans Hagen, %D date=\currentdate, %D copyright={PRAGMA / Hans Hagen \& Ton Otten}] %C %C This module is part of the \CONTEXT\ macro||package and is %C therefore copyrighted by \PRAGMA. Non||commercial use is %C granted. \definefontsynonym [Courier] [pcrr] \definefontsynonym [Courier-Oblique] [pcrro] \definefontsynonym [Courier-Bold] [pcrb] \definefontsynonym [Courier-BoldOblique] [pcrbo] \definefontsynonym [Helvetica] [helv2] \definefontsynonym [Helvetica-Oblique] [helvi2] \definefontsynonym [Helvetica-Italic] [helvi2] \definefontsynonym [Helvetica-Bold] [helvb2] \definefontsynonym [Helvetica-BoldOblique] [helvbi2] \definefontsynonym [Helvetica-BoldItalic] [helvbi2] \definefontsynonym [Times-Roman] [tnr2] \definefontsynonym [Times-Italic] [tnri2] \definefontsynonym [Times-Oblique] [tnro2] \definefontsynonym [Times-Bold] [tnrb2] \definefontsynonym [Times-BoldItalic] [tnrbi2] \definefontsynonym [Times-BoldOblique] [tnrbo2] \definefontsynonym [Times-RomanSC] [tnrexp] \definefontsynonym [SerifCaps] [tnrexp] \definefontsynonym [SerifCapsI] [tnrexpi] \definefontsynonym [Times-RomanSCItalic] [tnrexpi] \definefontsynonym [OldStyle] [Times-RomanSC] %\definefontsynonym [OldStyle] [tnrexp] \definefontsynonym [OldStyleIt] [Times-RomanSCItalic] \definefont[osi] [OldStyleIt sa \currentfontscale] \definefont[oldstyle] [OldStyle sa \currentfontscale] \def\fgos{\groupedcommand{\oldstyle}{}} \definefont[oldstyleitalic] [OldStyleIt sa \currentfontscale] \def\fgosi{\groupedcommand{\oldstyleitalic}{}} \definefont[myownkaps] [SerifCaps sa \currentfontscale] \definefont[myownkapsi] [SerifCapsI sa \currentfontscale] \def\mykap{\groupedcommand{\myownkaps}{}} \def\mykapi{\groupedcommand{\myownkapsi}{}} %\definefontsynonym [AvantGarde] [pag] %\definefontsynonym [BookmanLight] [pbk] %\definefontsynonym [CentaurMT] [pur] %\definefontsynonym [Garamond] [pgm] %\definefontsynonym [GillSans] [pgs] %\definefontsynonym [NewBaskerville] [pnb] %\definefontsynonym [Optima] [pop] %\definefontsynonym [Palatino] [ppl] \definefontsynonym [Symbol] [psyr] %\definefontsynonym [Univers] [pun] %\definefontsynonym [Utopia] [put] \definefontsynonym [ZapfChancery] [pzcmi] \definefontsynonym [ZapfDingbats] [pzdr]