When compiling the following example code:
\documentclass[a4paper]{article}
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[serbianc]{babel}
\usepackage[backend=biber]{biblatex}
\addbibresource{lit.bib}
\begin{document}
TEXT
\end{document}
The following error is reported:! Package biblatex Error: Incompatible package 'ucs'.
The line:\usepackage[serbianc]{babel} seems to be the cause of the conflict as compiling without that specific line works perfectly.
I'm writing a paper in Serbian which will include a bibliography, can this issue be resolved while keeping both of the necessary packages included in the source.
babel-serbiancdo you use? Add\listfilesto the beginning of your document and compile it (withoutbiblatexto avoid the error). I haveserbianc.ldf 2019/01/12 3.0– moewe Feb 24 '19 at 16:03babel-serbianc(2011/06/06 v2.2or older), if possible update to the new version2019/01/12 3.0, it doesn't loaducsany more. – moewe Feb 24 '19 at 16:11