我正在使用 Siamltex1213。它生成的标题是大写的。可以强制将标题文本的部分内容写成小写字母吗?
答案1
另一种方法是使用textcase
带有命令的包\lowercase{...}
。
代码
\documentclass[]{siamltex1213}
\usepackage[overload]{textcase}
\title{This \lowercase{is} a test\thanks{This work was
supported by the Society for Industrial and Applied
Mathematics}}}
\author{TeX Production\thanks{Society for Industrial and
Applied Mathematics, Philadelphia, Pennsylvania.
(\email{[email protected]}). Questions, comments, or corrections
to this document may be directed to that email address.}}
\begin{document}
\maketitle
\end{document}