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
@@ -663,6 +667,9 @@ To produce an inline citation, call \autodoc:command{\csl:cite{<key>}}, which wi
663
667
If you want to cite a particular page number, use \autodoc:command{\csl:cite[page=22]{<key>}}. Other “locator” options are available (article, chapter, column, line, note, paragraph, section, volume, etc.) – see the CSL documentation for details.
664
668
Some frequent abbreviations are also supported (art, chap, col, fig…)
665
669
670
+
To mark an entry as cited without actually producing a citation, use \autodoc:command{\nocite{<key>}}.
671
+
This is useful when you want to include an entry in the bibliography without citing it in the text.
672
+
666
673
To produce a bibliography of cited references, use \autodoc:command{\printbibliography}.
667
674
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).
668
675
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