Home

Awesome

CVPR / ICCV LaTeX Templateโšก

This repo contains quickstart code for writing CVPR/ICCV papers in LaTeX. It is a direct extension of the official template (for CVPR 2022 and beyond) and is submission-ready. Up-to-date for CVPR 2025.

Feel free to suggest changes or packages/macros you think are widely useful via a PR!

๐Ÿ“ Compilation

Compile with _main.tex as the main document.

๐Ÿ”ฌ Main sections

๐Ÿ“ฆ Packages and Macros

Add your own packages and macros to _macros.tex. Some handy built-in macros:

๐Ÿ“š Supplementary

Add supplemental material to 12_appendix.tex. Compile with _supplementary.tex as the main document.

๐Ÿ—ƒ๏ธ Submitting to arXiv

  1. Overleaf: Submit -> arXiv -> Download project ZIP with submission files (e.g. .bbl)
  2. Delete the following files: README.md, latexmkrc, _supplementary.tex, and (important!) _rebuttal.tex.
  3. Optionally, run arxiv-latex-cleaner.
  4. Tar/gzip the produced files and upload.

๐Ÿ‘ฟ Rebuttal

Compile with _rebuttal.tex as the main document.

Miscellaneous