Tool to prepare directory for arXiv
- makes a new folder
- moves all
.clsfiles - expands
filename.texinto it, including the bibliography, removing comments - moves graphics files into the folder (probably doesn't work if they're not supposed to be in the same folder as filename.tex)
- assumes
filename.bblis stored intmpfolder relative to thefilename.tex - moves
lipicslike things to the folder too.
Does everything above, but doesn't expand the bibliography into the file (since LIPIcs requires a bib file).
Instead it makes a new refs.bib from the existing aux file. So make sure final paper uses refs.bib and not ref.bib or biblio.bib or any myproject.bib.
filename.tex should already be compiled, such that filename.bbl exists
./arxiv.sh [filename] [destination]
filenamedefault ismain(to findmain.tex)destinationdefault isarxiv(to place in folder calledarxivin the current directory)