Giter VIP home page Giter VIP logo

presentation-template's Introduction

Paper presentation template

TODO

After cloning this template with

git clone --recursive "this repo URL here" ## the --recursive options is VERY important

one should rename a few files and edit some other files.

In particular, one should decide the presentation file name, and rename files accordingly.

Our conventions is as follows. Given:

  • the i-th author's surname initial Ni
  • the acronym VENUE of the venue where the presentation will be held
  • the current year 20XX

The presentation file name should then be:

N1N2N3N4-VENUE-20XX-talk

Accordingly, one should now:

  1. rename file abcd-venue-20XX-talk.bib into N1N2N3N4-VENUE-20XX-talk.bib
  2. rename file abcd-venue-20XX-talk.sty into N1N2N3N4-VENUE-20XX-talk.sty
  3. rename file abcd-venue-20XX-talk.tex into N1N2N3N4-VENUE-20XX-talk.tex
  4. replace line 10 of the .tex file from \usepackage{abcd-venue-20XX-talk} to \usepackage{N1N2N3N4-VENUE-20XX-talk}
  5. replace line 249 of the .tex file from \bibliography{abcd-venue-20XX-talk} to \bibliography{N1N2N3N4-VENUE-20XX-talk}
  6. replace line 16 of the .github/workflows/compile.yml file from LATEX_ROOT: abcd-venue-20XX-talk to LATEX_ROOT: N1N2N3N4-VENUE-20XX-talk
    • take care of not changing any indentation in the .yml file
  7. replace line 1 of the .gitignore file from abcd-venue-20XX-talk.pdf to N1N2N3N4-VENUE-20XX-talk.pdf

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.