Sure, but LaTeX or TeX is much preferred for the following reasons:
Here are some of the standard excuses for not submitting LaTeX:
The following UNIX command removes comments from a TeX file:
sed -e '/^%/d' -e 's/[^\\]%.*//' file.tex > newfile.texYou may want to check the output with diff to make sure the changes are appropriate.
The uufiles script, available from the server (`get uufiles') does everything for you automatically. It prompts you for a directory and set of file names, and generates a uuencoded, compressed, tar file of all the files ready to be mailed off to bayes-an.
And anyway, you can't spare a few minutes to prepare something that over 750 people will have immediate access to?
Maybe so, but if the Postscript doesn't work, they'll still have a shot at using the LaTeX, which is more portable. Furthermore, we will soon be able to generate hypertext Postscript for submitted papers, which will only be available for those papers for which we have LaTeX.
The style files can be archived at the server. Just package them up with uufiles and mail them in the body of a `comment' command. As for your personal macro file, why not just throw it in with the paper when you use uufiles to package that up?
You can always replace the paper with the `replace' command.
The server archives standard macro packages and style files. A description of the archived packages is available here or by sending a `get macros' command to the server. Individual macro packages are accessible here or by sending a `get <macro-package>' command to the server, where <macro-package> is the name of the macro package you want.
If the server doesn't archive the macros, send an email message to the submitter of the paper asking them to submit the macro package or revise their paper to be self-contained.
Yes, we can. You can submit standard macro packages and style files for archiving by sending them to us with a `comment' command. If you use your own idiosyncratic macro files, though, please move the macros directly into the LaTeX source file to make it self-contained.
We do. You're looking at it.
Neither. As explained below (see the next question), multipart papers are sent out after being tarred and compressed, that is, as .tar.Z files. The typical vanilla client will uncompress them automatically, but won't untar them, hence the binary header junk.
For more local configuration information and a sample script (with instructions) to automagically untar and run TeX, click here.
Downloading the source (src), in the case of a single file, delivers as a compressed file (.Z), with mime
Content-type: application/x-eprint Content-encoding: x-compressand, in the case of multiple files, delivers as a tarred compressed file (.tar.Z), with mime
Content-type: application/x-eprint-tar Content-encoding: x-compressDownloading the Postscript (ps) delivers as a compressed file (.ps.Z), with mime
Content-type: application/postscript Content-encoding: x-compressWWW clients that are correctly configured will automatically uncompress upon receipt, and pipe Postscript (when available) to a postscript previewer, or allow in the case of x-eprint or x-eprint-tar a user-defined pipe (via .mailcap) to a suitable processing script.
For one such csh script together with instructions, try this.
The server sends at most one message a day, and it can be quickly perused. It's really an efficient information channel. However, if you really want less frequent messages, you can set this up yourself. Instructions are available on setting up a single monthly mailing with all of the title/author information for the past month by clicking here or sending a `get monthly' command.