tetex problems

1999-10-28 Thread Mario Olimpio de Menezes
Hi, After upgrading to potato, I'm having problems compiling a latex doc with babel declaration. The document contains the following lines: \documentclass[12pt,a4paper,brazil]{report} \usepackage[portuguese]{babel} \usepackage[latin1]{inputenc} \usepackag

Some teTeX PrOblEms

1997-08-04 Thread Alan Eugene Davis
I don't understand why latex of teTeX can't see any files I have placed into /usr/lib/texmf/tex/latex/misc. Also, there seems to be no provision for placing new files in /usr/local/lib/texmf/tex/latex/misc. If this is true, this is a major weakness. Also I am having a similar problem as with

Re: Some teTeX PrOblEms

1997-08-04 Thread Anthony Fok
Hello Alan! :) On Sun, 3 Aug 1997, Alan Eugene Davis wrote: > I don't understand why latex of teTeX can't see any files I have > placed into /usr/lib/texmf/tex/latex/misc. Hmm... Did you run texhash to update its search file /usr/lib/texmf/ls-R (or $TEXMF/ls-R) after you added the files? :) B

Re: Some teTeX PrOblEms

1997-08-04 Thread Olaf Weber
Alan Eugene Davis writes: > I don't understand why latex of teTeX can't see any files I have > placed into /usr/lib/texmf/tex/latex/misc. Also, there seems to be no > provision for placing new files in > /usr/local/lib/texmf/tex/latex/misc. If this is true, this is a major > weakness. You hav

Re: Some teTeX PrOblEms

1997-08-04 Thread Paul Seelig
[EMAIL PROTECTED] (Alan Eugene Davis) writes: > I don't understand why latex of teTeX can't see any files I have > placed into /usr/lib/texmf/tex/latex/misc. Also, there seems to be > no provision for placing new files in > /usr/local/lib/texmf/tex/latex/misc. If this is true, this is a > major

SOLVED: TeTex-Problems

1997-06-21 Thread Gernot Bauer
I had big problems installing the TeTex-Package. Thats how I solved it (thanx again for all the hints from this list...) I manually purged all (!) TeTex-packages and "unset" my XDVIFONTS-variable (I think that was the clue). Then manually installed all 3 packages again (tetex-bin, -base and -extr

Re: TeTex-Problems

1997-06-20 Thread Nils Rennebarth
-BEGIN PGP SIGNED MESSAGE- On Mon, 16 Jun 1997, Gernot wrote: >>Have you tried to run texconfig? > >Yup. It seems to quit normally, but when I use "script" I get some >error-messages: > > kpsetool: texmf.cnf not found. > texhash: global Kpathsea configurarion file texmf.cnf not found. >

Re: TeTex-Problems

1997-06-16 Thread Gernot
Emilio wrote >> "G" == Gernot <[EMAIL PROTECTED]> writes: > >G> Thanx to those who replied. I tried all your hints but it still >G> does not work. When I do the thing mentioned above I get the >G> following: > >G> mother# initex latex.initex >G> ! I can't read tex.pool. >G> mother# > >G

Re: TeTex-Problems

1997-06-16 Thread Emilio Lopes
> "G" == Gernot <[EMAIL PROTECTED]> writes: G> Thanx to those who replied. I tried all your hints but it still G> does not work. When I do the thing mentioned above I get the G> following: G> mother# initex latex.initex G> ! I can't read tex.pool. G> mother# G> Hmmm. ??? Have you tr

Re: TeTex-Problems

1997-06-16 Thread Gernot
> As root, go to /usr/lib/texmf/ini (or the TeTeX equivalent) and, if > there's a makefile there you can just type 'make' but otherwise type > 'initex latex.initex'. This will create a latex.fmt which is the > default format file it's looking for. Thanx to those who replied. I tried all your hint