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.htmlMy 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
I also like this one:\href{mailto:name@email.com}{name@email.com}
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:
ReplyDeletehttp://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
I also like this one:
ReplyDelete\href{mailto:name@email.com}{name@email.com}