I'm trying to edit some texts in Portuguese and Hebrew, mixing the languages. I was able to edit text and both languages, but when I try to edit them together the Portuguese Characters that doesn't exist in English are not understood.
Those are some examples of characters: ç, á, à, ã, ó, and other ones.
This is the core of code that I'm trying to test:
Code: Select all
\documentclass{article}
\usepackage[hebrew,brazil]{babel} % The very last idiom is standard in the text
\begin{document}
A test using latin then hebrew: \R{ùãâùìêç}
Using some portuguese symbols: ç % ã á ó
\end{document}
! LaTeX Error: Command \hebhet unavailable in encoding OT1.
OBS: As you may see, I've got a second problem. Although I've installed the hebrew characters in Windows, when editing in Texnic Center I'm not able to visualize them, as you can notice in the first sentence.