#Hypertext marks in LaTeX: a manual for hyperref
Hypertext marks in LaTeX: a manual for hyperref
The "Linux LaTeX-PDF HOW-TO" by Udo Schuermann
\hyperref[label]{text}text is made into a link to the same place as \ref{label} would be linked.\hyperlink{name}{text}
\hypertarget{name}{text}A simple internal link is created with \hypertarget, with two parameters of an anchor name, and anchor text. \hyperlink has two arguments, the name of a hypertext object defined somewhere by \hypertarget, and the text which be used as the link on the page.\autoref{label}This is a replacement for the usual \ref command that places a contextual label in front of the reference. This gives your users a bigger target to click for hyperlinks (e.g. 'section 2' instead of merely the number '2').pagebackref,linktocpage=true,citecolor, colorlinks=true, hidelinks
# Help for LaTeX {this one is good!!}
\hypersetup{
colorlinks = true,
linkcolor = red,
anchorcolor = red,
citecolor = blue,
filecolor = red,
pagecolor = red,
urlcolor = red
}
Dario Taraborelli: The Beauty of LaTeX
No comments:
Post a Comment