我需要在 IEEE Access 论文中写一些乌尔都语文本。如果我将编译器更改为 XeLaTeX,那么我得到的论文格式就不正确。有人能帮忙解决这个问题吗?
以下是带有乌尔都语文本的 IEEE Access 模板的示例。
\documentclass{ieeeaccess}
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage[utf8]{inputenc}
\usepackage[LFE,LAE,T1]{fontenc}
% \usepackage{fontspec}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\begin{document}
\newfontfamily\urdufont[Script=Arabic, Language=Urdu, Scale=1.0]{majallab.ttf}
\history{Date of publication xxxx 00, 0000, date of current version xxxx 00, 0000.}
\doi{10.1109/ACCESS.2017.DOI}
\title{Preparation of Papers for IEEE ACCESS}
\maketitle
\section{Introduction}
\label{sec:introduction}
This is a sample of Urdu text~\urdufont{سستی} \fontfamily{ptm}\selectfont~but it is not supported in IEEE Access. This is a single Urdu character~\urdufont{ﺴ}\fontfamily{ptm}\selectfont~it is also not supported. How can I be able to include the~\textAR{کمیونیکیشن}, text?
\EOD
\end{document}