GithubHelp home page GithubHelp logo

wacv-2021-author-kit's Introduction

WACV 2021 Author Kit (Latex)

Overleaf Template

We highly recommend the use of the Overleaf Template. Overleaf has all of the needed packages/fonts by default and moreover, allows for synchronous collaboration/editing of multiple authors. It is very user-friendly, but also fully functional. The overleaf version is identical to the version found in this github repository (they are synced).

Other Latex Build Tools

If you prefer to use an alternative editor/build engine to overleaf, you can either:

  • clone this git repository:

$ git clone https://github.com/wacv2021/WACV-2021-Author-Kit.git

  • or, download this author kit as a zip file.

There are a variety of latex editing/build tools you can find on the web.

Command-line (e.g. Linux)

If you plan to generate your paper via the command-line, you may need to install latex packages/fonts (e.g. texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended).

To generate the document from the latex file, it is recommended that you use pdflatex. For example, also using bibtex to generate references:

$ pdflatex egpaper.tex; bibtex egpaper; pdflatex egpaper.tex

Microsoft Word Template (None Provided)

We are no longer providing a Microsoft Word template, and are actively discouraging the use of Word for preparing papers for WACV 2021. Latex is used for the vast majority of conferences and journals in our field and Overleaf makes the use of Latex very straightforward, even for first-time users. Overleaf provides an excellent tutorial titled Learn Latex in 30 minutes.

Notes on Review vs. Camera-ready Formats:

The typical egpaper_for_review.tex and egpaper_final.tex files have been merged into a single file, egpaper.tex. The file is initially set up for review submission -- all you need to add is your CMT paper ID.

There are important instructions at the top of the combined egpaper.tex document describing (i) how to use \wacvfinalcopy to toggle between the review and final (camera-ready) formats and (ii) how to set your Paper ID (which is assigned upon creation of your paper submission in CMT) for the review version and (iii) how to set the page number for the camera-ready version.

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.