ミニトークのフォントを変更したい

ミニトークのフォントを変更したい

私は前文のフォントを次のように変更しています

\usepackage{avant}
\renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be sans serif
\usepackage[T1]{fontenc}

しかし、私のミニトックはまだデフォルトのフォントのままです

私は 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}

関連情報