Siamltex1213을 사용하고 있습니다. 그것이 생산하는 제목은 대문자로 표시됩니다. 제목 텍스트의 일부를 소문자로 강제로 작성할 수 있나요?
답변1
대안은 textcase
명령과 함께 패키지를 사용하는 것입니다 \lowercase{...}
.
자세한 내용은 여기에서 확인할 수 있습니다.텍스트 케이스.
테스트 파일과 클래스 파일의 출처는 다음과 같습니다. 시암.
또한 컴파일하려면 pdflatex 대신 Use 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}