Skip to content

Instantly share code, notes, and snippets.

@shixudongleo
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shixudongleo/3f9aecafd3028769663a to your computer and use it in GitHub Desktop.
Save shixudongleo/3f9aecafd3028769663a to your computer and use it in GitHub Desktop.
LaTeX hyperref
% hyperref package should be loaded at last
\usepackage{hyperref}
\hypersetup{colorlinks=ture}
% link a text to url
% \href{url}{text}
\href{http://www.google.com}{Goolge}
% link a text to internal label
% \hyperref{label}{text}
\hyperref{section1}{details see section 1}
% link to a url
% \url{url}
\url{http://www.google.com}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment