Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gciatto/presentation-template
https://github.com/gciatto/presentation-template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gciatto/presentation-template
- Owner: gciatto
- Created: 2020-09-03T07:49:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T10:54:09.000Z (10 months ago)
- Last Synced: 2024-10-23T07:21:42.744Z (3 months ago)
- Language: TeX
- Size: 306 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paper presentation template
## TODO
After cloning this template with
```bash
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`