[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Allowing spaces in the regexp for outlines
From: |
Arash Esbati |
Subject: |
Re: Allowing spaces in the regexp for outlines |
Date: |
Fri, 22 Mar 2024 13:56:45 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Emanuel Berg <incal@dataswamp.org> writes:
> Stefan Monnier via Users list for the GNU Emacs text editor wrote:
>
>> ELisp already has a set convention for outlining, where
>> `;;;` is a top-level heading, then `;;;;` is a subheading,
>> `;;;;;` is a subsubheading, etc...
>
> I remember from LaTeX they had came to the conclusion that
> three levels were enough. So when I wanted four levels I had
> to bring in some stuff or solve that in some other way for it
> to happen.
You mean these three levels?
\part{part}
\chapter{chapter} % available with report/book
\section{section}
\subsection{subsection}
\subsubsection{subsubsection}
\paragraph{paragraph}
\subparagraph{subparagraph}
Best, Arash