Re: just like the old days (TeTeX to TeXLive)
- From: Jim McCloskey <mcclosk@xxxxxxxx>
- Date: Sun, 30 Mar 2008 18:22:18 -0700
* Douglas A. Tutty (dtutty@xxxxxxxxxxxxx) wrote:
|> TeXLive is in Etch, you didn't have to go to Lenny...
Sigh ... well, thank you. This is good to know.
* Florian Kulzer (florian.kulzer+debian@xxxxxxx) wrote:
|> Run the following two commands and post the output:
|> find /usr/local/share/texmf/fonts/ -type f | while read FILE; do BASENAME="${FILE##*/}"; echo "checking $BASENAME: $(kpsewhich $BASENAME)"; done
Thank you for helping. This produced output that, I think, is too
large to post here (1066 lines). But it certainly listed the .tfm
files for the Minion fonts, along with the .vf files, and the .pfb
files, all of which are in: /usr/local/share/texmf/fonts/
|> find /usr/local/share/texmf/fonts/ -name \*.map | while read FILE; do grep "${FILE##*/}" /var/lib/texmf/web2c/updmap.cfg; done
This second produced a null output. And following up on that hint,
and with the help of /usr/share/doc/tex-common/TeX-on-Debian.txt,
I was able to create 10local.cfg in /etc/texmf/updmap.d/ with:
Map pmn.map
This basically solved the problem. xdvi and dvips behave correctly and
I can view and print the documents as I'd like to be able to.
The exception seems to be ghostview---it displays and prints a series
of boxes where the glyphs ought to be. And pdflatex doesn't quite
work (there are ligatures, like th, that it can't find, also some
accented characters).
But these are details, and mostly the problem is solved, and I'm
grateful for your help,
Jim
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- Follow-Ups:
- Re: just like the old days (TeTeX to TeXLive)
- From: Florian Kulzer
- Re: just like the old days (TeTeX to TeXLive)
- References:
- just like the old days (TeTeX to TeXLive)
- From: Jim McCloskey
- Re: just like the old days (TeTeX to TeXLive)
- From: Douglas A. Tutty
- just like the old days (TeTeX to TeXLive)
- Prev by Date: Re: most lightweight debian server
- Next by Date: Re: vmware-server with 2.6.24
- Previous by thread: Re: just like the old days (TeTeX to TeXLive)
- Next by thread: Re: just like the old days (TeTeX to TeXLive)
- Index(es):
Relevant Pages
|