von Tanja » Fr 3. Jun 2016, 14:47
Also ich stehe ehrlich gesagt auf dem Schlauch..
Bei der Eingabe stehen weiterhin ae etc. im Dokument
\documentclass[10pt,a4paper,titlepage,parskip=half-, listof=totoc]{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[
style=authoryear,
bibstyle=authortitle,
pagetracker=true,
autocite=inline,
block=space,
backref=true,
date=comp,
backend=biber]{biblatex}
\setlength{\bibhang}{2em}
\setlength{\bibitemsep}{1em}
\usepackage{csquotes}
\addbibresource{Literatur.bib}
\begin{document}
\chapter{Ausblick}
Hier das zweite \parencite{Stahlspundwaende2008}
\newpage
\printbibliography
\addcontentsline{toc}{chapter}{Literaturverzeichnis}
\end{document}
@Book{Stahlspundwaende2008,
title = {Stahlspundwaende (7) - Planung und Anwendung},
publisher = {Stahl-Informations-Zentrum},
year = {2008},
author = {Stahl-Informations-Zentrum, Duesseldorf},
address = {D},
}
Also ich stehe ehrlich gesagt auf dem Schlauch..
Bei der Eingabe stehen weiterhin ae etc. im Dokument
[code]
\documentclass[10pt,a4paper,titlepage,parskip=half-, listof=totoc]{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[
style=authoryear,
bibstyle=authortitle,
pagetracker=true,
autocite=inline,
block=space,
backref=true,
date=comp,
backend=biber]{biblatex}
\setlength{\bibhang}{2em}
\setlength{\bibitemsep}{1em}
\usepackage{csquotes}
\addbibresource{Literatur.bib}
\begin{document}
\chapter{Ausblick}
Hier das zweite \parencite{Stahlspundwaende2008}
\newpage
\printbibliography
\addcontentsline{toc}{chapter}{Literaturverzeichnis}
\end{document}
@Book{Stahlspundwaende2008,
title = {Stahlspundwaende (7) - Planung und Anwendung},
publisher = {Stahl-Informations-Zentrum},
year = {2008},
author = {Stahl-Informations-Zentrum, Duesseldorf},
address = {D},
}
[/code]