I have a problem with font in a file written in Arabic with this error message:
LaTeX Font Warning: Some font shapes were not available, defaults substituted.
further, I have this as an error:
{C:/Program Files/MiKTeX 2.9/fonts/enc/dvips/fontname/8r.enc}
I apologize for beeing late!
there is the code:
\documentclass{minimal}
\usepackage{arabxetex} % default options are "novoc" and "fdf2alif",
% other options are "voc", "fullvoc", "utf", "trans" and "fdf2noalif"
% arabxetex loads bidi.sty and fontspec.sty
\newfontfamily\arabicfont[Script=Arabic, Scale=1.5]{Scheherazade}
% you can also define \farsifont, \uighurfont, etc if you want
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
This is some text in English with Arabic insertion \textarab{`arabI}.
This is some text in English with Arabic insertion \textarab[utf]{عربي}.
This is some text in English with Arabic insertion \textarab[voc]{`arabI}.
\begin{arab}
wa-ha_dihi fiqraT"uN bi-al-`arabiyaT ma`a kalimaT inklIziyaT (\textroman{English}).
\end{arab}
\begin{arab}[utf]
وهذه فقرةٌ بالعربية مع كلمة انكليزية (\textroman{English}).
\end{arab}
\end{document}
and there is the error message:
\PackageError{bidi}{TeX engines other than XeTeX and LuaTeX are not yet supported} \fi
\newcommand), but other stuff as well. This process results in a so-called minimal working example (MWE); take a look at this linked question. People can copy and compile that to reproduce your problem. Otherwise, your question might be in danger of being closed as too localized. – doncherry Dec 18 '11 at 22:07polyglossiainstead of ArabXeTeX. See the accepted answer to this question: Typesetting a document using Arabic script. – Alan Munn Dec 19 '11 at 02:54