I am writing my theis and I want to create hyperref for the sections, figures, etc., Other than citations hyperref works for sections, figures... I googled enough to solve the problem, but all in vain. This is how my permeable looks like
Code: Select all
\documentclass[a4paper,12pt]{report}
\usepackage{a4wide, graphicx, textcomp, cite}
\usepackage[latin1]{inputenc}
\usepackage{amsmath,amssymb}
\usepackage{pdfpages}
\usepackage[titletoc]{appendix}
\usepackage{float}
\usepackage{fancyhdr}
\usepackage[style=super,header=plain,number=none,border=none,cols=2,hypertoc=true,
hyper=true]{glossary}
\usepackage[pagebackref=true,pdfauthor={Meena}]{hyperref}
\usepackage{cite}
\makeglossary
\setlength{\descriptionwidth}{0.8\textwidth}
\setlength{\headheight}{15pt}
\pagestyle{fancy}
Thanks in advance,
Meena