Alphadin BibTeX: DOI が 2 回表示される

Alphadin BibTeX: DOI が 2 回表示される

問題をどう説明すればいいのかよくわかりません。もっと情報が必要な場合はお知らせください。私の文書は非常に大きく、設定項目がたくさんあります。私は 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 が 2 回表示されています。最後の表記 (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非常に良い代替品です。

関連情報