Skip to content

Instantly share code, notes, and snippets.

@klainfo
Last active July 26, 2024 00:23
Show Gist options
  • Save klainfo/f2f01fd98726f7eb6f9d92adaccd3a5a to your computer and use it in GitHub Desktop.
Save klainfo/f2f01fd98726f7eb6f9d92adaccd3a5a to your computer and use it in GitHub Desktop.
Upload LaTeX-generated pdf paper to arXiv without LaTeX sources
\documentclass[letter]{article}
\pdfoutput=1
\usepackage{hyperref}
\hypersetup{
pdfinfo={
Title={title},
Author={author},
}
}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=1-last]{filename.pdf}
\end{document}
@mohbattharani
Copy link

No. Not any more.

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