I need to write some Urdu text in IEEE Access paper. If I am changing compiler to XeLaTeX then I am getting incorrect format of the paper. Can anyone please help to work it out?
The following is a sample of IEEE Access Template with Urdu text.
\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}
\documentclass{...}and ending with\end{document}. – Rmano Jul 26 '21 at 08:42