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

Page numbering #14

Open
ahmdtaha opened this issue Mar 19, 2021 · 4 comments
Open

Page numbering #14

ahmdtaha opened this issue Mar 19, 2021 · 4 comments

Comments

@ahmdtaha
Copy link

According to the CVPR camera-ready guidelines, "IMPORTANT NOTE:​ Do not include page numbers in your camera-ready paper."

  1. Any recommendation to remove page numbering?
    The following line disables page numbering, but I am not sure if this is the best way
    \pagenumbering{gobble}

  2. The CVPR template should remove section 2.1. (Margins and Page numbering). This section seems obsolete

@bertjiazheng
Copy link

You can add the following code before the \begin{document} to remove the page numbers:

\pagestyle{empty}

To remove the page number of the first page, add this code after \maketitle

\thispagestyle{empty}

@ahmdtaha
Copy link
Author

Thanks but \pagenumbering{gobble} seems simpler -- Just one line. Do you have any problems with it?

@bertjiazheng
Copy link

I just borrow these lines of code from the template used before, and the paper has already passed the check of the IEEE eXpress.

@ahmdtaha
Copy link
Author

Thanks for your reply. BTW, \pagenumbering{gobble} passes the PDF eXpress as well.

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

2 participants