![tikzposter / authblk - 소속의 색인 글꼴 크기를 변경하는 방법](https://rvso.com/image/328444/tikzposter%20%2F%20authblk%20-%20%EC%86%8C%EC%86%8D%EC%9D%98%20%EC%83%89%EC%9D%B8%20%EA%B8%80%EA%BC%B4%20%ED%81%AC%EA%B8%B0%EB%A5%BC%20%EB%B3%80%EA%B2%BD%ED%95%98%EB%8A%94%20%EB%B0%A9%EB%B2%95.png)
나는 tikzposter를 사용하여 포스터를 만들고 authblk를 사용하여 제휴를 수행했습니다. 내 문제는 소속의 첫 번째 색인(MWE의 Alpha Research 부서의 인덱스 1)이 나머지 소속의 글꼴보다 훨씬 크다는 것입니다. 소속의 글꼴 크기를 표준화하거나 글꼴 크기를 수정하려면 어떻게 해야 하나요?
여기 내 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}