波兰语 Ł 在 Beamer 中?

波兰语 Ł 在 Beamer 中?

我无法在 Beamer 中生成波兰语 Ł,而且我认为我需要的代码可能与标准 Latex 文档所需的代码不同。我该怎么办?

答案1

也许我遗漏了一些东西,但这对我有用(取自https://latex.org/forum/viewtopic.php?t=2239):

\documentclass{beamer}

% \usepackage[utf8]{inputenc} $ not needed, as per @Zarko's comment

\begin{document}

     \L{} \l{} ł Ł

\end{document}

截屏

相关内容