Hyperref extension
overall instructions can be found on this webpage: https://ctan.org/pkg/hyperref
CTAN: Package hyperref
hyperref – Extensive support for hypertext in LaTeX Package Links
ctan.org
you can also download a manual from the website.
How can I turn my references into hyperlinks
simply add
\usepackage{hyperref}
at the end of your `\usepackage` section.
then it gonna be like this:
which is clickable.
How can I make backward references
turn on the `backref` option by changing \usepackage like this:
\usepackage[pagebackref]{hyperref}
you may able to get some red-noted back references like:
I want to use colored links instead of colored boxes
Turn on the `colorlink` option.
\usepackage[colorlinks]{hyperref}
You can also refer this webpage: https://jevon.org/wiki/Removing_the_Coloured_Boxes_around_Hyperref_links_in_Latex
Removing the Coloured Boxes around Hyperref links in Latex
A collection of articles, musings, and development tips.
jevon.org
'etc' 카테고리의 다른 글
Mac 사용자를 위한 팁 (0) | 2025.01.24 |
---|---|
macOS에서 greek 알파벳 입력하기 (0) | 2024.03.26 |