Skip to content

Instantly share code, notes, and snippets.

@monperrus
Created September 3, 2018 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monperrus/2852987a9a8340fc19ae6bb55a76f62e to your computer and use it in GitHub Desktop.
Save monperrus/2852987a9a8340fc19ae6bb55a76f62e to your computer and use it in GitHub Desktop.

Overlay document on Arxiv

\pdfoutput=1
\documentclass{article}
\usepackage[final]{pdfpages}
\begin{document}
\includepdf[pages=1-last]{paper.pdf}
\end{document}

results in

Dear arXiv user,

Your submission appears to be a PDFLaTeX wrapper using pdfpages. This is an inappropriate submission, as it circumvents our TeX system. As a result, we have moved your submission to “Incomplete”.

Instead, please submit your TeX source. If there is a particular problem that you are encountering, please request assistance and include the specific error messages you receive, as well as your submit id.

Further submissions of this type may result in the loss of your submission privileges. 

For more information about our TeX system and policies, see the following pages:

http://arxiv.org/help/submit
http://arxiv.org/help/submit_tex
http://arxiv.org/help/submit_pdf
http://arxiv.org/help/faq/whytex

Regards,
arXiv admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment