[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX] Easylist with auctex
From: |
Thorsten Grothe |
Subject: |
[AUCTeX] Easylist with auctex |
Date: |
Sun, 03 Feb 2019 20:22:21 +0100 |
I would like to use the easylist package with auctex. Easylist is a
enumerate/itemize like environment with the following structure
\begin{easylist}
# Item 1
## Item 2
### Item 3
# Item 4
\end{easylist}
I could sucessfully register the env with
(TeX-add-style-hook
"latex"
(lambda ()
(LaTeX-add-environments
'("easylist" LaTeX-env-item))))
but I was not sucessfull registering “#/##/###…” as \items. How can I register #
as \items to get the right indention/formatting/filling in the
environment?
Regards
Thorsten
- [AUCTeX] Easylist with auctex,
Thorsten Grothe <=