I am using biblatex with custom biblatex-chem style in my paper like this:
\usepackage[backend=biber,style=chem-angew,articletitle,maxbibnames=5,minbibnames=4,bibencoding=utf8]{biblatex}
Also I use
\usepackage[english,russian]{babel}
and I have literature in both languages. In my bibliography I want to have "et al." thing when citing foregin authors (latin names) and "и др." when citing russian authors (cyrillic names) but I have "и др." in every reference now.
\documentclass[ngerman,english,russian]{article}
\usepackage[style=chem-angew,articletitle,babel=other,maxcitenames=1]{biblatex}
\usepackage{babel}
\usepackage{lmodern}
\addbibresource{jobname.bib}
\usepackage[utf8]{inputenc}
\usepackage{csquotes}
\begin{document}
\nocite{*}
\printbibliography
\end{document}
That example gives the log-file uploaded externally, or body is too long. http://hastebin.com/ukulotoren.tex
langid={english}to my references andbabel=otherto biblatex options but nothing changed. Am i missing something? Maybe this happens because i use custom style. – Eugenii Barannik May 23 '15 at 13:41biblatexand other packages are very outdated. You should consider updating to TL 2014. And soon to 2015 ;-) – Johannes_B May 23 '15 at 14:54