auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX] no automatic label in equations


From: Jochen Küpper
Subject: [AUCTeX] no automatic label in equations
Date: Sun, 13 Nov 2005 18:10:38 +0100

Dear All,

I would like to switch off automatic label insertion for math
environments for some documents -- that is, preferably setting some
variable in the Local Variables of the document.

However, searching the documentation and google, I could not figure
out how to achieve this. I've tried setting LaTeX-equation-label nil
and calling LaTeX-add-environments in different ways (but probably not
understanding how to do that right).

Is there an simple way to get this configured?

,----
| Emacs  : GNU Emacs 22.0.50.50 (i686-pc-linux-gnu, GTK+ Version 2.4.14)
|  of 2005-11-02 on doze.jochen-kuepper.de
| Package: 2005-10-24
| 
| current state:
| ==============
| (setq
|  AUCTeX-date "2005-10-24"
|  window-system 'x
|  LaTeX-version "2e"
|  TeX-style-path '("/home/jochen/konfigurationsdateien/lisp/tex/auctex-style" 
"style" "auto"
|                   "/usr/local/share/emacs/site-lisp/auctex/style" 
"/usr/local/var/auctex")
|  TeX-auto-save nil
|  TeX-parse-self t
|  TeX-master "amp2"
|  TeX-command-list '(("BibTeX" "bibtex %s" TeX-run-BibTeX nil nil)
|                     ("BibTeX all" "bibtexall %s" TeX-run-BibTeX nil nil)
|                     ("eLaTeX" "elatex '\\nonstopmode\\input{%t}'" 
TeX-run-LaTeX nil t)
|                     ("eLaTeX Interactive" "elatex %t" TeX-run-interactive nil 
t)
|                     ("eTeX" "etex %t" TeX-run-TeX nil "nil")
|                     ("pdfeTeX" "pdfetex %t" TeX-run-TeX nil "nil")
|                     ("pdfeLaTeX" "pdfelatex '\\nonstopmode\\input{%t}'" 
TeX-run-LaTeX nil t)
|                     ("pdfeLaTeX write18" "pdfelatex -shell-escape 
'\\nonstopmode\\input{%t}'"
|                      TeX-run-LaTeX nil t)
|                     ("pdfeLaTeX Interactive" "pdfelatex %t" 
TeX-run-interactive nil nil)
|                     ("dvips" "dvips -Ppdf -G0 %d -o %f" TeX-run-command nil 
nil)
|                     ("makeindex" "makeindex %s" TeX-run-command nil t)
|                     ("makeinfo" "makeinfo %t" TeX-run-compile nil t)
|                     ("ps2pdf" "ps2pdf %f" TeX-run-command nil nil)
|                     ("View" "%V" TeX-run-background nil nil)
|                     ("View PDF with gs" "gsview %s.pdf" TeX-run-background 
nil nil)
|                     ("View PostScript" "gsview %f" TeX-run-background nil nil)
|                     ("Print" "%p " TeX-run-command t nil)
|                     ("Spell check" "ispell %s" TeX-run-ispell nil nil) 
("Other" "" TeX-run-command t t))
`----

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheit                http://www.Jochen-Kuepper.de
    Liberté, Égalité, Fraternité                GnuPG key: CC1B0B4D
        (Part 3 you find in my messages before fall 2003.)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]