Re: Change colour of hyperlinks in Beamer presentation

2023-05-24 Thread Loris Bennett
Hi Andrea, Andrea writes: > I believe you could do something like that (borrowed from the LaTeX Wikibook): > #+LATEX_HEADER: \hypersetup{ > #+LATEX_HEADER: colorlinks=true,% false: boxed links; true: > colored links > #+LATEX_HEADER: linkcolor=red, % color of internal l

Re: Change colour of hyperlinks in Beamer presentation

2023-05-23 Thread Andrea
I believe you could do something like that (borrowed from the LaTeX Wikibook ): #+LATEX_HEADER: \hypersetup{ #+LATEX_HEADER: colorlinks=true,% false: boxed links; true: colored links #+LATEX_HEADER: linkcolor=red,