我阅读了如何改变\emph
并将其改为\DeclareTextFontCommand{\emph}{\bfseries}
。
现在我想创造我也可以配置类似的另一个命令\secondstyleformat
。这种格式可以是粗体和斜体。写完文档后,我可以轻松地将其更改为斜体和蓝色。我怎样才能做到这一点?
答案1
没有什么可以阻止你做
\DeclareTextFontCommand\makeitboldandcoloured{\bfseries\color{blue}}
我阅读了如何改变\emph
并将其改为\DeclareTextFontCommand{\emph}{\bfseries}
。
现在我想创造我也可以配置类似的另一个命令\secondstyleformat
。这种格式可以是粗体和斜体。写完文档后,我可以轻松地将其更改为斜体和蓝色。我怎样才能做到这一点?
没有什么可以阻止你做
\DeclareTextFontCommand\makeitboldandcoloured{\bfseries\color{blue}}