all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ernest Adrogué" <nfdisco@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: emacs - LaTeX: problems after [0] pages.
Date: Wed, 21 Dec 2016 20:45:45 +0100	[thread overview]
Message-ID: <20161221194545.7b2jqi4c4yx4b5te@doriath.local> (raw)
In-Reply-To: <b3b25082-5e85-4033-80fc-5c5e48a65c0d@googlegroups.com>

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.



      parent reply	other threads:[~2016-12-21 19:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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é [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161221194545.7b2jqi4c4yx4b5te@doriath.local \
    --to=nfdisco@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.