答案1
您可以尝试在本地重新定义\itdefault
:
\documentclass{article}
\begin{document}
abc {\itshape abc} \textit{abc}
\begingroup %no itshape here:
\renewcommand\itdefault{n}
abc {\itshape abc} \textit{abc}
\endgroup
\end{document}
您可以尝试在本地重新定义\itdefault
:
\documentclass{article}
\begin{document}
abc {\itshape abc} \textit{abc}
\begingroup %no itshape here:
\renewcommand\itdefault{n}
abc {\itshape abc} \textit{abc}
\endgroup
\end{document}