von Berta » Di 22. Mär 2011, 15:03
Hier kommt das Beispiel:
\begin{filecontents*}{MeineBib.bib}
@Article{ costs,
title = "The costs of hospital services: a case study of Evangelical Lutheran Church hospitals in Tanzania ",
author = "Steffen Fle{\ss}a",
address = "Oxford",
journal = "Health Policy Plan",
pages = "397--407",
volume = "13",
year = "1998",
shorttitle = "Costs"
}
\end{filecontents*}
\documentclass[a4paper,12pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[babel,german=quotes]{csquotes}
\usepackage[T1]{fontenc}
\usepackage[]{pslatex,graphicx%,tabularx,supertabular,%tocloft,multirow,ctable
}
\usepackage[hyperfootnotes=false]{hyperref}
\usepackage[
style=thselstal,
namefont=italic,
firstnamefont=italic
%autopunct=true
]{biblatex}
\bibliography{MeineBib.bib}
\begin{document}
test\footcite[406]{costs}\\
test2\footcite[406]{costs}
\printbibliography
\end{document}
Ich habe jetzt [bibhyperref] wieder eingefügt, so dass ebd nun klein ist.
thselstal.cbx gibts hier:
http://pastebin.com/ZZEbb2aX
Vielen Dank!
Hier kommt das Beispiel:
[code]
\begin{filecontents*}{MeineBib.bib}
@Article{ costs,
title = "The costs of hospital services: a case study of Evangelical Lutheran Church hospitals in Tanzania ",
author = "Steffen Fle{\ss}a",
address = "Oxford",
journal = "Health Policy Plan",
pages = "397--407",
volume = "13",
year = "1998",
shorttitle = "Costs"
}
\end{filecontents*}
\documentclass[a4paper,12pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[babel,german=quotes]{csquotes}
\usepackage[T1]{fontenc}
\usepackage[]{pslatex,graphicx%,tabularx,supertabular,%tocloft,multirow,ctable
}
\usepackage[hyperfootnotes=false]{hyperref}
\usepackage[
style=thselstal,
namefont=italic,
firstnamefont=italic
%autopunct=true
]{biblatex}
\bibliography{MeineBib.bib}
\begin{document}
test\footcite[406]{costs}\\
test2\footcite[406]{costs}
\printbibliography
\end{document}[/code]
Ich habe jetzt [bibhyperref] wieder eingefügt, so dass ebd nun klein ist.
thselstal.cbx gibts hier: http://pastebin.com/ZZEbb2aX
Vielen Dank!