Submiting a paper to Arxiv

Before submitting a preprint to arxiv, you should check whether the journal allows it, and if so, what version of the paper can be submitted to arxiv. Links:

Steps on arxiv:

  1. First page: details
    • Select arxive as the license type
  2. Second page: files
    • Papers written in latex have to be uploaded as source files
  3. Third page: check the printed pdf
    • check that the pdf looks good. Check for missing references (?), or figures.
  4. Fourth page: Metadata
    • keep authors in the LaTeX encoding, this is the way how arxiv wants it

Uploading LaTeX source to Arxiv

The procedure should be as follows:

  1. delete any images not used in the paper
  2. check that the pdf looks good
  3. commit and push the changes to master branch
  4. delete all journal classes, style files, etc.
  5. write a title footnote about how the article is a preprint/accepted manuscript
    • example: This is an Accepted Manuscript of an article published by Taylor & Francis in the Journal of Intelligent Transportation Systems on 4th December 2022, available online: https://www.tandfonline.com/doi/abs/10.1080/15472450.2022.2121651
  6. compile the paper till no errors are present
  7. pack source files into a zip archive
    • do not include any temporary files
    • include the compiled bibliography file (.bbl)
  8. create a new git branch
  9. commit to the new branch, push it to the remote

Creating new version of a paper

In the menu, click Replace. Then, the process is the same as the new submission.