On 06/05/2021 18:53, Bruce D'Arcus wrote:

Your example should just use the default org-cite citation, without
any style or sub-style.

The rest would be handled by latex/bibtex.

Right?

Yes, simple \cite{k1,k2} is mostly enough for numeric citations. E.g cases like separated list of references to author's works are handled by a customized \begin{thebibliography} and dedicated counter having some prefix.

There is might be some uncertainty concerning handling of prefixes and suffixes. However my impression is that even e.g. \cite[p.~7]{key} is quite rare. For completeness, keys without prefixes, suffixes could be combined into single \cite{key1,key2}, otherwise individual \cite{key1} may be required with additional text in between.


Reply via email to