
The title says it all. How do I fix it? he letter works fine when "normal" (including bold, italic, bold-italic).
I use these:
\usepackage[utf8]{inputenc}
\usepackage{currvita}
\usepackage[serbian]{babel}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage[retainorgcmds]{IEEEtrantools}
\usepackage{tkz-euclide}
\usepackage[a4paper]{geometry}
\usepackage{caption}
utf8for input. – barbara beeton May 04 '13 at 18:57\usepackage[T1]{fontenc}– egreg May 04 '13 at 19:13cm-superpackage installed (you don’t need to load it explicitly, though) or you load the packagelmodern. For the differences between the two, see Latin Modern vs cm-super?. – doncherry May 04 '13 at 19:37\usepackage[T1]{fontenc} \usepackage{lmodern}fixed it. – Lazar Ljubenović May 04 '13 at 19:56