Sunday, 18 August 2013

Hyperlinks to enumeration numberings

Hyperlinks to enumeration numberings

I have a list
\begin{enumerate}
\item This is the first post
\item This is the second post
\end{enumerated}
And I want to add hyperlinks to the numberings within a box.
The simplest approach can be using my own numbering (using a counter, or
manually)
\boxed{ \href{www.google.com}{1} } This is the first post
\boxed{ \href{www.google.com}{2} } This is the first post
But with this structure, I lost the indentation that "enumerate" presents.
How can I preserve the indentation

No comments:

Post a Comment