在阿拉伯文文檔中插入表格

在阿拉伯文文檔中插入表格

如何在阿拉伯文文件中插入表格(使用 arabtex 套件)?該表還包含阿拉伯文本。我嘗試在arabtex環境中使用tabular,但沒有成功。

在此輸入影像描述

答案1

我已經找到了解決方案。在表中的每個單元格中添加arabtex引號 ( ) 很容易。我想如果我能把它放在環境中\< >會更簡單。tabulararabtex

答案2

\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}

相關內容