I have to translate a paper in Bulgarian. I am on Windows 8 and have Kile editor and MikTex installed.
Unfortunatelly when i write the packages for cyrillic i got nothing. Sometimes it translates the content menu with babel but does not recognize my characters and can not convert them. It wants to use not LaTex to pdf to compile but XeLatex and LulaTex(if i am not wrong with the name).
I have arrange my MikTex for cyrillic already and was able to make TeXnicCenter works with the same code i use in Kile. With TeXnicCenter it works just fine... but i dont like the editor at all...
I use
Code: Select all
\documentclass{article}
\usepackage[utf8]{inputenc} --> also cp1251(that is recommended but didnt work)
\usepackage[T2A,T1]{fontenc} ---> tried with only on of them, or change places with the inputenc
\usepackage[bulgarian]{babel}

Thanks!
Bozhidar