Texmaker and TeXstudio ⇒ change recurcively the title levels
-
- Posts: 1
- Joined: Fri Mar 20, 2015 12:45 pm
change recurcively the title levels
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
change recurcively the title levels
You could do it by
Code: Select all
\let\section\subsection
\let\subsection\subsubsection
\let\subsubsection\paragraph
Stefan
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
change recurcively the title levels
package coseoul can handle this as well, as far as i remember.