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

2014-03-09 Thread Nick Dokos
FAb <0x...@free.fr> writes: > On 03/09/2014 12:51 PM, Nick Dokos wrote: >> FAb <0x...@free.fr> writes: >> >>> On 03/08/2014 04:24 PM, Nick Dokos wrote: >>> When I use that "\hypersetup" in #+LATEX_HEADER the job is perfectly done. >>> >>> But I don't find the "org-latex-hyperref-template" and if I

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

2014-03-09 Thread FAb
On 03/09/2014 12:51 PM, Nick Dokos wrote: FAb <0x...@free.fr> writes: On 03/08/2014 04:24 PM, Nick Dokos wrote: When I use that "\hypersetup" in #+LATEX_HEADER the job is perfectly done. But I don't find the "org-latex-hyperref-template" and if I delcare it in my .emacs, nothing changes. Are y

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

2014-03-09 Thread Nick Dokos
FAb <0x...@free.fr> writes: > On 03/08/2014 04:24 PM, Nick Dokos wrote: > When I use that "\hypersetup" in #+LATEX_HEADER the job is perfectly done. > > But I don't find the "org-latex-hyperref-template" and if I delcare it > in my .emacs, nothing changes. > Are you sure about this name ? That's

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

2014-03-09 Thread FAb
On 03/08/2014 04:24 PM, Nick Dokos wrote: FAb <0x...@free.fr> 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 ? Assuming you are going to PDF through latex, this is do

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

2014-03-08 Thread Nick Dokos
FAb <0x...@free.fr> 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 ? > Assuming you are going to PDF through latex, this is done by hyperref, so you'll need to

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

2014-03-08 Thread Tim Burt
FAb <0x...@free.fr> 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 customiz

[O] LaTeX export TOC decorations : how to

2014-03-08 Thread FAb
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 ? Thanks