From: John Mastro <john.b.mastro@gmail.com>
To: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Cc: vernin@sfr.fr
Subject: Re: emacs - LaTeX: problems after [0] pages.
Date: Wed, 21 Dec 2016 11:00:18 -0800 [thread overview]
Message-ID: <CAOj2CQST+uY4TNGqTDc2DEkjbHA2PWtzHs3Em0ZHqHhVgEknsQ@mail.gmail.com> (raw)
In-Reply-To: <b3b25082-5e85-4033-80fc-5c5e48a65c0d@googlegroups.com>
<vernin@sfr.fr> wrote:
> 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'm not familiar with any of TeX, LaTeX, or pdflatex, so I can't
really say if this will help, but shouldn't the PATH setting be
something like the below?
(setenv "PATH"
(concat "/Library/TeX/texbin"
":" ;; <--- Another colon here to separate the elements
"/usr/texbin"
":"
(getenv "PATH")))
Otherwise you're adding "/Library/TeX/texbin/usr/texbin", which I don't
think is what you intend.
John
next prev parent reply other threads:[~2016-12-21 19:00 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 [this message]
2016-12-21 19:45 ` Ernest Adrogué
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=CAOj2CQST+uY4TNGqTDc2DEkjbHA2PWtzHs3Em0ZHqHhVgEknsQ@mail.gmail.com \
--to=john.b.mastro@gmail.com \
--cc=help-gnu-emacs@gnu.org \
--cc=vernin@sfr.fr \
/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.