Tagged Questions
3
votes
1answer
226 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 ...
2
votes
2answers
1k views
Linux Libertine O and Linux Biolinum O not found
I have TeX Live 2011. I set
\usepackage{fontspec}
\setmainfont{Linux Libertine O}
\setsansfont{Linux Biolinum O}
but I get a warning that these fonts are not found! If I try ...
13
votes
1answer
1k views
XeTeX warning: Redefining document command \oldstylenums with arg. spec. 'm'
I updated my MiKTeX to the newest version a few days ago, and after this when I compile documents with the fontspec package included, there's a warning. For example:
\documentclass{article}
...