AXM
12-01-2012, 23:23
Liebe Formgemeinde,
Ich suche schon seit 4 Stunden und bekomme es nicht hin,
wie kann ich die erste Seite des Literaturverzeichnisses auf fancy setzen.
%
%header->Einstellungen
%
\listfiles
\documentclass[pdftex,12pt,parskip,fleqn,openany]{scrreprt}%{report}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage[a4paper,left=3cm,right=4cm,top=3cm,bottom=3cm]{geometry}
\usepackage{textcomp}
\usepackage[ansinew]{inputenc}
\usepackage{fancyhdr}
%floatbarrier
\usepackage{placeins}
%Zitierweise imtext
\RequirePackage[citestyle=authoryear-comp,bibstyle=authoryear,maxnames=2,minnames=2]{biblatex}
\usepackage[babel]{csquotes}%<--einkommentieren
%Literaturverzeichnis
\DefineBibliographyStrings{ngerman}{andothers={et\ al\adddot}}
\renewcommand{\labelnamepunct}{\addcolon\addspace} % Doppelpunkt im Text
\renewcommand{\postnotedelim}{\addcolon\addspace}% Doppelpunkt im Verzeichnis
\setlength\bibitemsep{\medskipamount} % Abstand zwischen 2 Einträgen im Verzeichnis
\setlength{\bibhang}{2em} % Abstand von links im Verzeichnis
\DeclareFieldFormat{postnote}{#1}
\DeclareFieldFormat{multipostnote}{#1}
%\makeatletter
%\renewbibmacro*{author}{%
% \ifthenelse{\ifuseauthor\AND\NOT\ifnameundef{autho r}}
% {\savefield{fullhash}{\bbx@lasthash}%
% \printnames{author}%
% \iffieldundef{authortype}
% {\setunit{\addspace}}
% {\setunit{\addcomma\space}}% NEU
% \iffieldundef{authortype}
% {}
% {\usebibmacro{authorstrg}%
% \setunit{\addspace}}}%
% {\global\undef\bbx@lasthash
% \usebibmacro{labeltitle}%
% \setunit*{\addspace}}%
% \usebibmacro{year+labelyear}}
%Kopf und Fußzeile
\pagestyle{fancy}
\fancyhf{}
\headheight=25.6pt
\fancyhead[L]{\footnotesize{\textbf{Max Mustermann\\Matr. Nr.: xxxxxx}}}
\fancyhead[C]{\footnotesize{\textit{xxxxxxx \\}}}
\fancyhead[R]{\footnotesize{xxxxx}}
\fancyfoot[L]{\footnotesize{\today}}
\fancyfoot[R]{\thepage}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0.5pt}
\begin{filecontents}{\jobname.bib}
@article{Bli74,
hyphenation = {english},
author = {Blinder, Alan S.},
year = {1974},
title = {The economics of brushing teeth},
journaltitle = {Journal of Political Economy},
volume = {82},
number = {4},
pages = {887--891},
}
@book{Scl09,
hyphenation = {ngerman},
author = {Schlosser, Joachim},
year = {2009},
title = {Wissenschaftliche Arbeiten schreiben mit \LaTeX: Leitfaden für Einsteiger},
edition = {3},
location = {Heidelberg},
publisher = {mitp},
}
\end{filecontents}
\bibliography{\jobname}
\usepackage{blindtext}
\begin{document}
\chapter{1}\thispagestyle{fancy}
\blindtext
\chapter{2}\thispagestyle{fancy}
\blindtext
\nocite{*}
\printbibliography
\addcontentsline{toc}{chapter}{Literaturverzeichni s}
\end{document}
Ich suche schon seit 4 Stunden und bekomme es nicht hin,
wie kann ich die erste Seite des Literaturverzeichnisses auf fancy setzen.
%
%header->Einstellungen
%
\listfiles
\documentclass[pdftex,12pt,parskip,fleqn,openany]{scrreprt}%{report}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage[a4paper,left=3cm,right=4cm,top=3cm,bottom=3cm]{geometry}
\usepackage{textcomp}
\usepackage[ansinew]{inputenc}
\usepackage{fancyhdr}
%floatbarrier
\usepackage{placeins}
%Zitierweise imtext
\RequirePackage[citestyle=authoryear-comp,bibstyle=authoryear,maxnames=2,minnames=2]{biblatex}
\usepackage[babel]{csquotes}%<--einkommentieren
%Literaturverzeichnis
\DefineBibliographyStrings{ngerman}{andothers={et\ al\adddot}}
\renewcommand{\labelnamepunct}{\addcolon\addspace} % Doppelpunkt im Text
\renewcommand{\postnotedelim}{\addcolon\addspace}% Doppelpunkt im Verzeichnis
\setlength\bibitemsep{\medskipamount} % Abstand zwischen 2 Einträgen im Verzeichnis
\setlength{\bibhang}{2em} % Abstand von links im Verzeichnis
\DeclareFieldFormat{postnote}{#1}
\DeclareFieldFormat{multipostnote}{#1}
%\makeatletter
%\renewbibmacro*{author}{%
% \ifthenelse{\ifuseauthor\AND\NOT\ifnameundef{autho r}}
% {\savefield{fullhash}{\bbx@lasthash}%
% \printnames{author}%
% \iffieldundef{authortype}
% {\setunit{\addspace}}
% {\setunit{\addcomma\space}}% NEU
% \iffieldundef{authortype}
% {}
% {\usebibmacro{authorstrg}%
% \setunit{\addspace}}}%
% {\global\undef\bbx@lasthash
% \usebibmacro{labeltitle}%
% \setunit*{\addspace}}%
% \usebibmacro{year+labelyear}}
%Kopf und Fußzeile
\pagestyle{fancy}
\fancyhf{}
\headheight=25.6pt
\fancyhead[L]{\footnotesize{\textbf{Max Mustermann\\Matr. Nr.: xxxxxx}}}
\fancyhead[C]{\footnotesize{\textit{xxxxxxx \\}}}
\fancyhead[R]{\footnotesize{xxxxx}}
\fancyfoot[L]{\footnotesize{\today}}
\fancyfoot[R]{\thepage}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0.5pt}
\begin{filecontents}{\jobname.bib}
@article{Bli74,
hyphenation = {english},
author = {Blinder, Alan S.},
year = {1974},
title = {The economics of brushing teeth},
journaltitle = {Journal of Political Economy},
volume = {82},
number = {4},
pages = {887--891},
}
@book{Scl09,
hyphenation = {ngerman},
author = {Schlosser, Joachim},
year = {2009},
title = {Wissenschaftliche Arbeiten schreiben mit \LaTeX: Leitfaden für Einsteiger},
edition = {3},
location = {Heidelberg},
publisher = {mitp},
}
\end{filecontents}
\bibliography{\jobname}
\usepackage{blindtext}
\begin{document}
\chapter{1}\thispagestyle{fancy}
\blindtext
\chapter{2}\thispagestyle{fancy}
\blindtext
\nocite{*}
\printbibliography
\addcontentsline{toc}{chapter}{Literaturverzeichni s}
\end{document}