The \sideparencite helper command was indeed calling \parencite but without adding anything to the side margin.
This change fixes it in my document but I'm not familiarized enough with the kaobook codebase to be sure of what I'm doing, so please don't hesitate to ask me to improve this PR.
What I did was basically mimick the way \sidetextcite combines the functionalities of \textcite and \sidecite and try to make this variant do the same.
I don't personally use it but \sidesupercite seems a bit faulty too, it adds something to the side margin but not with the same level of details, should I try and make it look like other citation types as well?
The
\sideparencite
helper command was indeed calling\parencite
but without adding anything to the side margin.This change fixes it in my document but I'm not familiarized enough with the kaobook codebase to be sure of what I'm doing, so please don't hesitate to ask me to improve this PR.
What I did was basically mimick the way
\sidetextcite
combines the functionalities of\textcite
and\sidecite
and try to make this variant do the same.I don't personally use it but
\sidesupercite
seems a bit faulty too, it adds something to the side margin but not with the same level of details, should I try and make it look like other citation types as well?