Tagged Questions
3
votes
1answer
227 views
What does this warning “** WARNING ** TrueType post table name index 32768 > 32767” mean?
I'm new to TeX and trying to compile this code:
\documentclass{article}
\usepackage{xeCJK}
\setCJKmainfont{WenQuanYi Zen Hei Mono}
\begin{document}
你好,\TeX!
\end{document}
I get the pdf fine, but ...