ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* small errors in texfont.pl
@ 2001-12-15 20:00 Uwe Koloska
  2001-12-17 11:45 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Koloska @ 2001-12-15 20:00 UTC (permalink / raw)


Hello,

texfont doesn't work well on unix cause there are some pathnames that are 
converted to lowercase.  Since the default path for texlive is /opt/TeX 
this is a very bad behaviour ...

Here is a patch that makes it work for me.  Since I'm no Perl expert I 
can't solve a last problem:

While processing type-tmf.dat each font yells about:
  missing pfb file : utmri8a.pfb

but the file is there:
  kpsewhich utmri8a.pfb
  > /opt/TeX/texmf/fonts/type1/urw/times/utmri8a.pfb

I have started texfont in /opt/TeX/texmf-fonts.

But the installed tfm and vf files work o.k.

Uwe

--- snip ---
--- texmf.cnf~  Thu Dec 13 00:24:37 2001
+++ texmf.cnf   Thu Dec 13 23:34:32 2001
@@ -54,6 +54,8 @@
 TEXMFMAIN = $SELFAUTOPARENT/texmf
 % A place for local additions to a "standard" texmf tree.
 TEXMFLOCAL=$SELFAUTOPARENT/texmf-local
+% A place for locally added fonts
+TEXMFFONTS=$SELFAUTOPARENT/texmf-fonts

 % User texmf trees can be catered for like this...
 HOMETEXMF=$HOME/texmf
@@ -72,7 +74,7 @@
 %   TEXMFEXTRA=$SELFAUTOPARENT/texmf-extra
 % If you set this, add $TEXMFEXTRA in the list below
 %
-TEXMF = {$HOMETEXMF,!!$VARTEXMF,$TEXMFLOCAL,!!$TEXMFMAIN}
+TEXMF = {$HOMETEXMF,!!$VARTEXMF,$TEXMFFONTS,$TEXMFLOCAL,!!$TEXMFMAIN}

 % The system trees.  These are the trees that are shared by all the users.
 SYSTEXMF = $TEXMF  
--- snip ---

-- 
mailto:uwe.koloska@mailbox.tu-dresden.de
http://rcswww.urz.tu-dresden.de/~koloska
--                                    --
right now the web page is in german only
but this will change as time goes by ;-)


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

* Re: small errors in texfont.pl
  2001-12-15 20:00 small errors in texfont.pl Uwe Koloska
@ 2001-12-17 11:45 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2001-12-17 11:45 UTC (permalink / raw)
  Cc: ntg-context

At 09:00 PM 12/15/2001 +0100, Uwe Koloska wrote:
>Hello,
>
>texfont doesn't work well on unix cause there are some pathnames that are
>converted to lowercase.  Since the default path for texlive is /opt/TeX
>this is a very bad behaviour ...

hm, my version only lc's the names of vendor, encoding and collection; it 
does show the lc version of the fontroot at the terminal (looks nicer on 
windows) but internally it uses the system provided one.

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

end of thread, other threads:[~2001-12-17 11:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-15 20:00 small errors in texfont.pl Uwe Koloska
2001-12-17 11:45 ` 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).