发布时间:2010-09-10 13:26:41
文章类别:小技巧
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100lgnx.html
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
警告内容如下:
! pdfTeX warning (ext4): destination with the same identifier (name{figure.156} ) has been already used, duplicate ignored
这是一个可以忽略的警告。通常出现在长文档。如果只是一个LaTeX档案文件,包括一些浮动图片文件。总是弄不清。但下面这个方法有所帮助。
\usepackage{ifpdf}
\ifpdf
\usepackage[pdftex, bookmarks, colorlinks, plainpages=false,pdfpagelabels,breaklinks]{hyperref}
\else
\usepackage[dvips, bookmarks, colorlinks, linkcolor=blue, urlcolor=blue, citecolor=blue, plainpages=false,pdfpagelabels,linktocpage]{hyperref}
\fi
另外参考: http://osdir.com/ml/tex.miktex/2005-04/msg00032.html, http://phaseportrait.blogspot.com/2006/12/hyperref-options-for-proper.html, http://www.tex.ac.uk/cgi-bin/texfaq2html?label=pdfpagelabels
发表评论 取消回复