我正在尝试复现部分结果这个问题,但我收到以下错误!LaTeX cmd 错误:命令‘\arabicfont’已定义!。我已经下载了字体并且它们在我的系统中。
\documentclass{article}
\usepackage[novoc]{arabluatex}
\linespread{1.25}
\newcommand{\sample}{\arb{الأفكار الخضراء عديمة اللون تنام بغضب}}% http://www.omniglot.com/language/phrases/colorlessgreenideas.htm
\begin{document}
Amiri: \sample% arabluatex defaults to Amiri
\newfontfamily\arabicfont[Script=Arabic]{Reem Kufi}
Reem Kufi: \sample% https://github.com/khaledhosny/reem-kufi
\end{document}
我该如何修复它?