i'm writing my master-thesis with Latex (Lyx) and i'm using a topline with the sections names in capitals. But it seems that the command
Code: Select all
\printbibliography
Is there a possibility to tell latex/bibtex/biber/lyx to format the text on this specific pages in capitals too?
I'm using koma-script and fancyhdr for the topline, my bib-processor is biber.
Hope anyone can help?
pyri
here's the part of my latex-header where i define the topline and footer:
Code: Select all
\fancyhead[LO]{\leftmark} % Kapitelname links oben
\fancyhead[RO]{\thepage} % Seitenzahl rechts oben
\fancyfoot[LO,CO,RO]{} % Fußzeile leer
\renewcommand{\sectionmark}[1]{%
\markboth{\textsc{#1}}{}}
%Linie unter Kopfzeile:
\renewcommand{\headrulewidth} {0.4pt}
%Linie über Fußzeile:
\renewcommand{\footrulewidth} {0.0pt}