From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: vernin@sfr.fr Newsgroups: gmane.emacs.help Subject: emacs - LaTeX: problems after [0] pages. Date: Wed, 21 Dec 2016 10:03:05 -0800 (PST) Message-ID: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1482343533 1064 195.159.176.226 (21 Dec 2016 18:05:33 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 21 Dec 2016 18:05:33 +0000 (UTC) Injection-Date: Wed, 21 Dec 2016 18:03:05 +0000 User-Agent: G2/1.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 21 19:05:28 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cJlGZ-0007sg-Lz for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Dec 2016 19:05:27 +0100 Original-Received: from localhost ([::1]:58396 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJlGc-0007EL-EE for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Dec 2016 13:05:30 -0500 X-Received: by 10.129.178.133 with SMTP id q127mr1495133ywh.122.1482343385552; Wed, 21 Dec 2016 10:03:05 -0800 (PST) X-Received: by 10.157.27.9 with SMTP id l9mr626916otl.6.1482343385449; Wed, 21 Dec 2016 10:03:05 -0800 (PST) Original-Path: usenet.stanford.edu!n6no1726253qtd.0!news-out.google.com!u18ni7063ita.0!nntp.google.com!75no2449154ite.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=84.99.218.74; posting-account=wD5eMQoAAAAlBBSUCabJ4nTZ2iWcP-U- Original-NNTP-Posting-Host: 84.99.218.74 Original-Xref: usenet.stanford.edu gnu.emacs.help:219039 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:111989 Archived-At: 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 answer= s: 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 =20 "/Library/TeX/texbin" ;%%%% ajout=C3=88 le 19/12 "/usr/texbin" ":" (getenv "PATH") ) ) No change! I do not know what to do. Thank you.