瀏覽代碼

Fix papers appearing multiple times in publications

Restrict the list of publications to the main bibliography. This
prevents own papers that are cited in other own papers from appearing
multiple times in the publication list. This would otherwise happen due
to the bibliography keys having a per-paper prefix and therefore being
treated as different papers by biblatex.

As a disadvantage, all own papers now have to be listed in main.bib and
do not show up automatically anymore in the list when they are cited in
other papers.
Stefan Gast 2 月之前
父節點
當前提交
5ab96028b2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main.tex.php

+ 1 - 1
main.tex.php

@@ -146,7 +146,7 @@ if (isset($options["--cv"]))
 \renewcommand*\thesection{\arabic{section}}
 
 \bgroup
-\begin{refsection}
+\begin{refsection}[main]
 \chapter*{List of Publications}
 \label{sec:publicationlist}
 \addcontentsline{toc}{chapter}{List of Publications}