0

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.

1 Answers1

1

The \label should form part of the caption, so use

\piccaption{Caption text\label{test}}
Werner
  • 603,163