
私は Siamltex1213 を使用しています。生成されるタイトルは大文字です。タイトル テキストの一部を強制的に小文字にすることはできますか?
答え1
別の方法としては、textcase
コマンド付きのパッケージを使用する方法があります\lowercase{...}
。
詳細はこちらをご覧くださいテキストケース。
テストファイルとクラスファイルは サイアム。
また、コンパイルするには、pdflatexではなくlatex -> dvips -> ps2pdfを使用する必要があります。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}