Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gciatto/woa-2020-prolog-dsl-talk
https://github.com/gciatto/woa-2020-prolog-dsl-talk
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gciatto/woa-2020-prolog-dsl-talk
- Owner: gciatto
- Created: 2020-09-10T14:08:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T17:48:26.000Z (about 1 year ago)
- Last Synced: 2024-10-23T07:50:55.654Z (2 months ago)
- Language: TeX
- Size: 2.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paper presentation template
## TODO
After cloning this template, one should rename a few files and edit some other files.
In particual, 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