我正在使用以下方法更改序言中的字体
\usepackage{avant}
\renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be sans serif
\usepackage[T1]{fontenc}
但我的 minitoc 仍然是默认字体
我正在使用以下方法实现 minitoc:
\usepackage{minitoc}
\renewcommand{\mtctitle}{}
\mtcsetfont{minitoc}{*}{}
%minitoc depth
\setcounter{minitocdepth}{3}
\addtocontents{minitoc}{~\hfill\textbf{Page}\par}
\mtcsetfont
但我不知道该命令该做什么
有任何想法吗?
答案1
如果有刚接触 LaTeX 的人偶然遇到这个问题,那么这对我有用......
\usepackage{minitoc}
\renewcommand{\mtifont}{\large\sffamily}
\renewcommand{\mtcfont}{\small\sffamily}
\renewcommand{\mtcSfont}{\small\sffamily}
\renewcommand{\mtcSSfont}{\small\sffamily}
\renewcommand{\mtcSSSfont}{\small\sffamily}