[XeTeX] hyperlinks, and no section numbers

Sharon Kimble boudiccas at skimble.plus.com
Wed May 14 16:26:39 CEST 2014


I'm trying to write a latex document which will have
 - a hyperlinked toc
 - all glossary items in the main body be hyperlinked to their
 definition.
 - hyperlinked page numbers in the glossary items
 - hyperlinked page numbers in the index
 - no section numbers showing anywhere in the resulting pdf

This is what I have for my header -
--8<---------------cut here---------------start------------->8---
\documentclass[a4paper]{article}
\usepackage{mathptmx} 
\usepackage[utf8]{inputenc} 
\usepackage[T1]{fontenc}
\usepackage{fixltx2e} 
\usepackage{import} 
\usepackage{graphicx}
\usepackage{longtable} 
\usepackage{float} 
\usepackage{wrapfig}
\usepackage{rotating} 
\usepackage[normalem]{ulem} 
\usepackage{amsmath}
\usepackage[official]{eurosym} 
\usepackage{textcomp} 
\usepackage{marvosym}
\usepackage{wasysym} 
\usepackage{amssymb} 
\usepackage{fancyhdr}
\pagestyle{fancy}
%% \setcounter{secnumdepth}{-2}
\usepackage{imakeidx}
\makeindex[options=-s ./index.ist,columnseprule,intoc]%robustindex % Indexing
\usepackage[backend=biber,style=verbose,style=numeric]{biblatex}
\addbibresource{uh2014.bib}
\bibliography{uh2014}
\usepackage[toc]{glossaries}
\makeglossaries
\input{uh2014-glossary}
\usepackage[colorlinks=true,linkcolor=blue,linktoc=all,hyperindex=true]{hyperref}
\tolerance=1000
\begin{document}
\thispagestyle{fancy}
\tableofcontents
\addtocontents{toc}{~\hfill\textbf{Page}\par}

\clearpage
\section{Chapter 1.}
\label{sec-1}
\subsection{Disclaimer.}
\label{sec-1-1}
--8<---------------cut here---------------end--------------->8---

Currently I have
 - a hyperlinked toc
 - hyperlinked page numbers in the index

So how do I get the other three please?

Thanks
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
TGmeds = http://www.tgmeds.org.uk
Debian testing, Fluxbox 1.3.5, emacs 24.3.91.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://tug.org/pipermail/xetex/attachments/20140514/c39e3a3d/attachment.bin>


More information about the XeTeX mailing list