Elegant模板与newtxtext冲突

发布于 2021-12-30 12:44:27

Elegantbook Elegantnote使用报错
win10系统 Texlive2021
代码:

\documentclass[cn,hazy,blue,12pt,screen]{elegantnote}

\begin{document}
    内容...
\end{document}

报错内容:
newtxtext.sty错误 行 52: Undefined control sequence. }

查看更多

关注者
0
被浏览
1.2k
如果您有什么不同意见,您是对的,我是错的。
这家伙很懒,什么也没写!

image.png

3 个回答
LaTeXStudio
LaTeXStudio 2021-12-31
这家伙很懒,什么也没写!

我实际测试了下,编译正常:

\documentclass[cn,hazy,blue,12pt,screen]{elegantnote}
\usepackage{newtxtext}
\begin{document}
    内容...
\end{document}
-寒-
-寒- 2022-01-08
这家伙很懒,什么也没写!

解决方案见:
https://github.com/ElegantLaTeX/ElegantBook/issues/175

临时解决方案,在 documentclass 前面加上这段代码

makeatletter
newififntx@origotf
makeatother
PassOptionsToPackage{nofontspec}{newtxtext}
documentclass[cn]{elegantbook}
begin{document}
test textit{楷体}
end{document}

微信截图_20220108180917.png

撰写答案

请登录后再发布答案,点击登录

发布
问题

分享
好友

手机
浏览

扫码手机浏览