In the manual it is said to use \label command inside \piccaption command but i don't understand how ?
I typed : \piccaption{Caption text}{\label{test}} but not working obviously.
In the manual it is said to use \label command inside \piccaption command but i don't understand how ?
I typed : \piccaption{Caption text}{\label{test}} but not working obviously.
The \label should form part of the caption, so use
\piccaption{Caption text\label{test}}
\piccaption{Caption text\label{test}}.\labelis invisible after all. – John Kormylo Aug 26 '22 at 12:35