Is it possible to put a prefix in front of section numbers?
Code: Select all
\documentclass[12pt]{amsart}
\begin{document}
\section{Article General Remarks}
\subsection{sub 1. Additional notes}
\end{document}
Article 1. General Remarks
Article 1.1 Additional notes
Thanks for any reply,
Gert
ps
I searched for "prefix section numbering" and other terms like this but couldn't find an answer.