Estou alterando a fonte do meu preâmbulo usando
\usepackage{avant}
\renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be sans serif
\usepackage[T1]{fontenc}
mas meu minitoc ainda está na fonte padrão
Estou implementando o minitoc com:
\usepackage{minitoc}
\renewcommand{\mtctitle}{}
\mtcsetfont{minitoc}{*}{}
%minitoc depth
\setcounter{minitocdepth}{3}
\addtocontents{minitoc}{~\hfill\textbf{Page}\par}
mas não sei o que fazer com o \mtcsetfont
comando
alguma ideia?
Responder1
Caso alguém novo no LaTeX se depare com essa questão, isso funcionou para mim...
\usepackage{minitoc}
\renewcommand{\mtifont}{\large\sffamily}
\renewcommand{\mtcfont}{\small\sffamily}
\renewcommand{\mtcSfont}{\small\sffamily}
\renewcommand{\mtcSSfont}{\small\sffamily}
\renewcommand{\mtcSSSfont}{\small\sffamily}