Please see
Code: Select all
\documentclass[10pt, a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage{amsfonts, amsmath, amssymb, amsfonts}
\usepackage[english]{babel}
\usepackage[ansinew]{inputenc}
\usepackage[]{hyperref}
\hypersetup{
bookmarks = false, % show bookmarks bar?
unicode = false, % non-Latin characters in Acrobat’s bookmarks
pdftoolbar = false, % show Acrobat’s toolbar?
pdfmenubar = true, % show Acrobat’s menu?
}
\begin{document}
\tableofcontents
\section{asd}
\subsection{asds}
\begin{align}
asd \label{dsa}
\end{align}
(\ref{dsa})
\cite{asddd}
\end{document}
Cheers,
Niles.