Monday, August 10, 2009

Clickable links [hyperref]

This may or may not be news to most of you, but I would imagine that this is something that virtually every writer likes to use every once in a while.

2 comments:

  1. This is an example of hyperref usage and it includes all info you could possibly want to store as part of the pdf. There are plenty of options as can be seen here:

    http://www.tug.org/applications/hyperref/manual.html

    My example:

    \usepackage[hyperfootnotes=false, plainpages=false, pdfpagelabels, pdftitle={My document title}, pdfauthor={This is my name}, pdfstartview=FitH, pdfdisplaydoctitle, colorlinks=true, pdftoolbar=false, linkcolor=blue, citecolor=blue, filecolor=blue, urlcolor=blue%,pdfstartpage=13
    ]{hyperref}

    If you include this next line in the argument color links turn to the default black color: implicit = false

    ReplyDelete
  2. I also like this one:

    \href{mailto:name@email.com}{name@email.com}

    ReplyDelete