-
Notifications
You must be signed in to change notification settings - Fork 7
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
Line number misalignment #1
Comments
Same problem here, the pdf produced by compiling the given tex file seems to have this problem. The sampled pdf does not have this problem. |
To resolve this, change your TeX Live Version to 2020. In Overleaf, you can do this by:
Unsure what needs to be done to work with 2021, but this is the quick fix. Edit: If you then get the error |
But changed TeX Live Version to 2020, and it seems to be still not good: Is there any other better solution?thx |
Same issue. I don't think this workaround can be applied to a local installation (= texlive 2022) so a better solution is needed. |
Just modify the file
|
The final solution should be: 1, Still setting TeX Live Version to 2021 2, % \put(\LenToUnit{\textwidth\kern 30pt},\LenToUnit{-\wacvruleroffset}){%right ruler |
Ah..., idk why you changed 30 to 20, 30 is from WACV's official style. If you check other CVF conference latex template e.g. CVPR you could also will find it 30. |
That works, thank you! |
Because when setting 30 the left and right margin is not the same, setting 20 will be same, as the follow comparison: |
You'd better report a bug to CVPR, ICCV, ECCV, WACV, |
Hi, I used the overleaf template provided in this repo and compiled the project. However, the line number seemed to be too close to the text (see the figure below). Is the format correct, or did I miss anything?
The text was updated successfully, but these errors were encountered: