I've always used LaTeX for scientific papers and it has worked great.
Now I installed the package arabi in MiKTeX 2.9 and tried to build the same TeX as the example in the manual, but it didn't work for two reasons (that may be the same)
On one hand, I can't write arab characters in the *.tex file. I have Win XP SP3 with TeXnicCenter 1.0 Stable Release 1 (TXC) and I have the language configuration needed for Arab, but when I try to write in the *.tex it just makes lots of "ÔÓíÔÓÈíÓ ÔÓíÔÓÝáíá ÔÓíÔ " instead of the Arab letters. If I write them in other program and I copy to TXC, I just get "???????? ??????????". I have no idea how to fix this.
On the other hand, I tried to do this with Latin characters:
Code: Select all
\documentclass{article}
\usepackage[cp1256]{inputenc}
\usepackage[LAE]{fontenc}
\usepackage[arabic,english]{babel}
\begin{document}
No output pdf..
\selectlanguage{arabic}
This doesn't work
\end{document}
Code: Select all
-------------Output Profile: LaTeX => PDF------------
This is pdfTeX, Version 3.1415926-2.3-1.40.12 (MiKTeX 2.9)
entering extended mode
(D:/../ara.tex
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patters for english, (...), arabic, (...), loaded.
(...)
***************************************
*Local config file bblopts.cfg used
(...)
***************************************
*Local config file arabic.cfg used
*
("C:\...\MiKTeX 2.9\tex\arabi\arabic.cfg"))
("C:\...\MiKTeX 2.9\tex\generic\babel\english.ldf"))
(D:\...\ara.aux) ("C:\...\MiKTeX 2.9\tex\latex\base\ifthen.sty"
) [1{C:/Documents and Settings/.../MiKTeX 2.9/pdftex/config/pdftex.map}] (D:\...\ara.aux) Trying to make PK font aealmohanadb at 750 DPI...
Running miktex-makemf.exe...
miktex-makemf: The aealmohanadb source file could not be found.
Running ttf2pk.exe...
miktex-makepk: PK font aealmohanadb could not be created.
)
(see the transcript file for additional information)
!pdfTeX error: pdflatex.exe (file aealmohanadb) : Font aealmohanadb at 750 not found
==> Fatal error ocurred, no output PDF file produced!
This is BibTeX, Version 0.99d (MiKTeX 2.9)
(...)
LaTeX-Result: 0 Error(s), 0 Warning(s), 0 Bad Box(es), 0 Page(s)
So.. Help please?

Sorry if I made the post in the wrong section, didn't really know where to do it!