我怎样才能使变音符号看起来像“检查上方的栏”?在数学模式下,我可以通过 来制作它$\check{\bar{\alpha}}$
,但在数学模式下使用的是另一种字体。
最小可编译文档是:
\documentclass{article}
\usepackage{polyglossia}
\setdefaultlanguage{russian}
\setotherlanguage[variant=ancient]{greek}
\setmainfont[Ligatures=TeX]{Times New Roman}
\newfontfamily{\greekfont}[Scale=MatchUppercase]{GFS Bodoni}
\newfontfamily\cyrillicfont{Times New Roman}[Script=Cyrillic]
\begin{document}
$\check{\bar{\alpha}}$
$\check{\bar{\mathrm{\alpha}}}$\\
I need this font:
ᾱ
\end{document}
另一种情况:我需要U+1F51
一个符号“ὑ”,其中“υ”和“spiritus lenis”符号之间有一个横线。math-mod 根本无法解决这个问题。
我找到了古希腊语的特殊字体。它包含一些必要的符号。它在这里:https://apagreekkeys.org/NAUdownload.html。但是字体是.ttf格式的。我该如何将它设置为TeX程序?
我找到了解决方案。使用 XeLaTex 我不需要采取其他措施。我可以直接使用系统字体。