|
关于论文链接的color,可以通过你引用链接的设置来解决。
我是用
- \usepackage[colorlinks,bookmarksnumbered=true,linkcolor=black,citecolor=black]{hyperref}
复制代码 来设置的。具体的放在附件里了。
用
- pdflatex main.tex
- pdflatex main.tex
- bibtex main
- bibtex main
- pdflatex main.tex
- makeindex main.idx
- pdflatex main.tex
复制代码 生成pdf .应该可以参考一下。
- \documentclass{book}
- \usepackage{fancyhdr}
- \usepackage[colorlinks,bookmarksnumbered=true,linkcolor=black,citecolor=black]{hyperref}
- \begin{document}
- I am word. And I am an euqation(\ref{Ind_equ}).
- \begin{equation}\label{Ind_equ}
- i \quad am \quad equation
- \end{equation}
- I read reference~\cite{J_xiyouji}.
- I read also ref~\cite{J_xiyouji2}.
- I read ref~\cite{J_xiyouji3} and ref~\cite{J_xiyouji4}.
- \bibliographystyle{unsrt}
- \bibliographystyle{GBT7714-2005NLang}
- \bibliography{./Iambib}
- \end{document}
复制代码
|
-
-
main.pdf
35.59 KB, 下载次数 Times of downloads: 3
-
-
main.tex
505 Bytes, 下载次数 Times of downloads: 1
-
-
Iambib.bib
778 Bytes, 下载次数 Times of downloads: 0
评分 Rate
-
查看全部评分 View all ratings
|