|
3 | 3 | \usepackage[english]{babel} |
4 | 4 |
|
5 | 5 | \usepackage{colortbl} |
6 | | -\usepackage{hyperref} |
7 | 6 | \usepackage{todonotes} |
8 | 7 |
|
| 8 | +\usepackage[hidelinks]{hyperref} |
| 9 | +\hypersetup{ |
| 10 | + colorlinks=true, |
| 11 | + linkcolor=blue, |
| 12 | + filecolor=magenta, |
| 13 | + urlcolor=cyan |
| 14 | +} |
| 15 | + |
9 | 16 | % \usepackage{fancyhdr} |
10 | 17 | % \usepackage{graphicx} |
11 | 18 |
|
@@ -585,13 +592,13 @@ \section{Support Image Formats} % {{{ |
585 | 592 | \section{References} % {{{ |
586 | 593 |
|
587 | 594 | \begin{enumerate} |
588 | | - \item \label{ref:ctlseqs}https://invisible-island.net/xterm/ctlseqs/ctlseqs.txt |
589 | | - \item \label{ref:twg-simple-image-display}Simple Image display, https://gitlab.freedesktop.org/terminal-wg/specifications/-/issues/12 |
590 | | - \item \label{ref:twg-gip}Good Image Protocol, https://gitlab.freedesktop.org/terminal-wg/specifications/-/issues/26 |
591 | | - \item \label{ref:image-sixel}Sixel Image Protocol, https://vt100.net/docs/vt3xx-gp/chapter14.html |
592 | | - \item \label{ref:image-item2}iTerm2's image protocol, https://iterm2.com/documentation-images.html |
593 | | - \item \label{ref:image-terminology}Terminology's image protocol, https://www.enlightenment.org/docs/apps/terminology.md \todo{Terminology image protocol spec not found. ;-(} |
594 | | - \item \label{ref:image-kitty}Kitty's image protocol, https://sw.kovidgoyal.net/kitty/graphics-protocol.html |
| 595 | + \item \label{ref:ctlseqs}\url{https://invisible-island.net/xterm/ctlseqs/ctlseqs.txt} |
| 596 | + \item \label{ref:twg-simple-image-display}Simple Image display, \url{https://gitlab.freedesktop.org/terminal-wg/specifications/-/issues/12} |
| 597 | + \item \label{ref:twg-gip}Good Image Protocol, \url{https://gitlab.freedesktop.org/terminal-wg/specifications/-/issues/26} |
| 598 | + \item \label{ref:image-sixel}Sixel Image Protocol, \url{https://vt100.net/docs/vt3xx-gp/chapter14.html} |
| 599 | + \item \label{ref:image-item2}iTerm2's image protocol, \url{https://iterm2.com/documentation-images.html} |
| 600 | + \item \label{ref:image-terminology}Terminology's image protocol, \url{https://www.enlightenment.org/docs/apps/terminology.md} \todo{Terminology image protocol spec not found. ;-(} |
| 601 | + \item \label{ref:image-kitty}Kitty's image protocol, \url{https://sw.kovidgoyal.net/kitty/graphics-protocol.html} |
595 | 602 | \end{enumerate} |
596 | 603 | % }}} |
597 | 604 |
|
|
0 commit comments