--- a/.emacs-my Wed Mar 17 22:50:31 2010 +0200
+++ b/.emacs-my Wed Mar 17 22:54:40 2010 +0200
@@ -476,11 +476,11 @@
;; discography - variant of BibTeX mode for discographies
;; ======================================================================
-;; TEX.
+;; TeX, LaTeX.
(setq tex-run-command "initex")
-;; ======================================================================
+;; ----------------------------------------------------------------------
;; AUC TeX.
;(add-hook 'LaTeX-mode-hook 'LaTeX-install-toolbar)
@@ -515,7 +515,7 @@
; "texify --tex-opt=--src --run-viewer --clean %s.tex"
; 'TeX-run-command nil t))))
-;; ======================================================================
+;; ----------------------------------------------------------------------
;; Reftex activation (Reftex is included with Emacs 21.1).
;; (autoload 'reftex-mode "reftex" "RefTeX Minor Mode" t)
@@ -525,7 +525,7 @@
;; (add-hook 'LaTeX-mode-hook 'turn-on-reftex) ; with AUCTeX LaTeX mode
;; (add-hook 'latex-mode-hook 'turn-on-reftex) ; with Emacs latex mode
-;; ======================================================================
+;; ----------------------------------------------------------------------
;; PreviewLatex.
;(load "preview-latex.el" nil t t)