Cracow, Poland
D e c e m b e r  12 - 15, 2004

 
Home
Committees
Programme
Papers
Registration
Accommodation
Practical info
About Kraków
 
Previous CGW
 
Main Organizer:

ACC Cyfronet AGH
Guidelines for LaTeX Users

  1. Please download the cgw04.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{cgw03}
           \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" cgw04@cyfronet.krakow.pl < paper.uue

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