Next: Creating hypertext links in
Up: Miscellaneous Latex syntax
Previous: Miscellaneous Latex syntax
Using Latex to create hypertext links in html files
- To create a link to a general URL, use
\htmladdnormallink{text to
have highlighted}{http://www.address_of_website.html}
- To create a link to another place in your own document
\htmlref{text to have highlighted}{Label_name}
where Label_name is the name of a Latex label somewhere
in your document.
Chris Paciorek
2004-02-19