tikzposter / authblk - 如何更改附属机构的索引字体大小

tikzposter / authblk - 如何更改附属机构的索引字体大小

来自我的 MWE

我使用 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}

答案1

用于\renewcommand\Affilfont{\small\color{orange!80!black}}设置所属块的字体。

philyeardmanTikzposterAuthblk

相关内容