I have a document which contains some pinyin. I find that many fonts I tried, however, don't contain all of the tone marks.
I have set up the following test file which shows all of the possible letters used within pinyin which contain tone marks:
\documentclass{article}
\usepackage{xeCJK}
\usepackage{fontspec}
\setmainfont{Minion Pro}
\setCJKmainfont{Adobe Song Std}
\begin{document}
\begin{enumerate}
\item ā ē ī ō ū ǖ Ā Ē Ī Ō Ū Ǖ
\item á é í ó ú ǘ Á É Í Ó Ú Ǘ
\item ǎ ě ǐ ǒ ǔ ǚ Ǎ Ě Ǐ Ǒ Ǔ Ǚ
\item à è ì ò ù ǜ À È Ì Ò Ù Ǜ
\item a e i o u ü A E I O U Ü
\end{enumerate}
\end{document}
When I build the file, quite a number of letters are missing. When I view the file, I see many boxes. Yet xelatex does not tell me any errors.
- What font settings should I consider which will look great and have all of the letters I need?
- As
xelatexdid not display any errors, does that mean the PDF is fine, but my PDF reader has a problem?
Adobe Song Stdsince I have noMinion Profont. I only miss ǖ and Ǖ, it's odd. – Pig Cry Nov 21 '11 at 5:18