一切都在标题中。
我目前正在使用 XeLatex 排版双语(法语/日语)文档。
xeCJK
负责日语部分,polyglossia
负责法语部分。
\documentclass[a4paper,openright,twoside,11pt]{memoir}
\usepackage{xeCJK}
\setCJKmainfont{Hiragino Mincho ProN}
\usepackage{polyglossia}
\setmainlanguage{french}
\setotherlanguage{english}
效果非常好。
现在,我到处看到很多人都在使用该fontspec
软件包。我也应该使用它吗?有什么好处?