petjo
15-09-2015, 12:43
Hallo,
ich habe ein Problem mit der Darstellung von 'ß' in einer WEB-Adresse im Literaturverzeichnis.
Beispielprogramm:
Test.bib:
@book{piccato,
author = {Piccato, Pablo},
editor = {Susan Biker},
title = {City of Suspects},
date = 2001,
publisher = {Duke University Press},
location = {Durham and London},
langid = {english},
langidopts = {variant=american},
subtitle = {Crime in {Mexico City}, 1900--1931},
shorttitle = {City of Suspects},
annotation = {This is a \texttt{book} entry. Note the format of the
\texttt{location} field in the database file},
url = {http://www.historisches-lexikon-bayerns.de/base/ßtart},
note = {note: \url{http://de.wikipedia.org/wiki/Karl_der_Große}}
}
Test.tex:
\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[ngerman]{betababel}%
\usepackage[babel]{csquotes}
\usepackage{url}%
\usepackage[style=numeric,backend=biber]{biblatex}
\addbibresource{Test.bib}
\begin{document}
\section*{Test}
\cite{piccato}
\printbibliography
\end{document}
Kompiliert mit:
pdflatex Test
biber Test
pdflatex Test
Ergebnis: %6161
Kann jemand einen Hinweis geben?
Gruß Thomas
ich habe ein Problem mit der Darstellung von 'ß' in einer WEB-Adresse im Literaturverzeichnis.
Beispielprogramm:
Test.bib:
@book{piccato,
author = {Piccato, Pablo},
editor = {Susan Biker},
title = {City of Suspects},
date = 2001,
publisher = {Duke University Press},
location = {Durham and London},
langid = {english},
langidopts = {variant=american},
subtitle = {Crime in {Mexico City}, 1900--1931},
shorttitle = {City of Suspects},
annotation = {This is a \texttt{book} entry. Note the format of the
\texttt{location} field in the database file},
url = {http://www.historisches-lexikon-bayerns.de/base/ßtart},
note = {note: \url{http://de.wikipedia.org/wiki/Karl_der_Große}}
}
Test.tex:
\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[ngerman]{betababel}%
\usepackage[babel]{csquotes}
\usepackage{url}%
\usepackage[style=numeric,backend=biber]{biblatex}
\addbibresource{Test.bib}
\begin{document}
\section*{Test}
\cite{piccato}
\printbibliography
\end{document}
Kompiliert mit:
pdflatex Test
biber Test
pdflatex Test
Ergebnis: %6161
Kann jemand einen Hinweis geben?
Gruß Thomas