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 initialNi
- 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:
- rename file
abcd-venue-20XX-talk.bib
intoN1N2N3N4-VENUE-20XX-talk.bib
- rename file
abcd-venue-20XX-talk.sty
intoN1N2N3N4-VENUE-20XX-talk.sty
- rename file
abcd-venue-20XX-talk.tex
intoN1N2N3N4-VENUE-20XX-talk.tex
- replace line 10 of the
.tex
file from\usepackage{abcd-venue-20XX-talk}
to\usepackage{N1N2N3N4-VENUE-20XX-talk}
- replace line 249 of the
.tex
file from\bibliography{abcd-venue-20XX-talk}
to\bibliography{N1N2N3N4-VENUE-20XX-talk}
- replace line 16 of the
.github/workflows/compile.yml
file fromLATEX_ROOT: abcd-venue-20XX-talk
toLATEX_ROOT: N1N2N3N4-VENUE-20XX-talk
- take care of not changing any indentation in the
.yml
file
- take care of not changing any indentation in the
- replace line 1 of the
.gitignore
file fromabcd-venue-20XX-talk.pdf
toN1N2N3N4-VENUE-20XX-talk.pdf