tikzposter/authblk – como alterar o tamanho da fonte do índice das afiliações

tikzposter/authblk – como alterar o tamanho da fonte do índice das afiliações

Do meu MWE

Usei o tikzposter para criar um pôster e o authblk para fazer minhas afiliações. Meu problema é que o primeiro índice das afiliações (índice 1, no Departamento de Pesquisa Alpha do MWE) é muito maior que a fonte do restante das afiliações. Como posso padronizar ou corrigir o tamanho da fonte das minhas afiliações?

aqui está meu MWE:

\documentclass[25pt]{tikzposter}
\usepackage{authblk} %Allows improved author and affiliation design
\usetheme{Desert}

%Set title authors and institute
\title{\parbox{\linewidth}{\centering ULTRA LONG TITLE NO ONE BOTHERS   TO    READ}}
\institute{Alpha University}

\author[1,2]{John Doe}
\author[2]{Jane Doe}
\author[2]{Jennifer Doe}
\author[3,4]{James Doe}
\author[3]{Jenna Smith}
\author[2]{John Smith}
\author[1]{Jennifer Smith}


\affil[1]{\normalsize Dept. of Alpha Research}
\affil[2]{\normalsize Beta corporation}
\affil[3]{\normalsize Gamma university}
\affil[4]{\normalsize Delta Research group}

%Make title customizer
\makeatletter
\def\maketitle{\AB@maketitle}
\makeatother

\begin{document}
\maketitle
\block{Abstract}{
Tih is an abstract to fill the MWE
} % See Section 4.2
\end{document}

Responder1

Use \renewcommand\Affilfont{\small\color{orange!80!black}}para definir a fonte do bloco de afiliação.

philyeardmanTikzposterAuthblk

informação relacionada