![tikzposter/authblk: cómo cambiar el tamaño de fuente del índice de las afiliaciones](https://rvso.com/image/328444/tikzposter%2Fauthblk%3A%20c%C3%B3mo%20cambiar%20el%20tama%C3%B1o%20de%20fuente%20del%20%C3%ADndice%20de%20las%20afiliaciones%20.png)
Usé tikzposter para crear un cartel y authblk para hacer mis afiliaciones. Mi problema es que el primer índice de afiliaciones (índice 1, en el Departamento de Investigación Alpha en el MWE) es mucho más grande que la fuente del resto de afiliaciones. ¿Cómo puedo estandarizarlo o arreglar el tamaño de fuente de mis afiliaciones?
aquí está mi 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}