I am proficient with TeX but have never used LaTeX and would prefer not to learn it - though perhaps that preference is the sole source of my difficulties.
I am trying to figure out how to produce TeX source that will (a) allow me to include figures in my papers and (b) be acceptable to the arXiv. I can do (a) or (b), but not both at once.
To include figures in my papers, I use the \includegraphics command from LaTeX. To make this possible, I input the file miniltx.tex, a subset of LaTeX written by David Carlisle. I then input the file graphicx.tex (by David Carlisle and Daniel Luecking), which slightly extends miniltx.tex. Now \includegraphics works. Sort of.
Namely:
If I produce my figures as PDFs, and hand the PDF files to the
\includegraphicscommand, and then run everything throughpdftex, I get a PDF file which looks exactly as it should look. For most purposes, this is all I need. However, if I want to submit to the arXiv, they insist on receiving the TeX source. Here's where the trouble starts...If I produce my figures as PDFs, hand the PDF files to the
\includegraphicscommand, and then run everything through TeX, I get the error "Cannot determine size of graphic in schematic.pdf (no BoundingBox)."If I produce my figures in any other format (BMP, JPG, etc), hand them to the
\includegraphicscommand, and then run everything through TeX, I get the error message "Unknown graphics extension".If I produce my figures as anything other than BMPs, give up on
miniltxand just use the TeX\specialcommand (I am using MikTeX), TeX appears to run properly, but my previewer chokes on the DVI file, complaining of an "Unknown graphics inclusion type".If I produce my figures as BMPs, give up on
miniltxand just use the TeX\specialcommand, TeX appears to run properly, and the previewer doesn't complain, but the figures are badly distorted and entirely the wrong size.Since I have no TeX source that can produce a readable DVI file, I want to simply apply pdftex and submit the resulting PDF to the arxiv. The arXiv rejects the paper because it was produced from TeX, which means that I am required to submit the TeX source.
I try to bypass this problem by printing the PDF and scanning it, to produce a new pdf that bears no trace of having come from TeX. The arXiv rejects scanned PDFs.
I try to bypass this problem by converting from PDF to Postscript and then back to PDF again, erasing the telltale traces of TeX along the way. The arXiv insists that this is a "scanned PDF" and rejects it.
So the only alternatives I can see are:
A. Don't submit papers with figures to the arxiv, or
B. Learn LaTeX.
Is there an alternative (C)?
\XeTeXpicfilefor images) – morbusg Oct 15 '11 at 6:26pdftexbut it is not available on their system, so you have no option but to upload a pdf. Most likely, they will then accept the pdf. I have followed this route for papers that I write using ConTeXt. – Aditya Oct 15 '11 at 17:00