aboutsummaryrefslogtreecommitdiff
path: root/data/templates/default.typst
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/default.typst')
-rw-r--r--data/templates/default.typst5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/templates/default.typst b/data/templates/default.typst
index 00e1ec557..4c75fd0f4 100644
--- a/data/templates/default.typst
+++ b/data/templates/default.typst
@@ -132,6 +132,9 @@ $endif$
$body$
$if(citations)$
+$for(nocite-ids)$
+#cite(label("${it}"), form: none)
+$endfor$
$if(csl)$
#set bibliography(style: "$csl$")
@@ -141,7 +144,7 @@ $elseif(bibliographystyle)$
$endif$
$if(bibliography)$
-#bibliography($for(bibliography)$"$bibliography$"$sep$,$endfor$)
+#bibliography($for(bibliography)$"$bibliography$"$sep$,$endfor$$if(full-bibliography)$, full: true$endif$)
$endif$
$endif$
$for(include-after)$