Skip to content

Instantly share code, notes, and snippets.

@klainfo
Last active January 29, 2024 17:01
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}
@edebie
Copy link

edebie commented Sep 17, 2020

Worked for me (September 2020)

@jssprz
Copy link

jssprz commented Mar 26, 2021

No (as of 26 March 2021)

@huweibit
Copy link

No (as of 21 October 2021)

@jediofgever
Copy link

Yes (April 8 2022)

@yangze68
Copy link

yangze68 commented May 8, 2022

Yes (May 8 2022)

@junzhez
Copy link

junzhez commented Aug 11, 2022

Yes (Aug 11 2022)

@dtlam26
Copy link

dtlam26 commented Aug 17, 2022

No.... (Aug 17 2022). After edit my paper format. It work... So 0.5 Yes 👍

@harshildarji
Copy link

07 March 2023 - would let you pass the compiler, but not the moderation!

@hdeeg
Copy link

hdeeg commented May 16, 2023

As of 16 May2023, a submission with this method passed the compiler but then got put on hold. Upon messaging to arXiv, they stated that a tex wrapper was detected. So, unfortunately, another method is needed to avoid that idiotic requirement to upload latex sources.

@hdeeg
Copy link

hdeeg commented May 17, 2023

As a further comment, I suspect that arXiv is checking on the fonts used in the pdf, to identify the fonts used typically by tex/latex.

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