I am currently trying to achieve the following result: I have defined a definition environment using amsthm. Using this, one can give additional information about the definition using brackets as follows:
\begin{def}[additional information]
...
\end{def}
I want to use this additional information for a citation. I have already learned that one can cite as follows \parencite[Section ...]{1} when wanting to specify where exactly the cited result is stated.
However, this does not work in the additional information in the definition (I think because LaTeX is overwhelmed with the two sets of squared brackets).
Is there a way to get the wanted result?