현재 저는 사용자 정의 참고문헌 ystyle을 사용하고 있습니다(이전에 makebst로 만든 적이 있습니다). 이 경우에는 참고문헌 스타일을 변경하지 않겠습니다. 내 문제는 언어에 있습니다 and
. dan
(인도네시아어로) 이어야 합니다 .
예:
폴리아닌, AD, VF Zaitsev,그리고다. 마크
된다
폴리아닌, AD, VF Zaitsev,단다. 마크
를 사용해도 \usepackage[fixlanguage]{babelbib}
아무 것도 바뀌지 않았습니다.
MWE:
\documentclass[indonesian]{book}
\usepackage{natbib}
\usepackage[bahasa, indonesian]{babel}
\usepackage[fixlanguage]{babelbib}
\begin{document}
I am whatever . ajefanjak esgeajngkjnjkgnkaj
\bibliography{bibliography}
\bibliographystyle{unejstyle}
\nocite{test}
\end{document}
참고문헌.bib:
@book{test,
author = {Polyanin, A. D. and V. F. Zaitsev and C. Mark},
year = {2008},
title = {Research Design: Qualitative, Quantitative, and Mixed Methods Approaches},
edition = {Third},
note = {Terjemahan oleh W. Gunawan. 1987. \textit{Peubah Kompleks untuk Ilmuwan dan Insinyur}. Jakarta: Erlangga.},
address = {California},
publisher = {Sage Publication}
}
중복 가능성이 있는 것을 본 적이 있습니다.여기에 링크 설명을 입력하세요, 하지만 거기서는 아무것도 얻지 못했습니다.
답변1
이 시도
\newcommand{\harvardand}{\HAR@and@dcu}
\renewcommand{\harvardand}{dan}