Cracow, Poland
D e c e m b e r  11 - 14, 2002

 
Objectives
Committees
Programme
Formatting
Registration
Accommodation
Practical info
About Kraków
 
Previous CGW
Guidelines for LaTeX Users

  1. Please download the cgw02.sty file, that establishes formatting required by the publisher and adds some extentions to standard article package. Your paper should start with the usual stuff: title, author(s), affiliation(s) and abstract:
           \documentclass{article}
           \usepackage{cgw02}
           \usepackage{epsf}
    
           \title {Title of the paper}
           \author{Author1\inst{1},
    	      Author2\inst{2} and
    	      Author3\inst{1,2}}
           \institute{LocationA \and
    	         LocationB}
    
           \begin{document}
           \maketitle
    
           \begin{abstract}
    	   Text of the abstract.
           \end{abstract}
    
           \section{Introduction}
           % ....
    
           \end{thebibliography}
           \end{document} 
    As you see, the affiliations should be put into '\institute' command. If you use more the one affiliation they should be separated with '\and' command and they should be accessed in '\author' command with '\inst' command.

    For details please consult the sample paper:
    Please, DO NOT:
    • redefine margins, paper sizes, font sizes
    • put page numbers

  2. Compile your paper:

      $ latex paper.tex  
      (repeat at least two times to get cross-references)

    Convert your paper to PostScript format:
      $ dvips paper -o

  3. How to submit the LaTeX paper:

    Compress PostScript file (please use only compress or gzip):

      $ gzip paper.ps            or
      $ compress paper.ps

    Uuencode compressed paper:

      $ uuencode paper.ps.Z  Last-name.First-name.ps.Z > paper.uue

    Send "paper.uue" via e-mail:

      $ mail -s "PAPER" cgw02@cyfronet.krakow.pl < paper.uue

    Your submissions will be acknowledged.
    If you have any difficulties to follow the suggested procedure, please contact cgw02@cyfronet.krakow.pl for advice.