如何在不使用拉丁音译的情况下在 Beamer 中书写希腊语?以下方法无效。
\documentclass[lualatex]{beamer}
\usepackage[polutonikogreek,british]{babel}
\usepackage{fontspec}
\setmainfont{ebgaramond}
\begin{document}
\title{Not a presentation}
\begin{frame}
\frametitle{Hullo}
Hullo, world.
\textgreek{aisqron}
\textgreek{καλόν}
καλόν
\end{frame}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% TeX-engine: luatex
%%% End:
aisqron
显示,但καλόν
实际上不是。我不知道我是否需要 Luatex,但我尝试使用标准 Latex 也失败了。