You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix LaTeX error on Overleaf when switching paper modes (cvpr-org#50)
In review and rebuttal mode, we use the "lineno" package for numbering lines. When switching to a different mode, the "`\@LN`" macro may remain in cached `.aux` files, leading to build errors (cvpr-org#49).
Defining the macro as empty fixes that (https://tex.stackexchange.com/a/125779).