
Como inserir tabela em documento árabe (usando o pacote arabtex)? A tabela também contém texto em árabe. Tentei usar tabular em ambiente arabtex, mas não funcionou.
Responder1
Eu encontrei a solução. É fácil colocar arabtex
aspas ( \< >
) em todas as células da tabela. Achei que seria mais simples se pudesse colocar tabular
dentro arabtex
do ambiente.
Responder2
\documentclass{article}
\usepackage {arabtex}
\novocalize
\begin {document}
\begin{tabular}{|*{4}{c|} }\hline
\RL{f} & \RL{.d} & \RL{.htn_A} & \RL{tb'u_h} \\ \hline
\RL{b} & \RL{a} & \RL{l} & \RL{lA} \\ \hline
\setverb \RL{'w} & \RL{m} & \RL{y} & \RL{a} \\ \hline
\RL{.st} & \RL{bsy} & \RL{lA} &\RL{s} \\ \hline
\end{tabular}
\end{document}