John Hendy gmail.com> writes:
> And red isn't my cup of tea, so I use:
>
> #+LATEX_HEADER: \hypersetup{colorlinks=true,urlcolor=blue}
Thanks, but it's "linkcolor" not "urlcolor" for the internal links in the TOC.
Eric Fraga ucl.ac.uk> writes:
> adding the line
>
> #+latex_header: \hypersetup{pdfborder={0,0,0}}
>
> in the org document should be sufficient?
Yes, this works too -- the boxes are "invisible" now.
> In practice, I actually do:
>
> #+latex_header: \hypersetup{colorlinks=true}
>
> which s
Nick Dokos hp.com> writes:
> 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.
Thanks. This worked -- the red boxes are no longer displayed.
On Thu, Apr 26, 2012 at 3:51 AM, Eric Fraga wrote:
> Nick Dokos 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}]{hyper
Nick Dokos 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 T
SW wrote:
> I'm exporting a structured document to Latex/PDF. The table of contents
> contains
> hyperlinks for each section which I would like to disable. I tried setting
> "org-export-latex-href" and "org-export-latex-hyperref" to empty strings, but
> this did not help. Thanks.
>
>
There ar
I'm exporting a structured document to Latex/PDF. The table of contents contains
hyperlinks for each section which I would like to disable. I tried setting
"org-export-latex-href" and "org-export-latex-hyperref" to empty strings, but
this did not help. Thanks.