Re: [O] Format of links in PDF beamer export

2015-10-20 Thread Eric S Fraga
On Tuesday, 20 Oct 2015 at 15:01, Loris Bennett wrote: > Hi, > > How can I control the appearance of link in a PDF beamer presentation. beamer export uses hyperref so customise this package using \hypersetup. -- : Eric S Fraga (0xFFFCF67D), Emacs 24.5.1, Org release_8.3.2-164-g50a182

Re: [O] Format of links in PDF beamer export

2015-10-20 Thread Sebastian Christ
Hi Loris, I put #+LATEX_HEADER: \hypersetup{colorlinks=true} in my org files and let hyperref do the styling. -- Sebastian > On Tue, 20 Oct 2015 15:01:57 +0200, "Loris Bennett" > said: > > Hi, > How can I control the appearance of link in a PDF beamer presentation. > >