[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: About LaTeX/TeX modes
From: |
Angelo Graziosi |
Subject: |
Re: About LaTeX/TeX modes |
Date: |
Thu, 11 Aug 2022 01:47:57 +0200 (CEST) |
> Tassilo Horn wrote:
>
>
> If it doesn't work out-of-the-box with the AUCTeX ELPA package that's a bug
> you should report.
>
Indeed! I installed AUCTeX from ELPA a few years ago and it always worked OB
(Windows, macOS, GNU/Linux). My init file contains just this:
---------------------------------
;;
;; AUCTeX
(setq font-latex-fontify-sectioning 'color)
;; Emacs latex modes
(defun my-latex-mode ()
"My customization for Emacs `latex-mode'."
(interactive)
;; (auto-fill-mode 1)
(turn-on-reftex)
;; Add index to menu bar
(imenu-add-to-menubar "Contents")
)
;; AucTeX LaTeX mode
(add-hook 'LaTeX-mode-hook 'my-latex-mode)
---------------------------------
but the package works also without that in the init file...
- Re: About LaTeX/TeX modes, (continued)
- Re: About LaTeX/TeX modes, Arash Esbati, 2022/08/07
- Re: About LaTeX/TeX modes, T.V Raman, 2022/08/08
- Re: About LaTeX/TeX modes, Arash Esbati, 2022/08/08
- Re: About LaTeX/TeX modes, T.V Raman, 2022/08/08
- Re: About LaTeX/TeX modes, Per Starbäck, 2022/08/09
- Re: About LaTeX/TeX modes, Stefan Kangas, 2022/08/09
- Re: About LaTeX/TeX modes, T.V Raman, 2022/08/09
- Re: About LaTeX/TeX modes, Matthias Meulien, 2022/08/09
- Re: About LaTeX/TeX modes, Tassilo Horn, 2022/08/10
- Re: About LaTeX/TeX modes, Angelo Graziosi, 2022/08/09
- Re: About LaTeX/TeX modes,
Angelo Graziosi <=
Re: Re: About LaTeX/TeX modes, Pedro Andres Aranda Gutierrez, 2022/08/10