hebrew utf8 tex examples

hebrew utf8 tex examples

Oleg Goldshmidt pub at goldshmidt.org
Thu Jul 14 14:34:16 IDT 2011


> Avraham Rosenberg <for.avraham at gmail.com> writes:
>>    My current query is "what is the equivalent, for the Hebrew part of the
>> text for the \renewcommand{\rmdefault}{...}, which changes the
>> default text family for the whole document". Tying to use it, as
>> such, for a document containing both English and Hebrew, it affected
>> only the English text. Apparently, one needs an additional command
>> for the Hebrew text, but I was unable to find it.

The following seems to work for me: when I change \rmdefault (see the
commented lines) the font changes. Does this solve your problem?

\documentclass{article}

\usepackage{ucs}
\usepackage[utf8x]{inputenc}

\usepackage[english,hebrew]{babel}

\usepackage{culmus}

\renewcommand{\rmdefault}{miriam}
%\renewcommand{\rmdefault}{nachlieli}
%\renewcommand{\rmdefault}{yehuda}
%\renewcommand{\rmdefault}{frank}

\begin{document}
שלום \L{World}!
\end{document}


-- 
Oleg Goldshmidt | pub at goldshmidt.org



More information about the Linux-il mailing list