该xpinyin
包提供了一种用拉丁音标注释汉字的方法。对于有多种发音的字符,可以使用
\xpinyin{<character>}{<pronunciation>}
以提供正确的音标。但是,\xpinyin
似乎不遵循pinyinscope
环境的间距设置,如下例所示(注意duan
和的重叠xiang
):
\documentclass{article}
\usepackage{xcolor}
\usepackage[UTF8]{ctex}
\usepackage{xpinyin}
\xpinyinsetup{multiple={\color{red}}}
\begin{document}
\kaishu
\begin{pinyinscope}[hsep=1ex]
長短相形,\xpinyin{長}{chang2}短\xpinyin{相}{xiang4}形
\end{pinyinscope}
\end{document}
hsep=1ex
如果在加载包时给出了该选项,问题仍然存在。
如何解决这个问题呢?
答案1
此错误已在提交给 CTAN 的新版本中修复。您可以在几天后更新您的系统以获取它。
更新:新版本可在 TeX Live 2013 中使用。