字体正常文本应为 Times New Roman。但我想改变章节和小节标题改为大写 Arial-12 大小.MWE 如下所示。
documentclass[letterpaper,11pt]{article}
\usepackage[left=1.25in,right=1.25in,top=1in,bottom=1in]{geometry}
\usepackage[english]{babel}
\usepackage{blindtext}
\usepackage{mathptmx}% Times Roman font
\title{My Title}
\date{}
\begin{document}
\maketitle
\Blinddocument
\end{document}