auctex
[Top][All Lists]
Advanced

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

Re: "LaTeX-fill-paragraph" behavior for latex preamble


From: Denis Bitouzé
Subject: Re: "LaTeX-fill-paragraph" behavior for latex preamble
Date: Tue, 14 Mar 2023 10:10:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Le 14/03/23 à 16h19, Ikumi Keita a écrit :

> Does anyone see a good solution?

Not an idea but a workaround (suggested on the present list IIRC) that
I find convenient:

--8<---------------cut here---------------start------------->8---
;; Stay in the corresponding lines on their own
(setq LaTeX-paragraph-commands
      '("documentclass"
        "usepackage"
        "title"
        "author"
        "date"
        "maketitle"
        "newcommand"
        "renewcommand"
        "pause"
        "frametitle"
        "framesubtitle"))
--8<---------------cut here---------------end--------------->8---
-- 
Denis



reply via email to

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