我正在使用 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}