在参考书目中,它被写成 S. 226,而不是 p. 226

在参考书目中,它被写成 S. 226,而不是 p. 226

在参考书目中,页数写为德语 Seiten (S.),但我想改为页数 (p.)。有人可以帮我更改设置吗?我正在使用 TexStudio。

主 tex 文件

\documentclass[fontsize = 12pt,                     %Schriftgröße
               paper = a4,                              %Papierformat
               headings = small,                    %Größe der Überschriften
               open=right,                              %Abschnitte beginnen rechts
               cleardoublepage = empty,     %leere Seiten ohne Kopfzeile
               BCOR = 10mm,                             %Binde Korrektur
               captions = tableheading,     %Tabellen mit Überschriften
               bibliography = totoc,            %Literatur- ins Inhaltsverzeichnis
               listof = totoc,                      %Verzeichnisse ins Inhaltsverzeichnis
               %twoside = true
               oneside
               ]                        %doppelseitiges Layout
              {scrbook}
        
\usepackage{setspace}            % Zeilenabstand einstellbar
\usepackage{hyperref}
\usepackage{subcaption}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage[table,xcdraw]{xcolor} %tabellen mit farben
\usepackage[export]{adjustbox} %für die größe von bildern
\usepackage{listings} %statt verbatim?
\usepackage{bibgerm}
\usepackage{float}        % u.a. genaue Plazierung von Gleitobjekten mit H
\usepackage{textcomp}       %für \textregistred in Überschrift
\usepackage{tabularx}

\renewcommand{\bf}{\normalfont \bfseries} 
\usepackage{fancyvrb}  %zur Darstellung von Quelltexten
\usepackage[ngerman,english]{babel}
\usepackage[babel]{csquotes}    
    
\begin{document}

\renewcommand*{\chapterpagestyle}{empty}

\frontmatter
\clearpage
%-----Titelblatt, Kurzfassung und Abstract-----
\include{titel}
\clearpage

%-----Kurzfassung-----
\clearpage
\include{Kurzfassung}

%------Foreword------
\clearpage 
\include{Preface}

%-----Inhaltsverzeichnis-----
\clearpage                           
\tableofcontents             

%-----Abbildungsverzeichnis-----
\clearpage
\listoffigures

%-----Tabellenverzeichnis-----
\clearpage     
\listoftables

%-----Listings-----
\clearpage     
\lstlistoflistings


%-----List of Abbreviations----
%\clearpage
%\include{Abrreviations}


%-----Tabellenverzeichnis-----
\clearpage
\include{Abbreviations}

\clearpage
\include{Glossary}



%-----Hauptkapitel-----
\mainmatter             % den Hauptteil beginnen
\clearpage
\pagestyle{scrheadings}  % Kopfzeilen
\thispagestyle{scrheadings}  % Kopfzeilen
\include{kapitel_1}
\include{kapitel_2}
\include{kapitel_3}
\include{kapitel_4}
\include{kapitel_5}
%-----Anhang-----
\include{Anhang}
%\include{Glossary}
%\include{literatur}
%\listoftables
%\listoffigures
\bibliographystyle{plaindin} %Verzeichnis nach Autor sortiert, Referenzen numerisch
%\bibliographystyle{unsrtdin} %Verzeichnis in Reihenfolge des zitierens, Referenzen numerisch 
%\bibliographystyle{alphadin} %Verzeichnis nach Autor sortiert, Referenzen aus Autorenkürzel
%\bibliographystyle{abbrvdin} % Wie plaindin, Autorenvornamen abgekürzt
%\bibliographystyle{agsm}
\bibliography{Literatur}
\nocite{*}               % Alle Quelleneintr?ge anzeigen, auch wenn sie nicht im Text referenziert sind
%-----Aufgaben der Bachelorarbeit-----
%\clearpage
\include{Erklaerung}
\cleardoublepage

\end{document}

文献目录

@inproceedings{Behringer.2004,
    title        = {The DARPA grand challenge - development of an autonomous vehicle},
    author       = {Behringer, R. and Sundareswaran, S. and Daily, R. and Bevly, D. and Gregory, B. and Elsley, R. and Addison, B. and Guthmiller, W.},
    year         = 2004,
    booktitle    = {IEEE Intelligent Vehicles Symposium, 2004},
    publisher    = {IEEE},
    pages        = {226-231},
    doi          = {10.1109/IVS.2004.1336386},
    isbn         = {0-7803-8310-9}
}

在此处输入图片描述

答案1

如果您的文档是英文的,为什么要使用bibgerm

无论如何,您都应该使用适合该包的参考书目样式,例如gerplain

\begin{filecontents*}{\jobname.bib}
@inproceedings{Behringer.2004,
    title        = {The DARPA grand challenge - development of an autonomous vehicle},
    author       = {Behringer, R. and Sundareswaran, S. and Daily, R. and Bevly, D. and Gregory, B. and Elsley, R. and Addison, B. and Guthmiller, W.},
    year         = 2004,
    booktitle    = {IEEE Intelligent Vehicles Symposium, 2004},
    publisher    = {IEEE},
    pages        = {226-231},
    doi          = {10.1109/IVS.2004.1336386},
    isbn         = {0-7803-8310-9}
}
\end{filecontents*}

\documentclass[
  fontsize = 12pt,         %Schriftgröße
  paper = a4,              %Papierformat
  open=right,              %Abschnitte beginnen rechts
  cleardoublepage = empty, %leere Seiten ohne Kopfzeile
  BCOR = 10mm,             %Binde Korrektur
  captions = tableheading, %Tabellen mit Überschriften
  bibliography = totoc,    %Literatur- ins Inhaltsverzeichnis
  listof = totoc,          %Verzeichnisse ins Inhaltsverzeichnis
  %twoside = true,         %doppelseitiges Layout
  oneside,
]{scrbook}

\usepackage[ngerman,english]{babel}
\usepackage{bibgerm}

\renewcommand{\sc}{\scshape}

\nocite{*} % Alle Quelleneintr?ge anzeigen, auch wenn sie nicht im Text referenziert sind

\begin{document}

\mainmatter

\bibliographystyle{gerplain} %Verzeichnis nach Autor sortiert, Referenzen numerisch
\bibliography{\jobname}

\end{document}

在此处输入图片描述

答案2

您正在使用bibgerm,这是一种未翻译的德语风格。

您可能不应该使用这个相当古老的包,而是做一些类似的事情\bibliographystyle{alphadin}(取决于您实际想要的风格)。

相关内容