I'm creating my CV with LaTeX and there are problems with compilation of these Slovak characters: š, ž, ť, ľ in the PDF output file. Although it works without problems by others. I've installed MikTeX 2.9 and use \babel command.
Please, consider following MWE:
Code: Select all
\documentclass{article}
\usepackage[cp1250]{inputenc}
\usepackage[slovak]{babel}
\usepackage[T1]{fontenc}
\begin{document}
ľ š ť ž \\
č ý á í é ú ä ô ň \\
\end{document}
Code: Select all
! Missing $ inserted.
<inserted text>
$
l.7 µ
ą»ľ\\
I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <7> on input line 7.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <5> on input line 7.
Code: Select all
! Missing $ inserted.
<inserted text>
$
l.9 \end{document}
I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.
Missing character: There is no ˇ in font cmr10!
Missing character: There is no © in font cmr10!
Missing character: There is no Ł in font cmr10!
Missing character: There is no ý in font cmr10!
Missing character: There is no á in font cmr10!
Missing character: There is no í in font cmr10!
Missing character: There is no é in font cmr10!
Missing character: There is no ú in font cmr10!
Missing character: There is no ä in font cmr10!
Missing character: There is no ô in font cmr10!
Missing character: There is no ¬ in font cmr10!
I would be glad for every idea!

Thanks,
Lugalzagezi