all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs - LaTeX: problems after [0] pages.
@ 2016-12-21 18:03 vernin
  2016-12-21 19:00 ` John Mastro
  2016-12-21 19:45 ` Ernest Adrogué
  0 siblings, 2 replies; 3+ messages in thread
From: vernin @ 2016-12-21 18:03 UTC (permalink / raw)
  To: help-gnu-emacs

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.

Thank you.


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

end of thread, other threads:[~2016-12-21 19:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-21 18:03 emacs - LaTeX: problems after [0] pages vernin
2016-12-21 19:00 ` John Mastro
2016-12-21 19:45 ` Ernest Adrogué

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.