我想要将所有超链接编号的项目放在黄色突出显示的框中。
请参阅以下内容:
\documentclass[10pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\newtheorem{theorem}{Theorem}[section]
\usepackage{graphicx}
\usepackage{color}
\usepackage{hyperref}
\begin{document}
\section{Main result}
\begin{theorem} \label{Th}
Statement of this theorem.
\end{theorem}
%
Using the Theorem \ref{Th}, I want to show something.
Here, instead of red coloured rounded box I want a fully highlighted
yellow box as like we generally do in pdf file to highlight some text.
\end{document}