I installed MikTex under Windows, and I use TeXnicCenter as an editor.
My problem is, as I am from Romania, that i was unable to generate a pdf file with romanian characters (ă î â ş ţ). I modified the editor to accept utf8 input so i could right in the editor these characters but when i generate the output file i get no characters.
This is a simple example I would like to get working:
Code: Select all
\documentclass[a4paper,11pt]{article}
\begin{document}
Ă Î Â Ş Ţ
ă î â ş ţ
\end{document}
\usepackage[utf8]{fontenc}
but this did not solve my problem.
What must I do to get the desired effect in the pdf file?
Thank You!