From: Riccardo Romoli <ric.romoli@gmail.com>
To: Michael Markert <markert.michael@googlemail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Enable pdfLaTeX mode
Date: Thu, 23 Feb 2012 09:59:39 +0100 [thread overview]
Message-ID: <6A9A1C85-3F51-40EA-B536-7F4FB0D6FC3C@gmail.com> (raw)
In-Reply-To: <87vcmysg1v.fsf@googlemail.com>
Thanks for your precious suggestion. The problem is solved!!
Best
Riccardo
On 22/feb/12, at 22:40, Michael Markert wrote:
>
> Hi Riccardo,
>
> Riccardo Romoli <ric.romoli@gmail.com> writes:
>
>> As in the wiky-emacs I added this to my .emacs:
>>
>> (setq TeX-PDF-mode t)
>>
>> but when I open a .tex nothing appens, pdfLaTeX is not enabled.
>
> See the documentation:
>
> ,----[ C-h v TeX-PDF-mode RET ]
> | TeX-PDF-mode is a variable defined in `tex.el'.
> | Its value is nil
> |
> | Automatically becomes buffer-local when set in any fashion.
> | This variable is safe as a file local variable if its value
> | satisfies the predicate `TeX-booleanp'.
> |
> | Documentation:
> | Non-nil if Tex-Pdf mode is enabled.
> | Use the command `TeX-PDF-mode' to change this variable.
> |
> | You can customize this variable.
> |
> | [back]
> `----
>
> The variable is buffer-local, that means you have to set in the
> relevant
> buffer or you use
>
> (setq-default TeX-PDF-mode t)
>
> to change the default value.
>
> Michael
next prev parent reply other threads:[~2012-02-23 8:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-22 21:31 Enable pdfLaTeX mode Riccardo Romoli
2012-02-22 21:40 ` Michael Markert
2012-02-23 8:59 ` Riccardo Romoli [this message]
2012-02-22 21:43 ` Peter Dyballa
2012-02-22 21:54 ` Riccardo Romoli
2012-02-23 0:05 ` Peter Dyballa
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6A9A1C85-3F51-40EA-B536-7F4FB0D6FC3C@gmail.com \
--to=ric.romoli@gmail.com \
--cc=help-gnu-emacs@gnu.org \
--cc=markert.michael@googlemail.com \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).