siamltex1213 包裝標題

siamltex1213 包裝標題

我正在使用 Siamltex1213。它產生的標題是大寫的。可以強制標題文字的部分內容用小寫字母書寫嗎?

答案1

另一種方法是使用textcase帶有命令的套件\lowercase{...}

  1. 更多資訊可以在這裡找到文字方塊

  2. 測試文件和類別文件來自

  3. 另外,為了編譯,需要使用 Use 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}

相關內容