LaTeX 中有多种语言吗?

LaTeX 中有多种语言吗?
\documentclass[12pt]{article}

\usepackage{polyglossia}

\setmainlanguage{english}

\setotherlanguage[numerals=western]{urdu}

\newfontfamily\urdufont[Script=Arabic,Scale=1]{Jameel Noori Nastaleeq}

\begin{document}

\hfill \texturdu{   مجھ سے کہے ایک جل پری۔ مندرجہ ذیل مساوات کو حل کریں}

\\

\textenglish{Solve the equation.}

\end{document}

此代码运行良好。我也想添加阿拉伯语,但我不知道如何使用添加更多语言polyglossia。所以如果有人知道如何在此程序中添加更多语言,请告诉我。

相关内容