作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在用 LaTeX 写一篇研究论文。这篇论文是关于乌尔都语语言处理的,我必须在英文段落中写出乌尔都语单词。我试过这个:
\usepackage{fontspec}
\usepackage{polyglossia}
\setmainfont{Times New Roman}
\newfontface{\urdu}[Script=Arabic]{Jameel Noori Nastaleeq}
#in the text, write Urdu like this:
In your document {\urdu اردو ایسے لکھیں} write Urdu like this.
最佳答案
在 polyglossia
下用多种语言写作时您必须指定它们( see this for a detailed answer on how to write Urdu - English mixed documents in Latex )。
这是一个 MWE。
documentclass[12pt]{article}
\usepackage{polyglossia}
\usepackage{fontspec}
\setmainlanguage{english}
\setotherlanguage{urdu}
\setmainfont[Path=/Users/ghalib/Library/Fonts/]{ufonts.com_jameel-noori-nastaleeq.ttf}
\begin{document}
In your document \texturdu{ اردو ایسے لکھیں} write Urdu like this.
\vspace{0.5in}
\noindent
\begin{center}
\texturdu{
اردو ہے جس کا نام ، ہمیں جانتے ہیں داغ \\
سارے جہاں میں دھوم ہماری زباں کی ہے\\
\hspace{6cm} (داغ دھلوی)
}
\end{center}
\end{document}
关于latex - 如何在 LaTEX 中编写乌尔都语?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46784866/
我是一名优秀的程序员,十分优秀!