LaTeX and Cygwin
Sebastian Rahtz
sebastian.rahtz@computing-services.oxford.ac.uk
Wed, 13 Sep 2000 20:25:15 +0100 (BST)
Handsfield, James H. writes:
> The other day I upgraded my Cygwin, and since then I can't get LaTeX to run
> from inside Emacs. When I try, I get the following message:
>
> --- Begin quoted message ---
>
> Running `LaTeX' on `ideal' with ``latex \\nonstopmode\\input{ideal.tex}''
> This is TeX, Version 3.14159 (Web2c 7.3.1)
> ! I can't find file `nonstopmodeinput{ideal.tex}'.
> <*> nonstopmodeinput{ideal.tex}
have you tried
latex '\nonstopmode\input{ideal.tex}'
instead? if they both fail, i'd blame cygwin (or emacs).
sebastian