Home>FAQ>Submission HAL to ArXiv
FAQ
19/10/2012
Can I submit images in LaTeX pdf format when making a submission with transfer to ArXiv?
Yes, that is possible. HAL uses LaTeX2e for compilation (the image format depends on the compiler).
IMPORTANT:
It is possible to submit all elements of a LaTeX document for HAL to compile them itself (compilation in pdflatex).
If you compile with pdflatex, you must put the command \pdfoutput = 1 after "documentclass".
For deposits with inclusion Latex format images to PDF, add in the .Tex command: \ pdfoutput = 1
In order for HAL to identify and be able to load the image files, you must add the .pdf extension after the \includegraphics command (on the first 2, for example).
Example:
\includegraphics[width=4.5cm]nice_picture.pdf
Further information about transfer to ArXiv is given in the Transfer to ArXiv section.