all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Markert <markert.michael@googlemail.com>
To: Riccardo Romoli <ric.romoli@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Enable pdfLaTeX mode
Date: Wed, 22 Feb 2012 22:40:12 +0100	[thread overview]
Message-ID: <87vcmysg1v.fsf@googlemail.com> (raw)
In-Reply-To: <4E61AEF6-73AA-451B-9E93-EC94A0E2AD11@gmail.com> (Riccardo Romoli's message of "Wed, 22 Feb 2012 22:31:58 +0100")

[-- Attachment #1: Type: text/plain, Size: 887 bytes --]


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

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

  reply	other threads:[~2012-02-22 21:40 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 [this message]
2012-02-23  8:59   ` Riccardo Romoli
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

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

  git send-email \
    --in-reply-to=87vcmysg1v.fsf@googlemail.com \
    --to=markert.michael@googlemail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=ric.romoli@gmail.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.
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.