Ii wanted to hyperlink a little symbol (the OCRID) in the list of authors but apparently hyperlinks are disabled in the frontmatter of the ifacconf-style. (I wanted to combine this and this post)
Any idea if my hypothetis is correct and how to fool it?
%===============================================================================
% $Id: ifacconf.tex 19 2011-10-27 09:32:13Z jpuente $
% Template for IFAC meeting papers
% Copyright (c) 2007-2008 International Federation of Automatic Control
%===============================================================================
\documentclass{ifacconf}
\usepackage{natbib}
\usepackage{hyperref}
%===============================================================================
\begin{document}
\begin{frontmatter}
\title{The hard of gold}
\author[AAA] {Zaphod Beeblebrox\href{https://www.duckduckgo.com}{CLICK ME}}
\author[Earth]{Arthur Dent}
\author[AAA] {Ford Perfect}
\address[AAA]{\href{https://www.openstreetmaps.org}{CLICK ME}}
\address[Earth]{....}
\end{frontmatter}
test
\end{document}
The IFAC template can be downloaded here (coming from this site https://www.ifac-control.org/events/authors-guide) -- which includes the ifacconf.cls.
\usepackage{hyperref}to the header thousands of errors appear, starting at the\authorcommands. – Bill Jan 14 '22 at 04:16