<>在论文写作中,交叉引用很常见,方便读者快速找到你所指向的 文献,图片,表格,段落等。那么在latex如何快捷地实现呢?
<>1. 参考文献
<>1.1 参考文献的生成
有两种方法,一是使用 bibtex的方法,二是使用 item的方法(待完善)
<>2. 图片,表格,段落的交叉引用
此处涉及到\label 的使用,一定要合理的使用\label,这样可以快捷地
导言区
\usepackage{cite} \usepackage[colorlinks, linkcolor=blue, anchorcolor=blue,
citecolor=blue]{hyperref} % 文献超链接,同时使得跳转部分为 蓝色
<>2.1 段落/表交叉引用
\section{Section title} \label{sec:1} as required. see Table~\ref{tab:1}
\subsection{Subsection title} \label{sec:2} as required. Don't forget to give
each section and subsection a unique label (see Sect.~\ref{sec:1}).
正文中: Use paragraph headings as needed.in <http://needed.in> Fig.\ref{fig:1a}
and Fig.~\ref{fig:1b} 注意这里~符号表示有一个空格
<>2.2图片交叉引用
\begin{figure*}\sidecaption \begin{minipage}{5cm}
\includegraphics[width=1\textwidth]{fig1.png} \subcaption{fig1}\label{fig:1a}
\centering \end{minipage} \begin{minipage}{5cm}
\includegraphics[width=1\textwidth]{fig1.png} \centering
\subcaption{fig2}\label{fig:1b} \end{minipage} \caption{2222} \end{figure*}
段落/图片/表格集中显示效果如图下:
其中蓝色部分均可以跳转。
最后以在CSDN直接输出的公式结束, E=mc213+td3∫0∞mcdx
E=mc^2\frac{1}{\sqrt{3+td^3}}\int_0^\infin mcdxE=mc23+td31∫0∞mcdx
用的还是latex的规则,所以学学latex还是可以移植的。
热门工具 换一换