有人告诉我使用hyperref
包装来生产彩色盒子\引用,\参考, 和\eqref。这样,我就可以这样做:
为什么呢?请允许我先介绍一下我的前言:
\documentclass[12pt]{amsart}
\usepackage[left=3cm,right=3cm,top=3cm,bottom=2cm]{geometry}
\usepackage{CJKutf8,mathpazo,upgreek,mathrsfs}
\usepackage{amssymb,amsthm,mathtools,mathabx,physics}
\usepackage{enumerate,nicefrac,relsize}
\usepackage{cases,csquotes}
\usepackage{tikz}
\usetikzlibrary{matrix,decorations.pathreplacing}
\usepackage[colorlinks,linkcolor=blue,citecolor=red]{hyperref}
\setcounter{tocdepth}{1}
\numberwithin{equation}{section}
\newtheorem{thm}{Theorem}[section]
\newtheorem{prop}[thm]{Proposition}
\newtheorem{coro}[thm]{Corollary}
\newtheorem{lem}[thm]{Lemma}
\newtheorem*{thm*}{Theorem}
\newtheorem*{prop*}{Proposition}
\newtheorem*{coro*}{Corollary}
\newtheorem*{lem*}{Lemma}
\theoremstyle{definition}
\newtheorem{dfn}[thm]{Definition}
\newtheorem{ex}[thm]{Example}
\newtheorem{rem}[thm]{Remark}
\newtheorem{exc}[thm]{Exercise}
\begin{document}
...
\begin{prop}\label{Prop: gtt}
\begin{equation}\label{Eq: gtt}
\pdv{t}g_{ij}=2\varphi h_{ij}
\end{equation}
\end{prop}
...
The proposition below includes some consequences of proposition~\ref{Prop: gtt}, whose derivations are already explicit and complete in \cite[section 7.1]{HP96}. We simply cite them
...
\begin{thebibliography}{99}
\bibitem{HP96} Gerhard Huisken and Alexander Polden,
\textit{Geometric evolution equations for hypersurfaces}, ...
\end{thebibliography}
\end{document}
这个包和 documentclass 不太hyperref
匹配吗amsart
?谢谢你的帮助!
编辑。抱歉,我忘了说我通常使用 Texmaker 和 MiKTeX。