\documentclass{ctexart}
%\documentclass[lang=cn,newtx,10pt,scheme=chinese]{elegantbook}
%\documentclass[theorem=false,mathfont=none,openany,sub3section]{easybook}
%\usepackage[lang=cn,newtx]{eb-elegantbook}
\usepackage[os=win]{menukeys} %使用目录、菜单、按键
\renewmenumacro{\menu}[-]{menus} %将默认的>改为-
\newmenumacro{\winpath}[bslash]{hyphenatepathswithfolder} %修改为winpath
%\newmenumacro{\winpath}[bslash]{hyphenatepathswithfolder}
\begin{document}
默认安装目录ttt为\winpath{C:\Program Files (x86)\Zotero}
\end{document}
报警为:
Package menukeys: The hyphenatepaths styles will probably only (menukeys) work with T1 or OT1 encoding..
应该是字体问题,请问如何解决?
使用{ctexart}没有问题了,但用{elegantbook}{easybook}还是报警。