Hyperref for adding urls in posters should work
Currently, I use a setup like:
\colorlet{scadsblue}{scadsaiblue}
\usepackage[colorlinks=true,urlcolor=scadsblue,implicit=false]{hyperref}
The implicit=false
is necessary because LaTeX otherwise complains about undefined control sequences in \section
commands.