LaTeX学习日记-3

昨天在论坛上看帖子时,发现一个人的问题,问怎么链接到外部url或者内部页面,我想这个问题估计不是很难,另外一位高手指点去查看hyperref宏包。我就下载了一个,边看文档边写,写出了一个简单的例子:

documentclass{book}
usepackage{hyperref}
begin{document}
hypertarget{name}{text}
newpage
href{http://www.qiliang.net}{http://www.qiliang.net}
newpage
hyperlink{name}{text}
end{document}

就是链接的字的效果比较差,必须要修改默认参数了。

Did you like this? Share it:

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.