diff --git a/common.latex b/common.latex
index 39db2124..a9fddfb4 100644
--- a/common.latex
+++ b/common.latex
@@ -257,9 +257,6 @@ $for(bibliography)$
\addbibresource{$bibliography$}
$endfor$
$endif$
-$if(nocite-ids)$
-\nocite{$for(nocite-ids)$$it$$sep$, $endfor$}
-$endif$
$--
$-- csquotes
$--
diff --git a/default.beamer b/default.beamer
index 9fcbcf57..b2eafaad 100644
--- a/default.beamer
+++ b/default.beamer
@@ -178,6 +178,9 @@ $else$
$endif$
$endif$
\begin{frame}[allowframebreaks]{$biblio-title$}
+$if(nocite-ids)$
+ \nocite{$for(nocite-ids)$$it$$sep$, $endfor$}
+$endif$
\bibliographytrue
\bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$}
\end{frame}
@@ -186,6 +189,9 @@ $endif$
$endif$
$if(biblatex)$
\begin{frame}[allowframebreaks]{$biblio-title$}
+$if(nocite-ids)$
+ \nocite{$for(nocite-ids)$$it$$sep$, $endfor$}
+$endif$
\bibliographytrue
\printbibliography[heading=none]
\end{frame}
diff --git a/default.latex b/default.latex
index 58337066..b7858ded 100644
--- a/default.latex
+++ b/default.latex
@@ -96,6 +96,9 @@ $body$
$if(has-frontmatter)$
\backmatter
$endif$
+$if(nocite-ids)$
+\nocite{$for(nocite-ids)$$it$$sep$, $endfor$}
+$endif$
$if(natbib)$
$if(bibliography)$
$if(biblio-title)$
diff --git a/default.openxml b/default.openxml
index 0cfc6e1a..b86efffa 100644
--- a/default.openxml
+++ b/default.openxml
@@ -4,7 +4,7 @@
$if(title)$
-
+
$title$
@@ -12,7 +12,7 @@ $endif$
$if(subtitle)$
-
+
$subtitle$
@@ -20,7 +20,7 @@ $endif$
$for(author)$
-
+
$author$
@@ -28,7 +28,7 @@ $endfor$
$if(date)$
-
+
$date$
@@ -37,7 +37,7 @@ $if(abstract)$
$if(abstract-title)$
-
+
$abstract-title$
@@ -64,7 +64,11 @@ $-- sectpr will be set to the last sectpr in a reference.docx, if present
$if(sectpr)$
$sectpr$
$else$
-
+
+
+
+
+
$endif$