emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] LaTeX export TOC decorations : how to


From: Tim Burt
Subject: Re: [O] LaTeX export TOC decorations : how to
Date: Sat, 08 Mar 2014 09:19:35 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

FAb <address@hidden> writes:

> Hi,
> When I org-export in pdf the items in TOC have red box around them like
> "decoration" for link in css.
> How can I get ride of them ?
> Or how to customize this stuff ?

The boxes come from the default setup of hyperref in LaTeX and the
behavior can be customized via ~\hypersetup{}~.  Here is an example on a
file basis that changes the link identification from a box to a text
color (~colorlinks=true~) and then specifies the particular color 
(~linkcolor=blue~): 
#+LaTeX_HEADER: \hypersetup{colorlinks=true, linkcolor=blue}

Refer to the Extension Options of the hyperref manual[fn:1] for more
details and possibilities.


[fn:1] http://mirror.unl.edu/ctan/macros/latex/contrib/hyperref/doc/manual.pdf

>
> Thanks
>
>

-- 
Tim Burt
www.rketburt.org
"It is healthful to every sane man to utter the art within him;" -- GK 
Chesterton



reply via email to

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