|
original poster
abababa
posted 2020-11-7 20:11
回复 2# kuing
我明白怎么回事了,原来是新版的texlive里,对ubuntu系统默认使用了fandol这个字体,如果要用的话,应该改一下字体:
\documentclass[UTF8,fontset = ubuntu]{ctexart}- \documentclass[UTF8,fontset = ubuntu]{ctexart}
- \usepackage{ocgx}
- \begin{document}
- \begin{ocg}{OCG 1}{ocg1}{0}
- 中文
- \end{ocg}
- \switchocg{ocg1}{显隐}
- \end{document}
Copy the Code |
|