| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| X-Authentication-Warning: | clul.clul.ul.pt: shutdown set sender to <rui DOT chaves AT clul DOT ul DOT pt> using -f |
| Message-ID: | <3BC57071.6631687@clul.ul.pt> |
| Date: | Thu, 11 Oct 2001 11:12:01 +0100 |
| From: | Rui Pedro Chaves <rui DOT chaves AT clul DOT ul DOT pt> |
| X-Mailer: | Mozilla 4.51 [en] (WinNT; I) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Probably trivial: LaTeX FMT files |
| References: | <3BC3086A DOT 17561 DOT 37CCA026 AT localhost> |
The problem was (and still is):
> > Rui Pedro Chaves schrieb am 2001-10-09 10:28:
> >
> >I wonder if anyone can help to make DVI's from LaTeX /
> >TeX files with CygWin.
> >
> >latex <file.tex>
> >
> >Error Message:
> >" This is TeX version 3(...)
> > I can't find the format file 'latex.fmt'! "
The documentation concearning this is in
/usr/doc/Cygwin/tetex-beta-20001218.README
Where it reads:
Here is an overview of a typical installation:
[1] install the binaries with the cygwin setup as usual;
. (Did that sucessfully)
[2] install TDS at /usr/share/texmf (see above):
cd /usr/share
mkdir -p texmf
tar -zxf teTeX-src-1.0.tar.gz
. (Did that sucessfully)
[3] check the configuration files in /usr/share/texmf/web2c
texmf.cnf, fmtutil.cnf and mktex.cnf
please note that the distributed configuration files are
(with extension) frozen to avoid overwriting.
. (Did that sucessfully)
[4] configure TeX:
texconfig confall
texconfig rehash (or mktexlsr)
texconfig init
__________________________________________________________________
texconfig confall
and
texconfig init
Result in
error: Could not find default config file for DVIPS (config.ps)
This program will exit now.
__________________________________________________________________
On suggestion, I tried to do:
$ export TEXMFMAIN=/usr/share/texmf
and then running texconfig (the three times) again.
But it still resulted in the same error mentioned above.
What could be wrong?
Regards,
rp
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |