I have a lot of sections in a very long document (about 600), I'd like to sort them.
Example about what I get:
Code: Select all
\subsection*{261 - a title}
Text of the section 261
\subsection*{053 - an other title}
Text of the section 53
\subsection*{138 - a known title}
Text of the section 138
\end{document}
Code: Select all
\subsection*{053 - an other title}
Text of the section 53
\subsection*{138 - a known title}
Text of the section 138
\subsection*{261 - a title}
Text of the section 261
\end{document}
Is it possible to do that with latex ?
Best,
Thibaud.