是否有与该命令等效的命令\bfseries
,使文本变为斜体?在我计划使用的上下文中,它\textit{ }
不起作用并产生错误:Runaway argument? { ! Paragraph ended before \text@command was complete. <to be read again> \par
。我在粗体文本方面遇到了同样的问题,但从更改为\textbf{ }
可以\bfseries
正常工作。
答案1
该开关名为:\itshape
答案2
该命令的名称是\itshape
:
\begingroup
\itshape
<text goes here>
\endgroup
或者:{\itshape <text goes here> }
。