Coder Social home page Coder Social logo

cvpr-latex-template's Introduction

CVPR / ICCV LaTeX Templateโšก

Note: Up-to-date for CVPR 2023!

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.

You can fork this repo and import into Overleaf (preferred) or compile with pdflatex.

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.

  • Modify paper metadata in _constants.tex. Change confName to ICCV if applicable.
  • Set \review OR \arxiv OR \camera in line 2 of _main.tex.
  • In arXiv mode, 12_appendix.tex (i.e. the supplemental material) will be appended as appendices.

๐Ÿ”ฌ Main sections

  • Update the abstract in 00_abstract.tex
  • \input each paper section (e.g. 03_method.tex) in _main.tex
  • Add references to 11_references.bib

๐Ÿ“ฆ Packages and Macros

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

  • \cref{} to refer to sections/tables/figures by their \label{}.
  • \nbf{} is a bold paragraph header.
  • Use \supp to refer to "supplemental material" or "appendix" in text (automatically determined based on compilation mode).
  • \todo{}

๐Ÿ“š Supplementary

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

  • Set \review OR \camera in line 2 of _supplementary.tex.
  • You can refer to sections, references, figures, tables, etc. in 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.

  • You can use \R{1}, \R{2}, etc. as colored references to reviewers.
  • You can refer to sections, references, figures, tables, etc. in the main document!

cvpr-latex-template's People

Contributors

apoorvkh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.