Hi, i need to change "Bibliography" to "Literaturverzeichnis" in Latex

Viewed 19

i need to change in Latex "Bibliography" to "Literaturverzeichnis". I habe biblatex.

\documentclass[%
    BCOR=8.25mm,         % Bindekorrektur
    DIV=12,              % Satzspiegel
    parskip=half,                % Abstand zwischen Absätzen
    %bibliography=totoc,     % Literaturverzeichnis im Inhaltsverzeichnis
    headsepline=on,      % Trennlinie Kolumnentitel
    ]{scrbook}
    
    
\renewcommand*\bibname{Literaturverzeichnis}
%\bibliographystyle{•} \renewcommand{biblatex}{Literaturverzeichnis}

\usepackage[backend=biber,style=alphabetic,]{bibtex}
0 Answers
Related