siamltex1213 包标题

siamltex1213 包标题

我正在使用 Siamltex1213。它生成的标题是大写的。可以强制将标题文本的部分内容写成小写字母吗?

答案1

另一种方法是使用textcase带有命令的包\lowercase{...}

  1. 更多信息请见此处文本大小写

  2. 测试文件和类文件来自

  3. 另外,要进行编译,需要使用 latex -> dvips -> ps2pdf,而不是 pdflatex。请参阅SIAM 编译

在此处输入图片描述

代码

\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}

相关内容