You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -670,6 +696,10 @@ Some frequent abbreviations are also supported (art, chap, col, fig…)
670
696
To mark an entry as cited without actually producing a citation, use \autodoc:command{\nocite{<key>}}.
671
697
This is useful when you want to include an entry in the bibliography without citing it in the text.
672
698
699
+
To generate multiple citations grouped correctly, use \autodoc:command{\cites{\cite{<key1>}, \cite{<key2>}, …}}.
700
+
This wrapper command only accepts \autodoc:command{\cite} elements following their standard syntax.
701
+
Any other element triggers an error, and any text content is silently ignored.
702
+
673
703
To produce a bibliography of cited references, use \autodoc:command{\printbibliography}.
674
704
After printing the bibliography, the list of cited entries will be cleared. This allows you to start fresh for subsequent uses (e.g., in a different chapter).
675
705
If you want to include all entries in the bibliography, not just those that have been cited, set the option \autodoc:parameter{cited} to false.
0 commit comments