-
Notifications
You must be signed in to change notification settings - Fork 78
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
Text not centered on page #31
Comments
I checked my own submissions and indeed text is not centered. |
Actually, it seems like in 2013 the template was already not centered (not sure why the final versions on the CVF webpage are centered). I still have some of my really old repos and it turns out that in 2005 this issue already existed, at least for the camera ready. The submission version still had the correct margins (-0.1875in), but did not yet use the (then presumably new) cvpr.sty style. This seems to have been introduced only for the camera ready. Given that it has been almost 20 years, I am not sure we will succeed in figuring out why this change happened. Either we leave it be since no one seemingly noticed for so long, or we silently fix it |
Ack. |
@sroth-visinf, I can confirm that your margin calculation seems correct and will merge this in f6b97e4. Thank you so much for this! Edit: Someone figured out the mystery – the old margins were for A4 pages, but the template uses letter pages now. |
While preparing the rebuttal template for ECCV, I discovered that recent (and not so recent) CVPR templates do not properly center the text on the page. Interestingly, this is an issue that seems to have persisted for many years. Even papers from as far back as CVPR 2014 seem to exhibit this issue (see, e.g., this example). As can be clearly seen, the margin is bigger on the right than it is on the left. In 2013, everything was still fine (see, e.g., here).
I had a closer look at the margin specifications in the template and it seems that the calculation is off. In the current template the margin is set as:
However, the text is 6 7/8 inches wide (official width) on a 8 1/2 inch sheet. This leaves 13/8 inches for both margins, making a 13/16 inch margin on each side. Given the 1 inch default margin of LaTeX, this means that the margins should be set as:
And indeed, if I do that, everything looks nice and centered.
It would be great if someone could verify this observation and my margin calculation. If this checks out, I am happy to submit a pull request to address this issue in future conferences (or even in the CVPR 2024 camera readys).
The text was updated successfully, but these errors were encountered: