|
File upload form for proceedings
Please fill in the file-upload form below
Instructions and examples for file upload
- When you have the impression that nothing is happening when you are uploading files, make sure that you are uploading files, and not directories.
-
Please make sure that you do not use absolute pathnames in
your latexfile or tar archive when referring to your figures.
Example:
Use myfigure.ps , do not use /home/mydirectory/symbiotics/myfigure.ps
- Put your figures in a tar file. Even if you have only 1 figure! Example:
/usr/bin/tar -cvf myfigures.tar figure1.ps figure2.eps figure_with_a_very_long_name.ps
This will archive 3 figures in a file called myfigures.tar.
-
Compress the tar file. Example:
/usr/bin/gzip myfigures.tar
Now you have created a file called myfigures.tar.gz. This is the format
we want you to upload the figures in.
-
Compress the postscript version of your contribution in its final form. Example:
/usr/bin/gzip my_symbiotics_paper.ps
Now you have created a file called my_symbiotics_paper.ps.gz. This is
the format we want you to upload your formatted contribution in.
|