tikzposter / authblk - 소속의 색인 글꼴 크기를 변경하는 방법

tikzposter / authblk - 소속의 색인 글꼴 크기를 변경하는 방법

내 MWE에서

나는 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}

답변1

\renewcommand\Affilfont{\small\color{orange!80!black}}소속 블록의 글꼴을 설정하는데 사용합니다 .

philyeardmanTikz포스터Authblk

관련 정보