I have read a book on typography and have become interested in the way the author displays links (https://practicaltypography.com/how-to-use.html). He denotes cross-references with text written in small caps and external references with a small elevated red circle after the word-link. So I wondered if this could be done in LaTeX. So I have 2 questions:
- How can I change the font style of text that goes inside \ref and \cref?
- How can I change the big red box hyperref creates around a link to be a more discrete small circle or something like it?
In regard to number 1, I am able to do it for \cref using \crefformat, but I wonder if I can also have it for \ref in case I want to use the simple reference. As to number 2, I have read this question/answer (How can I have colored and underlined links with hyperref?), but it only shows how to change the box to underlining of dashed box.
\refI don't really understand the goal, the output of\refis almost always just a number, which is not different in small caps, so what needs to be changed exactly? – Marijn Apr 06 '20 at 06:47\hypersetup{pdfborder={0 0 0}}, but there is nothing in the PDF-format to add small circles, you will have to draw them e.g. with a degree symbol or with tikz. And they will be printed unless you add some ocg-layer. – Ulrike Fischer Apr 06 '20 at 07:28