I use \nameref command in order to link section title. But if section title is too long and truncated it will not linked.
\documentclass[twocolumn]{article}
\usepackage{hyperref}
\begin{document}
\title{Sample File}
\date{}
\maketitle
\section{Comparison with existing hierarchical decomposition methods}
\label{sec1}
This is a simple text. This is a simple text. This is a simple text. This is a simple text. This is a simple text. This is a simple text. This is a simple text. This is a simple text. This is a simple text. This is a simple text~\nameref{sec1}. This is a simple text. This is a simple text.
This is a simple text.I use \nameref command in order to link section title. But if section title is too long and truncated it will not linked.
\documentclass[twocolumn]{article}
\usepackage{hyperref}
\begin{document}
\title{Sample File}
\date{}
\maketitle
\section{Comparison with existing hierarchical decomposition methods}
\label{sec1}
This is a simple text. This is a simple text. This is a simple text. This
is a simple text. This is a simple text. This is a simple text. This is a
simple text. This is a simple text. This is a simple text. This is a
simple text~\nameref{sec1}. This is a simple text. This is a simple text.
This is a simple text.
\end{document}
