From owner-freebsd-questions Mon Dec 15 04:41:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA23408 for questions-outgoing; Mon, 15 Dec 1997 04:41:16 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from stcgate.statcan.ca (stcgate.statcan.ca [142.206.192.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id EAA23400 for ; Mon, 15 Dec 1997 04:41:10 -0800 (PST) (envelope-from jeays@statcan.ca) Received: (from root@localhost) by stcgate.statcan.ca (8.6.11/8.6.9) id HAA17760 for ; Mon, 15 Dec 1997 07:44:09 -0500 Received: from stcinet.statcan.ca(142.206.128.146) by stcgate via smap (V1.3) id sma017740; Mon Dec 15 12:43:45 1997 Received: from statcan.ca by statcan.ca (SMI-8.6/SMI-SVR4) id HAA20014; Mon, 15 Dec 1997 07:42:32 -0500 Date: Mon, 15 Dec 1997 07:39:10 -0500 (EST) From: Mike Jeays X-Sender: jeays@austral To: freebsd-questions@freebsd.org Subject: Installing lyx, latex, xdvi Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I installed lyx, latex2e, xdvi, but am having trouble getting started. I suspect I haven't loaded the fonts that are needed, and could use some advice. When I run lyx, and try to run latex from within it, I get the following: -------------------------------------------------- In ProgamVisual [flvisual.c 298] Bogus request: PseudoColor with depth=8 Couldn't load font: -*-utopia-medium-r-normal-*-20-*-*-*-*-*-iso8859-1 Trying times... This is TeX, Version 3.14159 (Web2c 7.0) (newfile1.tex LaTeX2e <1996/12/01> (/usr/local/share/texmf/tex/latex/article.cls Document Class: article 1996/10/31 v1.3u Standard LaTeX document class (/usr/local/share/texmf/tex/latex/size10.clo)) (/usr/local/share/texmf/tex/latex/fontenc.sty) ! LaTeX Error: File `epsfig.sty' not found. Type X to quit or to proceed, or enter new name. (Default extension: sty) Enter file name: ! Emergency stop. l.12 ^^M No pages of output. Transcript written on newfile1.log. /home/mike% --------------------------------------------------- There is no file 'epsfig.sty' anywhere on my system. Secondly, when I try to run xdvi, I get: xdvi /usr/home/mike/text/python.dvi - MakeTeXPK cmti10 300 300 magstep\(0\) /usr/local/bin/MakeTeXPK: Running mf \mode:=cx; mag:=magstep(0); scrollmode; input cmti10 This is METAFONT, Version 2.718 (Web2c 7.0) (/usr/local/share/texmf/metafont/cmti10.mf (/usr/local/share/texmf/metafont/cmbase.mf) (/usr/local/share/texmf/metafont/textit.mf (/usr/local/share/texmf/metafont/itall.mf [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107]^C- MakeTeXPK cmr10 300 300 magstep\(0\) followed by much, much more of the same. Any clues would be much appreciated!