hyperref to make references and navigation clickable in PDF output.
Core Setup
hyperref-setup.tex
External and Internal Links
links.tex
Link Unnumbered Headings
phantomsection.tex
Add internal and external links in LaTeX using hyperref. Build clickable references, URLs, and PDF metadata.
hyperref to make references and navigation clickable in PDF output.
\usepackage[colorlinks=true,linkcolor=blue,citecolor=teal,urlcolor=magenta]{hyperref}
\hypersetup{
pdftitle={Project Title},
pdfauthor={Your Name},
pdfsubject={Technical Report}
}
\url{https://www.latex-cloud-studio.com}
\href{https://www.overleaf.com/learn}{Overleaf Learn}
\section{Methods}\label{sec:methods}
See Section~\ref{sec:methods}.
Use \autoref{sec:methods} for automatic label text.
\section*{Appendix Resources}
\phantomsection
\label{sec:appendix-resources}
\addcontentsline{toc}{section}{Appendix Resources}
Was this page helpful?