如何在 macTex 上安装和使用 Aref Ruqaa 字体?

如何在 macTex 上安装和使用 Aref Ruqaa 字体?

我已经设置好了序言并准备实现字体样式,但我不知道如何“安装”或将其添加到 MacTex 中的可用字体列表中。

我的序言如下。

%!TEX TS-program = xelatex
\documentclass{book}
\usepackage{amssymb,amsmath,amsthm, mathabx, thmtools, fontspec, fancyhdr, geometry}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}{Lemma}[section]
\theoremstyle{definition}
\newtheorem{definition}{Definition}[section]
\newtheorem{subdefinition}{}[definition]
\newtheorem{remark}{Remark}


\usepackage{enumitem}
\usepackage{titlesec}
\newcommand{\sectionbreak}{\clearpage}
\usepackage{varioref}
\usepackage{hyperref}
\usepackage{cleveref}

\usepackage{polyglossia}
\setmainlanguage{english}
\setotherlanguage{arabic}
\newfontfamily\arabicfont[Script = Arabic]{Amiri}

相关内容