From 967f57e67202e5b81d712f3d3cce275a15857887 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 6 Mar 2009 19:44:16 +0000 Subject: [PATCH] Use colored link text instead of boxes for hyperrefs in the pdf output. svn path=/trunk/vorbis/; revision=15753 --- doc/Vorbis_I_spec.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Vorbis_I_spec.tex b/doc/Vorbis_I_spec.tex index 63d08aa..4bc4ce7 100644 --- a/doc/Vorbis_I_spec.tex +++ b/doc/Vorbis_I_spec.tex @@ -31,8 +31,8 @@ % Hyperref enriches the generated PDF with clickable links, % and provides many other useful features. \usepackage{nameref} -\usepackage{hyperref} -%\usepackage[colorlinks]{hyperref} +%\usepackage{hyperref} +\usepackage[colorlinks]{hyperref} %\usepackage[pdfborder={0 0 0}]{hyperref} \def\sectionautorefname{Section} % Write section with capital 'S' \def\subsectionautorefname{Subsection} % Write subsection with capital 'S' -- 2.7.4