<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-05-17 11:08 GMT+02:00 Stefan Solbrig <span dir="ltr"><<a href="mailto:stefan.solbrig@ur.de" target="_blank">stefan.solbrig@ur.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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?<br>
(As a remark: it's weird to use xelatex /and/ inputenc, since xetex already handles unicode.)<br></blockquote><div><br></div><div>And shouldn't be used with fonts in T1 encoding via fontencs because xelatex supports unicode OpenType fonts. Moreover, hyphenation patterns are loaded in unicode, it will not work properly in T1. <br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
best,<br>
Stefan<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
I'm trying to write a latex document which will have<br>
- a hyperlinked toc<br>
- all glossary items in the main body be hyperlinked to their<br>
definition.<br>
- hyperlinked page numbers in the glossary items<br>
- hyperlinked page numbers in the index<br>
- no section numbers showing anywhere in the resulting pdf<br>
<br>
This is what I have for my header -<br>
--8<---------------cut here---------------start------<u></u>------->8---<br>
\documentclass[a4paper]{<u></u>article}<br>
\usepackage{mathptmx}<br>
\usepackage[utf8]{inputenc}<br>
\usepackage[T1]{fontenc}<br>
\usepackage{fixltx2e}<br>
\usepackage{import}<br>
\usepackage{graphicx}<br>
\usepackage{longtable}<br>
\usepackage{float}<br>
\usepackage{wrapfig}<br>
\usepackage{rotating}<br>
\usepackage[normalem]{ulem}<br>
\usepackage{amsmath}<br>
\usepackage[official]{eurosym}<br>
\usepackage{textcomp}<br>
\usepackage{marvosym}<br>
\usepackage{wasysym}<br>
\usepackage{amssymb}<br>
\usepackage{fancyhdr}<br>
\pagestyle{fancy}<br>
%% \setcounter{secnumdepth}{-2}<br>
\usepackage{imakeidx}<br>
\makeindex[options=-s ./index.ist,columnseprule,<u></u>intoc]%robustindex % Indexing<br>
\usepackage[backend=biber,<u></u>style=verbose,style=numeric]{<u></u>biblatex}<br>
\addbibresource{uh2014.bib}<br>
\bibliography{uh2014}<br>
\usepackage[toc]{glossaries}<br>
\makeglossaries<br>
\input{uh2014-glossary}<br>
\usepackage[colorlinks=true,<u></u>linkcolor=blue,linktoc=all,<u></u>hyperindex=true]{hyperref}<br>
\tolerance=1000<br>
\begin{document}<br>
\thispagestyle{fancy}<br>
\tableofcontents<br>
\addtocontents{toc}{~\hfill\<u></u>textbf{Page}\par}<br>
<br>
\clearpage<br>
\section{Chapter 1.}<br>
\label{sec-1}<br>
\subsection{Disclaimer.}<br>
\label{sec-1-1}<br>
--8<---------------cut here---------------end--------<u></u>------->8---<br>
<br>
Currently I have<br>
- a hyperlinked toc<br>
- hyperlinked page numbers in the index<br>
<br>
So how do I get the other three please?<br>
<br>
Thanks<br>
Sharon.<br>
-- <br>
A taste of linux = <a href="http://www.sharons.org.uk" target="_blank">http://www.sharons.org.uk</a><br>
my git repo = <a href="https://bitbucket.org/boudiccas/dots" target="_blank">https://bitbucket.org/<u></u>boudiccas/dots</a><br>
TGmeds = <a href="http://www.tgmeds.org.uk" target="_blank">http://www.tgmeds.org.uk</a><br>
Debian testing, Fluxbox 1.3.5, emacs 24.3.91.1<br>
<br>
<br></div></div>
------------------------------<u></u>--------------------<br>
Subscriptions, Archive, and List information, etc.:<br>
 <a href="http://tug.org/mailman/listinfo/xetex" target="_blank">http://tug.org/mailman/<u></u>listinfo/xetex</a><br>
</blockquote>
<br>
<br>
<br>
<br>
------------------------------<u></u>--------------------<br>
Subscriptions, Archive, and List information, etc.:<br>
 <a href="http://tug.org/mailman/listinfo/xetex" target="_blank">http://tug.org/mailman/<u></u>listinfo/xetex</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Zdeněk Wagner<br><a href="http://hroch486.icpf.cas.cz/wagner/" target="_blank">http://hroch486.icpf.cas.cz/wagner/</a><br><a href="http://icebearsoft.euweb.cz" target="_blank">http://icebearsoft.euweb.cz</a>
</div></div>