1)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! fontspec error: "font-not-found"
!
! The font "Adobe Kaiti Std" cannot be found.
!
! See the fontspec documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.73 \begin{document}
?
解决方法:
把
Adobe Kaiti Std改成了 “楷体”
汗,中文的
2)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! fontspec error: "font-not-found"
!
! The font "Adobe Fangsong Std" cannot be found.
!
! See the fontspec documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.76 \maketitle
解决方法:
都改了:
\newcommand\installOTF{%
\setmainfont{Times New Roman} % could be changed to "Times New Roman PS Std"
\setsansfont{Arial}
\setmonofont{Courier New}
\setCJKmainfont[BoldFont={黑体},ItalicFont={楷体}]{宋体}
\setCJKsansfont{黑体}
\setCJKmonofont{楷体}
\setCJKfamilyfont{song}{宋体}
\setCJKfamilyfont{hei}{黑体}
\setCJKfamilyfont{fs}{仿宋}
\setCJKfamilyfont{kai}{楷体}
\setCJKfamilyfont{li}{楷体}
\setCJKfamilyfont{you}{楷体}
}