Skip to content

Commit

Permalink
\usepackage{hyperref}
Browse files Browse the repository at this point in the history
"Another way is to use special field url and make bibliography style recognise it.

url = "http://www.example.com"

You need to use \usepackage{url} in the first case or \usepackage{hyperref} in the second case."

Source: https://en.wikibooks.org/wiki/LaTeX/Bibliography_Management#Authors
  • Loading branch information
jamesray1 authored Sep 16, 2017
1 parent f8cf733 commit 9072ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Paper.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
\documentclass[9pt,oneside]{amsart}
%\usepackage{tweaklist}
\usepackage{url}
\usepackage{hyperref}
\usepackage{cancel}
\usepackage{xspace}
\usepackage{graphicx}
Expand Down

1 comment on commit 9072ca8

@jamesray1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

9072ca8 cherry-picked to #377.

Please sign in to comment.