Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

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?

share|improve this question
1  
Welcome to TeX.sx! Please add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with \documentclass{...} and ending with \end{document}. – barbara beeton Jan 22 at 22:20
Some classes (like article) use \refname (English References) rather than \bibname (English Bibliography) – David Carlisle Jan 22 at 22:36
Could it be you're using biblatex? 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={Bib‌​liografia}} – lockstep Jan 22 at 22:42

closed as too localized by lockstep, Werner, Paul Gaborit, Guido, Stefan Kottwitz Jan 30 at 20:43

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.