Estoy cambiando la fuente en mi preámbulo usando
\usepackage{avant}
\renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be sans serif
\usepackage[T1]{fontenc}
pero mi minitoc todavía está en la fuente predeterminada
Estoy implementando el minitoc con:
\usepackage{minitoc}
\renewcommand{\mtctitle}{}
\mtcsetfont{minitoc}{*}{}
%minitoc depth
\setcounter{minitocdepth}{3}
\addtocontents{minitoc}{~\hfill\textbf{Page}\par}
pero no se que hacer con el \mtcsetfont
comando
¿algunas ideas?
Respuesta1
En caso de que alguien nuevo en LaTeX se encuentre con esta pregunta, esto funcionó para mí...
\usepackage{minitoc}
\renewcommand{\mtifont}{\large\sffamily}
\renewcommand{\mtcfont}{\small\sffamily}
\renewcommand{\mtcSfont}{\small\sffamily}
\renewcommand{\mtcSSfont}{\small\sffamily}
\renewcommand{\mtcSSSfont}{\small\sffamily}