How to upload an article to arXiv.org that uses TikZ 3.0?

Until arXiv have updated their TexLive distribution, and you don't want to upload your graphics as separate, precompiled files, you can only upload all of TikZ and PGF together with your article. Here is how (assuming Linux):

Create an empty directory pgftikz and copy all files that belong to TikZ and PGF in there, without the directory structure ("flatly"):

find /usr/share/texmf-site/tex/generic/pgf/ -type f -exec cp {} pgftikz/ \;

The path of your TikZ and PGF package might differ.

Put all these files in a .tar.gz archive (without the pgftikz directory) and upload that to your submission.

Tags:

Arxiv

Tikz Pgf