mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-22 16:16:31 +00:00
13 lines
298 B
Markdown
13 lines
298 B
Markdown
|
# Links
|
||
|
|
||
|
```latex
|
||
|
\usepackage{hyperref}
|
||
|
|
||
|
\href{http://www.overleaf.com}{Something Linky}
|
||
|
|
||
|
\url{http://www.overleaf.com}
|
||
|
```
|
||
|
|
||
|
Also required for linked TOC.
|
||
|
|
||
|
[https://www.overleaf.com/learn/latex/Hyperlinks#Linking_web_addresses](https://www.overleaf.com/learn/latex/Hyperlinks#Linking_web_addresses)
|