Submit LyX file to arXiv
Submit LyX file to arXiv
Submit a LyX File to arXiv
Previous Procedure
- In LyX, go to
File -> Export -> LaTeX (pdflatex). - Compile the
.texfile:1 2
pdflatex <filename>.tex # generate .aux file bibtex <filename>.aux # generate .bbl file
- Upload the
.auxand.bblfiles.
If image paths contain multiple directory levels, modify them to a single level as shown below:begin{figure}includegraphics[width=0.45\textwidth]{Images/77873}\includegraphics[width=0.45\textwidth]{Images/78461}
to:
begin{figure}includegraphics[width=0.45\textwidth]{Images/77873}\includegraphics[width=0.45\textwidth]{78461}
Updated Procedure (2026-02-22)
- Press
Ctrl+Rto preview the PDF. - Resolve all errors.
- Click the displayed PDF, then open the temporary output folder.
LyX temporary folder used for PDF preview - Copy the folder contents.
- Compress the folder into a
.zipfile, then upload it to arXiv.
Common Notes
- If you use non-standard templates (e.g., IOP, Nature), include all required template files.
- If you modify the
.texfile, it is best to delete all auxiliary files and re-upload the package.
This post is licensed under CC BY 4.0 by the author.