Writing the shahada with arabtex

Writing the shahada with arabtex

I'm not familiar with the Arabic alphabet, but would like to write the shahada in the two ways displayed below using pdflatex, for inclusion in a paper.

insira a descrição da imagem aqui

How can I do it? Is arabtex the way to go?

\documentclass{article}
\usepackage{arabtex}

\begin{document}

\setarab

\begin{arabtext}
% ...
\end{arabtext}

\end{document}

Responder1

\documentclass[12pt]{article}
\usepackage{arabtex}
\begin{document}
\setarab \fullvocalize \Huge
\begin{RLtext}
lA 'il_aha 'illA al-ll_ahu mu.hammadaN -rrasuW lu al-ll_ahi
\end{RLtext}
\end{document}

Anyway, you can see the others here and here.

informação relacionada