New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LaTeX pdfs: Allow link format customisation #3283
Conversation
3bce1a3
to
e4e5c10
Compare
Adressed all comments. |
hey, please don't use the"resolve conflicts" button on GitHub. it adds a merge commit which makes things rather messy when merging the actual PR. better to just manually do a git rebase and then force push.
or ignore the conflicts, we'll rebase anyway before merging a PR
32b8672
to
575473a
Compare
I just rebased this PR to the latest master and fixed some things, but I noticed that "Color links (screen only)" also affects printing. I tested it with texlive 2018 (installing 2019 atm in case this fixes it). Can you confirm that a printed PDF does not colorize links for you when using this option? |
Yes, seems like that depends on the pdf viewer used (I worked with Adobe Reader, but seems to have no effect with evince under linux). |
I think I tried with sumatrapdf (and possibly foxit reader as well) and it was printed there... |
Maybe it'd be better to remove that particular option since we have absolutely no control about which PDF viewer people use? |
Make the hyperref link color options configurabable.
Not supported in all pdf viewers :(
Make the hyperref link color options configurabable.
This is a more complete alternative to #3277