public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* teTeX - fmt-Files not created
@ 2001-12-12  3:51 rabe42
  2001-12-12 13:53 ` Jerome BENOIT
       [not found] ` <rabe42 at web dot de>
  0 siblings, 2 replies; 7+ messages in thread
From: rabe42 @ 2001-12-12  3:51 UTC (permalink / raw)
  To: cygwin

Hi,

I'm new to teTeX on cygwin.

I follow the instruction in 

/usr/doc/Cygwin/tetex-beta-20001218.README

deinstall and reinstall the teTeX-beta distribution, like explaint
in the mail archive.

Delete the ls-R - file and execute 

texconfig confall
texconfig rehash
texconfig init

with no errors!

But even then, I got no fmt files for latex, tex, etex, elatex or
even the pdftex family.

What have I to do, to get teTeX running?

Regards
Ralf
______________________________________________________________________________
Sichern Sie sich Ihre Chancen auf den Jackpot: Mit dem WEB.DE 
Lottoservice bequem und sicher tippen: http://tippen2.web.de/?x=11


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: Re: teTeX - fmt-Files not created
@ 2001-12-14  8:23 rabe42
  2001-12-14  8:27 ` Gerrit P. Haase
  0 siblings, 1 reply; 7+ messages in thread
From: rabe42 @ 2001-12-14  8:23 UTC (permalink / raw)
  To: JanNieuwenhuizen, rabe4; +Cc: cygwin

Thank you for your answer.

Jan Nieuwenhuizen <janneke@gnu.org> schrieb am 13.12.01:
> > What have I to do, to get teTeX running?
> 
> You could try pointing your setup.exe to
> 
>     http://lilypond.org/gnu-windows/testing
> 
> or just run:
> 
>     http://lilypond.org/gnu-windows/testing/setup.exe
> 
> and install tetex-beta and at least one of texmf-tiny or texmf-base.
> You don't have to install lilypond, of course.
> 
After removing the old tetex-beta, I've installed all the stuff there:
- tetex-beta
- texmf-base
- texmf-extra

The good message:
The fmt-Files are now there and will be found.

But, if I call pdflatex I got the following error message:

Error: pdflatex (file pdftex.cfg): cannot open config file

This file was initially not in the texmf-tree. So I copy it from
the last teTeX-texmf-1.0 release.

After 

texconfig confall
texconfig rehash
texconfig init

this file is also in 

/usr/share/texmf/ls-R 

but pdflatex can't find it anyway.

So I try to use pure latex.

This is the error message I got:

! LaTeX Error: File `article.cls' not found.

Seems that something principally is broken. Some ideas where I have to dig?

Regards
Ralf

________________________________________________________________
Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! 
Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: teTeX - fmt-Files not created
@ 2001-12-14  8:42 Jan Nieuwenhuizen
  2001-12-14 12:35 ` Jerome BENOIT
  2001-12-15  4:06 ` Jerome BENOIT
  0 siblings, 2 replies; 7+ messages in thread
From: Jan Nieuwenhuizen @ 2001-12-14  8:42 UTC (permalink / raw)
  To: rabe42; +Cc: cygwin

<rabe42@web.de> writes:

> After removing the old tetex-beta, I've installed all the stuff there:
> - tetex-beta
> - texmf-base
> - texmf-extra
> 
> The good message:
> The fmt-Files are now there and will be found.

Ok, thanks, so this really seems to work.

> But, if I call pdflatex I got the following error message:
[..]
> but pdflatex can't find it anyway.

Hmm, there's been a problem with that before.  I'll look into this.

> So I try to use pure latex.
> 
> This is the error message I got:
> 
> ! LaTeX Error: File `article.cls' not found.
> 
> Seems that something principally is broken. Some ideas where I have to dig?

That's really strange.  Do you have environment variables set, such as
TEXINPUTS?  This should not be necessary, but if you do, note that
tetex needs unix style paths, not dos style like miktex.

What do kpsewhich commands like

   17:29:23 fred@appel:~$ kpsewhich cmr10.tfm
   /usr/share/texmf/fonts/tfm/public/cm/cmr10.tfm
   17:29:26 fred@appel:~$ kpsewhich article.cls
   /usr/share/texmf/tex/latex/base/article.cls

say?

Greetings,
Jan.

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org
From: Jan Nieuwenhuizen <janneke@gnu.org>
Date: 14 Dec 2001 17:30:59 +0100
In-Reply-To: <200112141554.fBEFstC20349@mailgate5.cinetic.de> (<rabe42@web.de>'s message of "Fri, 14 Dec 2001 16:54:56 +0100")
Message-ID: <m37krp227w.fsf@appel.lilypond.org>
Lines: 45


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-12  3:51 teTeX - fmt-Files not created rabe42
2001-12-12 13:53 ` Jerome BENOIT
     [not found] ` <rabe42 at web dot de>
2001-12-13 14:11   ` Jan Nieuwenhuizen
2001-12-14  8:23 rabe42
2001-12-14  8:27 ` Gerrit P. Haase
2001-12-14  8:42 Jan Nieuwenhuizen
2001-12-14 12:35 ` Jerome BENOIT
2001-12-15  4:06 ` Jerome BENOIT

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 read-only IMAP folder(s) and NNTP newsgroup(s).