X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Eric Hanchrow Subject: Re: Invoking Miktex in Cygwin Date: Sat, 18 Mar 2006 08:22:44 -0800 Lines: 32 Message-ID: <873bhf4t9n.fsf@blarg.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.51 (gnu/linux) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com >>>>> "Tong" == Tong Wang writes: Tong> Hi you guys, I have Miktex installed( in C:\Program Files), Tong> and am trying to invoke Latex.exe from Shell and Tong> got some trouble. Heres what I did : 1. make a Tong> soft link by: ln -s 'C:\Program Tong> Files\texmf\miktex\bin\latex.exe' /usr/local/bin 2. Tong> run latex: latex myfile.tex Tong> Then I got the following error message: This is pdfeTeX, Tong> Version 3.141592-1.21a-2.2 (Web2C 7.5.4) kpathsea: Tong> Running mktexfmt latex.fmt /usr/bin/mktexfmt: line 333: Tong> /texconfig/tcfmgr: No such file or directory fmtutil: Tong> config file `fmtutil.cnf' not found. I can't find the Tong> format file `latex.fmt'! Tong> but I do have C:\Program Tong> Files\localtexmf\miktex\fmt\latex.efmt And I am sure that Tong> the Miktex works fine for other editor like WinEdt. I've never used mixtex, so I'm just making this up. But: it's possible that mixtex has accidentally invoked the Cygwin version of pdfeTeX, instead of its own. Try putting miktex's directory on the front of your PATH, like this: $ PATH=/cygdrive/c/Program Files/texmf/miktex/bin:$PATH latex myfile.tex -- Humor can be dissected as a frog can, but the thing dies in the process and the innards are discouraging to any but the pure scientist. --E.B. White -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/