
내 문제를 설명하는 방법을 잘 모르겠습니다. 더 많은 정보가 필요하면 알려주십시오. 내 문서는 매우 크고 설정이 많습니다. 저는 BibTex-Compiler 2.8과 함께 TeXnicCenter를 사용하고 있습니다. PDF(LaTeX->DviPS->PS2PDF)를 구성할 때 다음과 같은 결과가 나타납니다.
BibTex 항목:
@incollection{Agrawal.2008,
author = {Agrawal, Motilal and Konolige, Kurt and Blas, Morten Rufus},
title = {{C}en{S}ur{E}: {C}enter {S}urround {E}xtremas for {R}ealtime {F}eature {D}etection and {M}atching},
pages = {102--115},
volume = {5305},
publisher = {Springer},
isbn = {978-3-540-88692-1},
series = {Lecture Notes in Computer Science},
editor = {Forsyth, David and Torr, Philip and Zisserman, Andrew},
booktitle = {{C}omputer {V}ision -- {E}{C}{C}{V} 2008},
year = {2008},
address = {Berlin und Heidelberg},
doi = {10.1007/978-3-540-88693-8\_8}
}
내 문제는 무엇입니까? DOI가 두 번 표시됩니다. 그리고 마지막 표기법(DOI.10.1007 ...)만 원합니다. doi 패키지를 사용해 보았지만 이로 인해 tex 파일에 많은 문제가 발생했습니다. 저 좀 도와 주 시겠어요? 추가 정보를 제공하도록 노력하겠습니다.
최소한의 예:
\documentclass[a4paper,11pt]{scrreprt}
\usepackage[komastyle,automark]{scrpage2}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usepackage[a4paper,left=2.5cm,top=2.5cm,bottom=2.5cm,includeheadfoot,width=16cm]{geometry}
\bibliographystyle{alphadin2}
\usepackage[hyphens]{url}
\begin{document}
\chapter{TEST}
This is a test \cite{Agrawal.2008}.
\newpage
\addcontentsline{toc}{chapter}{Bib}
\bibliography{minimalbib} %Add the entry i this file
\end{document}
답변1
이 동작은 의 버그입니다 alphadin.bst
. comp.tex.tex의 이전 질문에서알파딘의 DOI(독일어) 문제를 해결하는 방법이 나와 있습니다. 그러나 모든 항목 유형을 재정의해야 합니다.
제 생각에는 이 패키지가 biblatex
매우 좋은 대안입니다.