Submit LyX file to arXiv
Submit LyX file to arXiv
Submit lyx file to arXiv
Procedure
- LyX –> File –> Export –> LaTex(pdflatex)
- compile
.texfile1 2
pdflatex <filename>.tex # generate .aux file bibtex <filename>.aux # generate .bbl file
- Upload
.auxand.bblfile:
The multi-layer path needs to be modified into a single layer like 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}Notes
- For using non-standard templates such as IOP, nature templates, etc. you need to include the template file.
- If you modify the tex file, it is best to delete all auxiliary files and upload it again.
This post is licensed under CC BY 4.0 by the author.