Skip to content
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

Hyperref issue in .sty file #13

Open
hanbingyan opened this issue Jun 22, 2023 · 4 comments
Open

Hyperref issue in .sty file #13

hanbingyan opened this issue Jun 22, 2023 · 4 comments

Comments

@hanbingyan
Copy link

Perhaps it is not a good idea to set

\RequirePackage[colorlinks=false,allbordercolors={1 1 1}]{hyperref}

For example, consider the following two lines
overlap

The hat of a function f is almost missing. The correct result should be

correct

Why? Because the WHITE border is overlapped with the hat! It's really hard to detect this bug and it costs me a whole afternoon and night...

I suggest

\RequirePackage[breaklinks=true, hidelinks]{hyperref}
@fabianp
Copy link
Member

fabianp commented Jul 6, 2023

this change makes sense to me. What do you think @akucukelbir ?

@akucukelbir
Copy link
Contributor

Hyperref issues cause 90% of typesetting problems at JMLR; the remainder are authors modifying margins.

I'll take a look. Appreciate the ping @hanbingyan @fabianp

@willleeney
Copy link

a simple fix for this is setting the line to \RequirePackage[colorlinks=false,pdfborder={0 0 0}]{hyperref}. the old version sets border of the hyperlinks to white in a weird way so you can still kinda see the edge of the linking box. this replacement fits this for me.

@fabianp
Copy link
Member

fabianp commented Feb 8, 2024

any opinion on this @kevinsbello (our new production manager)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants