Re: Box numerati con Latex

#4491
Up
0
Down
::


In effetti credo che il comando AMS \numberwithin non faccia altro che quello che hai scritto tu per esteso.

In definitiva si può usare equivalentemente i seguenti due
`\newcounter{scatola}
\numberwithin{scatola}{chapter}`

`\newcounter{scatola}[chapter]
\renewcommand{\thescatola}{\thechapter.\arabic{scatola}}`

Go to top