MDPI 不支持乌尔都语,多语言覆盖了我的标题,无法与 mdpi 配合使用

MDPI 不支持乌尔都语,多语言覆盖了我的标题,无法与 mdpi 配合使用
\documentclass[journal,article,submit,XeLaTeX,moreauthors]{Definitions/mdpi} 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%Package added for urdu writing/////
\usepackage{polyglossia}
\usepackage{fontspec}

\setmainlanguage{english} % the document is in English

\setotherlanguage{urdu}   % with some bits in Urdu
 % the following line specifies Urdu font and its location
%\usepackage{fontspec}
%\newfontfamily\urdufont[Script=Arabic,Scale=1.5]{Jameel Noori Nastaleeq}
\newfontfamily\urdufont[Scale=1.25]{jameel.ttf}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% eND OF Package added for urdu writing/////


%=================================================================
% MDPI internal commands - do not modify
\firstpage{1} 
\makeatletter 
\setcounter{page}{\@firstpage} 
\makeatother
\pubvolume{1}
\issuenum{1}
\articlenumber{0}
\pubyear{2023}
\copyrightyear{2023}
%\externaleditor{Academic Editor: Firstname Lastname}

\datereceived{ } 
\daterevised{ } % Comment out if no revised date
\dateaccepted{ } 
\datepublished{ } 
\datecorrected{} % For corrected papers: "Corrected: XXX" date in the original paper.
\dateretracted{} % For corrected papers: "Retracted: XXX" date in the original paper.
\hreflink{https://doi.org/} % If needed use \linebreak
%\doinum{}
%\pdfoutput=1 % Uncommented for upload to arXiv.org


%=================================================================
% Add packages and commands here. The following packages are loaded in our class file: fontenc, inputenc, calc, indentfirst, fancyhdr, graphicx, epstopdf, lastpage, ifthen, float, amsmath, amssymb, lineno, setspace, enumitem, mathpazo, booktabs, titlesec, etoolbox, tabto, xcolor, colortbl, soul, multirow, microtype, tikz, totcount, changepage, attrib, upgreek, array, tabularx, pbox, ragged2e, tocloft, marginnote, marginfix, enotez, amsthm, natbib, hyperref, cleveref, scrextend, url, geometry, newfloat, caption, draftwatermark, seqsplit
% cleveref: load \crefname definitions after \begin{document}

%=================================================================
% Please use the following mathematics environments: Theorem, Lemma, Corollary, Proposition, Characterization, Property, Problem, Example, ExamplesandDefinitions, Hypothesis, Remark, Definition, Notation, Assumption
%% For proofs, please use the proof environment (the amsthm package is loaded by the MDPI class).

%=================================================================
% Full title of the paper (Capitalized)
\Title{This is My Title Page which is not working with polyglossia package}
% it works if Title is replaced with \tile , but then the formate of mdpi is no longer supported
% MDPI internal command: Title for citation in the left column
\TitleCitation{Title}

% Author Orchid ID: enter ID or remove command
\newcommand{\orcidauthorA}{0000-0000-0000-000X} % Add \orcidA{} behind the author's name
%\newcommand{\orcidauthorB}{0000-0000-0000-000X} % Add \orcidB{} behind the author's name

% Authors, for the paper (add full first names)
\Author{TS $^{1,\dagger}$\orcidA{}, Hs $^{2,\ddagger}$, SS $^{2,\ddagger}$ and WE $^{2,}$*}
%Author is also working if i chnge the Author to authors
%\longauthorlist{yes}

% MDPI internal command: Authors, for metadata in PDF
\AuthorNames{Firstname Lastname, Firstname Lastname and Firstname Lastname}

% MDPI internal command: Authors, for citation in the left column
\AuthorCitation{Lastname, F.; Lastname, F.; Lastname, F.}
% If this is a Chicago style journal: Lastname, Firstname, Firstname Lastname, and Firstname Lastname.

% Affiliations / Addresses (Add [1] after \address if there is only one affiliation.)
\address{%
$^{1}$ \quad Affiliation 1; [email protected]\\
$^{2}$ \quad Affiliation 2; [email protected]}

% Contact information of the corresponding author
\corres{Correspondence: [email protected]; Tel.: (optional; include country code; if there are multiple corresponding authors, add author initials) +xx-xxxx-xxx-xxxx (F.L.)}

% Current address and/or shared authorship
\firstnote{Current address: Affiliation 3.} 
\secondnote{These authors contributed equally to this work.}
% The commands \thirdnote{} till \eighthnote{} are available for further notes

%\simplesumm{} % Simple summary



% Abstract (Do not insert blank lines, i.e. \\) 
\abstract{
}

% Keywords
\keyword{Tw; PU.)} 



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\section{Introduction}
this is introduction 
\texturdu { احتجاج، , ریلی وغیرہ}.

\section{Methodology}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Results}





\end{document}

相关内容