我尝试过各种答案,但都行不通:我用回忆录课, \usepackage[sc]{mathpazo}
我的页眉是正确的,但章节标题是小型大写字母(而且很小!)尽管小章节标题较大并且没有小型大写字母!
如何获得一致的部分/小节/子部分字体大小和类型?
谢谢
\documentclass[a4paper, titlepage, twoside, openright, oldfontcommands, 12pt]{memoir}
\title{TITLE ONE}
\usepackage[sc]{mathpazo}
\maxsecnumdepth{subsubsection}
\maxtocdepth{paragraph}
\begin{document}
\maketitle
\frontmatter
\mainmatter
%%%%%%%%%%%%%%%%%%%%%%%
\chapterstyle{dash}
\pagestyle{companion}
%%%%%%%%%%%%%%%%%%%%%%%
\setsecheadstyle{\scshape\large\raggedright}
\setsubsecheadstyle{\scshape\raggedright}
\setsubsubsecheadstyle{\itshape\raggedright}
\setparaheadstyle{\itshape\small \raggedright}
%%%% has to be after frontmater????
\part{part one}
\chapter{chapter one}
\section{section one}
\subsection{sub section one}
\subsubsection{sub sub section one}
\paragraph{paragraph one}
\backmatter
\tableofcontents
\end{document}