emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Disable links in Latex export


From: John Hendy
Subject: Re: [O] Disable links in Latex export
Date: Thu, 26 Apr 2012 06:47:25 -0500

On Thu, Apr 26, 2012 at 3:51 AM, Eric Fraga <address@hidden> wrote:
> Nick Dokos <address@hidden> writes:
>
>
> [...]
>
>> If all you care about is the *appearance*, rather than the existence of
>> links, however, you can use hyperref package options to influence
>> that. For example
>>
>>     \usepackage[pdfborder={0,0,0}]{hyperref}
>>
>> will get rid of the red boxes around the links in the TOC: they are
>> still links, they are just not that obvious any more.  You can do that
>> by customizing the org-export-latex-default-packages-alist variable:
>> just add the above option (without the square brackets) to the hyperref
>> package entry.
>
> adding the line
>
> #+latex_header: \hypersetup{pdfborder={0,0,0}}
>
> in the org document should be sufficient?
>
> In practice, I actually do:
>
> #+latex_header: \hypersetup{colorlinks=true}

And red isn't my cup of tea, so I use:

#+LATEX_HEADER: \hypersetup{colorlinks=true,urlcolor=blue}

>
> which still colours the links but gets rid of the ugly boxes.
>
> --
> : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.1.50.1
> : using Org-mode version 7.8.06 (release_7.8.06.181.g67694.dirty)
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]