Elegantbook Elegantnote使用报错
win10系统 Texlive2021
代码:
\documentclass[cn,hazy,blue,12pt,screen]{elegantnote}
\begin{document}
内容...
\end{document}
报错内容:
newtxtext.sty错误 行 52: Undefined control sequence. }
我实际测试了下,编译正常:
\documentclass[cn,hazy,blue,12pt,screen]{elegantnote}
\usepackage{newtxtext}
\begin{document}
内容...
\end{document}
解决方案见:
https://github.com/ElegantLaTeX/ElegantBook/issues/175
临时解决方案,在 documentclass 前面加上这段代码
makeatletter
newififntx@origotf
makeatother
PassOptionsToPackage{nofontspec}{newtxtext}
documentclass[cn]{elegantbook}
begin{document}
test textit{楷体}
end{document}
按照您给的方法,使用pdflatex编译正常。xelatex编译报错,报错信息:newtxtext.sty错误 行 52: Undefined control sequence. 等很多字体错误。