Skip to content

Instantly share code, notes, and snippets.

@shubhamagarwal92
Forked from klainfo/ms.tex
Created September 23, 2018 14:56
Show Gist options
  • Save shubhamagarwal92/ee84c1adea2c154ddf880eeb8348d3b1 to your computer and use it in GitHub Desktop.
Save shubhamagarwal92/ee84c1adea2c154ddf880eeb8348d3b1 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}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment