i have a problem, currently I'm using texlive 2012 and have problem with titles of section - the bibliography.
altholugh i use in my code:
\usepackage[polish]{babel}
\usepackage{csquotes}
\usepackage{polski}
i still get the english label Bibliography insted of Bibliografia. Everything works well for others ie. table of contents etc.
I have already tried
\renewcommand{\bibname}{Bibliografia}
bu it didn't work.
Any ideas?
\documentclass{...}and ending with\end{document}. – barbara beeton Jan 22 at 22:20article) use\refname(English References) rather than\bibname(English Bibliography) – David Carlisle Jan 22 at 22:36biblatex? This package does not support (yet) the Polish language; as a workaround you may add the following to your preamble:\DefineBibliographyStrings{english}{bibliography={Bibliografia},references={Bibliografia}}– lockstep Jan 22 at 22:42