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 mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to