Hy,
I want to lower or upper the levels of the included part. For example :
\section has to become \subsection
\subsection ... \subsection
...
\subsubsection ... \paragraph
How could I do it automaticaly, without using search and replace ?
Thanks
Texmaker and TeXstudio ⇒ change recurcively the title levels
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10323
- Joined: Mon Mar 10, 2008 9:44 pm
change recurcively the title levels
Welcome to the forum!
You could do it by
However, I would recommend to use search & replace once, instead of using such hacks.
Stefan
You could do it by
Code: Select all
\let\section\subsection
\let\subsection\subsubsection
\let\subsubsection\paragraph
Stefan
LaTeX.org admin
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
change recurcively the title levels
Hi and welcome,
package coseoul can handle this as well, as far as i remember.
package coseoul can handle this as well, as far as i remember.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.