
我正在用荷蘭文寫論文。在我的參考文獻中,兩位作者之間使用“and”,我想使用“en”(荷蘭語單字)。我已經查過這一點並嘗試通過 .bst 文件更改它,但我的 Latex 文件中沒有任何變化...還有其他方法可以更改它嗎?
\documentclass[11.5pt,a4paper,twoside,openright]{report}
\usepackage{graphicx}
\usepackage{pdfpages}
\usepackage{array}
\usepackage{caption, setspace}
\usepackage{a4wide} %text in the middle of the page
\usepackage{tabularx}
\usepackage{multirow}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{import}
\usepackage{sidecap}
\usepackage{emptypage}
\usepackage[bottom]{footmisc}
\usepackage{enumitem}
\usepackage{hyphenat}
\usepackage[toc,page]{appendix}
\usepackage[round]{natbib}
\usepackage[nottoc,notlof,notlot]{tocbibind}
\usepackage[dutch]{babel}
\usepackage{apalike}
\usepackage{textcomp}
\usepackage{float}
\begin{document}
my text
\bibliographystyle{apalike}
{\fontsize{9pt}{1.2pt}\selectfont
\bibliography{library}}
\end{document}
如果我更改 .bst 檔案(我稱之為 apalike-dutch),我將程式碼第 222 行和第 848 行中的「and」兩次更改為「en」。然後我將其保存在其他 Latex 檔案所在的位置並更改\bibliographystyle{apalike}
為\bibliographystyle{apalike-dutch}
.運行我的程式碼幾次後,沒有任何變化。
答案1
若要使用您改編的參考書目樣式,請變更以下行
\bibliographystyle{apalike}
到
\bibliographystyle{apalike-dutch}