Re: Numerazione tabelle e figure: \listoffigures e \listoftables

#78987
Up
0
Down
::


Ciao,
la soluzione dovrebbe essere:

`
\usepackage{chngcntr}
\counterwithin{figure}{section}
\counterwithin{table}{section}
`

A presto,
Matteo

Go to top