Open pwintz opened 1 year ago
This is caused because =
is used to match the keys and values in the prop
erty. Adding an extra group around the key name for protection would solve the problem.
\iow_now:cx { @auxout }
{
\prop_gput_from_keyval:Nn \token_to_str:N \g__UsedOn_kv_prop
{{##1}=##2} % <-- here
}
I have a document with a theorem labeled as
result:bound on distance traveled by solution to dot x = f(x)
. When I use\cref[UsedBy]{result:bound on distance traveled by solution to dot x = f(x)}
the following error occurs:No error occurs if I use
\cref{result:bound on distance traveled by solution to dot x = f(x)}
.Here's the relevant portion of my document configuration: