File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -257,9 +257,6 @@ $for(bibliography)$
257257\addbibresource{$bibliography$}
258258$endfor$
259259$endif$
260- $if(nocite-ids)$
261- \nocite{$for(nocite-ids)$$it$$sep$, $endfor$}
262- $endif$
263260$--
264261$-- csquotes
265262$--
Original file line number Diff line number Diff line change @@ -168,6 +168,9 @@ $if(linestretch)$
168168$endif$
169169$body$
170170
171+ $if(nocite-ids)$
172+ \nocite{$for(nocite-ids)$$it$$sep$, $endfor$}
173+ $endif$
171174$if(natbib)$
172175$if(bibliography)$
173176$if(biblio-title)$
Original file line number Diff line number Diff line change 9696$if(has-frontmatter)$
9797\backmatter
9898$endif$
99+ $if(nocite-ids)$
100+ \nocite{$for(nocite-ids)$$it$$sep$, $endfor$}
101+ $endif$
99102$if(natbib)$
100103$if(bibliography)$
101104$if(biblio-title)$
You can’t perform that action at this time.
0 commit comments