如何自动将指定的语句/句子转换为大写字母而无需重新输入

如何自动将指定的语句/句子转换为大写字母而无需重新输入

我有一份相当长的文档,我发现最好用大写字母显示一些语句或句子。

有相当多这样的语句,如果可能的话,我想避免手动重新输入全部其中的字母均用大写字母表示。

是否存在一个命令(比如,类似于\scshape或类似的)可以为我完成此操作;或者,是否可以定义这样的命令?

考虑代码(用 编译lualatex):

\documentclass{book}
\usepackage{xcolor}
\begin{document}
\Large
\thispagestyle{empty}
\parskip 10pt

Is there a command (or is there a way to define a command) that will automatically transform specified statements or sentences into capitalized letters?

For example, how might I transform the sentence:

\textbf{\color{red} I would like this sentence to be automatically displayed with capital letters.} 

without actually retyping the sentence as such.
\end{document}

产生输出

在此处输入图片描述

问题:有没有办法自动将红色句子转换为大写字母,而无需重新输入?

谢谢。

相关内容