\documentclass[toc=bib]{scrartcl} \usepackage{biblatex} \addbibresource{biblatex-examples.bib} \begin{document} \tableofcontents \nocite{*} \printbibliography \end{document}
Liefert als Titel für die Bibliografie "totoc". Benutze ich toc=bibnumbered
funktioniert es. Es erscheint dann 1 References
Aktuelles TeXLive2017
*File List* scrartcl.cls 2017/10/13 v3.25.2685 KOMA-Script document class (article) scrkbase.sty 2017/10/13 v3.25.2685 KOMA-Script package (KOMA-Script-dependen t basics and keyval usage) scrbase.sty 2017/10/13 v3.25.2685 KOMA-Script package (KOMA-Script-independ ent basics and keyval usage) keyval.sty 2014/10/28 v1.15 key=value parser (DPC) scrlfile.sty 2017/10/13 v3.25.2685 KOMA-Script package (loading files) tocbasic.sty 2017/10/13 v3.25.2685 KOMA-Script package (handling toc-files) scrsize11pt.clo 2017/10/13 v3.25.2685 KOMA-Script font size class option (11 pt) typearea.sty 2017/10/13 v3.25.2685 KOMA-Script package (type area) biblatex.sty 2017/11/21 v3.9 programmable bibliographies (PK/JW/AB) pdftexcmds.sty 2017/03/19 v0.25 Utility functions of pdfTeX for LuaTeX (HO) infwarerr.sty 2016/05/16 v1.4 Providing info/warning/error messages (HO) ifluatex.sty 2016/05/16 v1.4 Provides the ifluatex switch (HO) ltxcmds.sty 2016/05/16 v1.23 LaTeX kernel commands for general use (HO) ifpdf.sty 2017/03/15 v3.2 Provides the ifpdf switch etoolbox.sty 2017/11/22 v2.5 e-TeX tools for LaTeX (JAW) kvoptions.sty 2016/05/16 v3.12 Key value format for package options (HO) kvsetkeys.sty 2016/05/16 v1.17 Key value parser (HO) etexcmds.sty 2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO) logreq.sty 2010/08/04 v1.0 xml request logger logreq.def 2010/08/04 v1.0 logreq spec v1.0 ifthen.sty 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC) url.sty 2013/09/16 ver 3.4 Verb mode for urls, etc. xstring.sty 2013/10/13 v1.7c String manipulations (C Tellechea) blx-dm.def biblatex-dm.cfg blx-compat.def 2017/11/21 v3.9 biblatex compatibility (PK/JW/AB) biblatex.def 2017/11/21 v3.9 biblatex compatibility (PK/JW/AB) standard.bbx 2017/11/21 v3.9 biblatex bibliography style (PK/JW/AB) numeric.bbx 2017/11/21 v3.9 biblatex bibliography style (PK/JW/AB) numeric.cbx 2017/11/21 v3.9 biblatex citation style (PK/JW/AB) biblatex.cfg english.lbx 2017/11/21 v3.9 biblatex localization (PK/JW/AB) zzz2.bbl
Danke für den Hinweis
Da waren in der Tat in
bibliography=notoc
undbibliography=totoc
im Code für scrartcl jeweils ein Fehler. Getestet hatte ich leichtsinniger Weise nur mit scrbook. Das betraf genau den Code, den ich zwar extra für die bessere Kooperation mit biblatex eingebaut hatte, aber es tritt auch ohne biblatex auf. Das ist also gänzlich unschuldig an dem Problem.[Edit]
Im Repository sollte es ab Revision 2769 behoben sein. Eine entsprechende Pre-Release ist ebenfalls verfügbar.