下面的乳胶例子陈述了我的问题。
\documentclass[12pt,letterpaper]{article}
\usepackage{kotex}
\begin{document}
I would like to display the consonants ㅇ and ㄹ along with the vowel ㅣ of the letter 일.
\end{document}
答案1
我对韩语一无所知,而且该kotex
包仅以该语言记录,但查看样式文件和文档中的示例文档,似乎它支持 XeLaTeX(带有选项hangul
)。这意味着您可以直接在源文档中输入字符:
% compile with XeLaTeX or LuaLaTeX
\usepackage[hangul]{kotex}
\setmainhangulfont{NanumMyeongjo}
\begin{document}
I would like to display the consonants ㅇ and ㄹ along with the vowel ㅣ of the letter 일.
\end{document}