> Avraham Rosenberg <for.avra...@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 | p...@goldshmidt.org _______________________________________________ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il