我尝试在 Latex 中输入粤语字符“哋”,但常用的中文输入方法似乎不起作用。我该如何输入“哋”(以及粤语中使用的其他字符)?
答案1
您没有提供任何有关您尝试了什么或遇到了什么错误的线索,但我的浏览器使用 Microsoft YaHei 字体来显示您的问题,所以我在这里做了同样的事情(使用 xelatex)
\documentclass{article}
\usepackage{fontspec}
\newfontfamily{\cfont}{Microsoft YaHei}
\begin{document}
I'm trying to type the Cantonese character {\cfont 哋} in Latex, but the usual
methods for typing Chinese don't seem to be working. How can I
type {\cfont 哋} (and other characters used in Cantonese)
\end{document}
或者在 Overleaf 上使用 WenQuanYi Micro Hei 字体(从 Overleaf 的中文字体页面随机选择)