Sorry, but I cannot reproduce your problem. If I typeset your minimal example, section numbers just show up fine in the text and the table of contents. How did you typeset the document? (As a remark: it's weird to use xelatex /and/ inputenc, since xetex already handles unicode.)

best,
Stefan

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


--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
 http://tug.org/mailman/listinfo/xetex




--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
 http://tug.org/mailman/listinfo/xetex

Reply via email to