- clone this repo for a conference
- change it to a new repo:
rm -rf .git
git init
git add -A
git commit -m "initial checkin"
- define conference and journal information as variables in
variables.tex
.
- import all related files: .tex, .bib, .png and .etc.
- rename all files using the paper ID, e.g. paper23.tex, paper23.bib, paper23_1.png, paper23_2.png.
- update the file name references in the .tex file accordingly.
- remove
\include{preamble}
line in .tex file. - check the correct
\input{copyright}
or\input{copyleft}
is used in .tex. - add the title and author information in the TOC.
- define conference and journal information as variables in main.tex.
- update committee and other information as necessary.
- tweak spaces so that no text stick into margin, a short URL has no line break, images are not too small, and etc.