help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs - LaTeX: problems after [0] pages.


From: Ernest Adrogué
Subject: Re: emacs - LaTeX: problems after [0] pages.
Date: Wed, 21 Dec 2016 20:45:45 +0100
User-agent: NeoMutt/20161126 (1.7.1)

2016-12-21, 10:03 (-0800); vernin@sfr.fr escriu:
> I use a MakBookPro, with MacOS Sierra 10.12.2
> I use emacs for tex file that I compile by C-c C-c
> 
> I changed my system and now, when I do: C-c C-c truc.tex, the system answers:
> LaTeX: problems after [0] pages.
> There is no truc.log created
> 
> If I do: pdflatex truc.tex in the Terminal, all is correct.
> 
> I tried:
> MacBook-Pro-de-Jacques:Naples jacquesvernin$ which pdflatex
> /Library/TeX/texbin/pdflatex
> 
> and, in my .emacs, I put:
> (setenv "PATH"
>    (concat  
>     "/Library/TeX/texbin"  ;%%%% ajoutÈ le 19/12
>     "/usr/texbin"
>     ":"
>     (getenv "PATH")
>     )
> )
> 
> No change!
> 
> I do not know what to do.

If you do C-c C-l after compiling the document, Emacs will open a buffer
showing LaTeX's output, that should give some clues.  Also look in the
*Messages* buffers.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]