命令 \affil 已定義 authblk.sty

命令 \affil 已定義 authblk.sty

我正在使用 lipics-v2021 模板,但我不知道如何修復 \affil 已定義的錯誤。

\documentclass[a4paper,UKenglish,cleveref, autoref, thm-restate]{lipics-v2021} 

\usepackage{amsmath,amsfonts,mathrsfs} \usepackage{graphicx} \usepackage{epsfig} \usepackage{authblk}

\EventShortTitle{STACS 2024} \EventAcronym{STACS} \EventYear{2024}

\title{adagdsfafvdasfd} \author{Anonymous Authors} \keywords{Approximation Algorithms} \ccsdesc[100]{Theory of computation~Design and analysis of algorithms}

\authorrunning{Annonymous} \date{} \begin{document}

\maketitle \thispagestyle{empty} \begin{abstract} sdfg \end{abstract} \section{Introduction} fagdsfg \end{document}

答案1

在像這樣的小實例中,您可以透過以下方式將「有問題的」命令聲明為未聲明

\let\affil\relax

在載入包之前。由於您沒有表明需要添加authblk,似乎沒有額外的好處。事實上,lipics-v2021範本已經提供了作者和隸屬關係設定。

相關內容