![tikzposter / authblk - 如何改變從屬關係的索引字體大小](https://rvso.com/image/328444/tikzposter%20%2F%20authblk%20-%20%E5%A6%82%E4%BD%95%E6%94%B9%E8%AE%8A%E5%BE%9E%E5%B1%AC%E9%97%9C%E4%BF%82%E7%9A%84%E7%B4%A2%E5%BC%95%E5%AD%97%E9%AB%94%E5%A4%A7%E5%B0%8F.png)
我使用 tikzposter 創建海報並使用 authblk 來添加我的隸屬關係。我的問題是,從屬關係的第一個索引(索引 1,位於 MWE 的 Alpha 研究部門)比其餘從屬關係的字體大得多。我如何標準化它或修復我的隸屬關係的字體大小?
這是我的 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}