|
Please create a single pdf file, containing the cover page,
your text, and
the last page, and send it to us (E-Mail).
(The parameter -Ppdf is needed in order to get scalable fonts, which is
strongly recommended.)
You can create the pdf file in the following way:
- Ideally your text is written in latex and has the following
settings:
\documentclass[12pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\setlength{\voffset}{0cm}
\setlength{\topmargin}{0mm}
\setlength{\headheight}{0cm}
\setlength{\headsep}{0cm}
\setlength{\textheight}{24.5cm}
\setlength{\footskip}{0mm}
\setlength{\hoffset}{0in}
\setlength{\oddsidemargin}{0mm}
\setlength{\textwidth}{16cm}
\setlength{\marginparsep}{0mm}
\setlength{\marginparwidth}{0mm}
In this case, you can create a single latex file, compile it,
and transform
it into a pdf file via:
latex filename.ltx
dvips -Ppdf -t a4 filename.dvi
ps2pdf filename.ps
If you prefer pdflatex, you can use it also.
Important:
If your paper
has odd pages, please insert one empty
page at the end. The list of recent preprints
must be placed on an odd page.
- Compile separately the tex-files for the cover page, your text,
and the last page and transform them into pdf-files as above.
Then, using the unix shell script
cmerge2pdf.sh
based on gs, join the three pdf-files to a single one via:
bash cmerge2pdf.sh -p cover.pdf paper.pdf > cover+paper.pdf
bash cmerge2pdf.sh cover+paper.pdf lastpage.pdf > final_preprint.pdf
Remark: Please
check the final pdf-file. We can not guarantee the right
result in all cases.
Windows user can try either to adapt cmerge2pdf.sh script or
use cygwin environment.
Surely Adobe Acrobat can be also used for merging pdf-files.
- If you are not able to create a single pdf-file, then send
the three separate pdf-files of the cover page,
your text, and the last page to us.
|