First steps
After installing a working LaTeX distribution you will be able to run LaTeX by typing "pdflatex template.tex" in the appropriate directory from the prompt. This will produce a pdf-file of your manuscript (template.pdf) which can be viewed using Adobe Acrobat Reader. template.tex is a template file provided by Copernicus Publications to introduce you to the journal style. If you want to make changes to template.tex open it in your favourite text editor (WinEdt , Emacs, or Notepad, etc.). Now you can add extra text, formulas etc. Afterwards save the file, run "pdflatex template.tex" again and you will be able to look at the changes in the new file template.pdf.
Authors who wish to use LaTeX to benefit from the lower service charges but are not familiar with it should first read the "Getting started with LaTeX" or the "Not so Short Introduction to LaTeX2e".
Hints for experienced LaTeX users
- If you are familiar with BibTeX, you can use copernicus.bst from the package. It will sort your bibliography entries alphabetically and produce the correct layout of the list of references. NOTE: Don't forget to submit your *.bbl file when you use BibTeX.
- Copernicus Publications will use the programme pdfLaTeX (which is included in recent LaTeX distributions) to convert your manuscript into pdf. If your LaTeX code runs through "regular" LaTeX2e without any errors, you can assume that the production of the pdf file will cause no problems.
Where do I get LaTeX?
LaTeX for Unix/Linux
LaTeX is basically available on every Unix/Linux system. Ask your system administrator for the usage on your specific system.
LaTeX for the PC
There is a free version of LaTeX for PC called MiKTeX. MiKTeX is an up-to-date implementation of LaTeX for Windows(95/98/NT/2000).
To install MiKTeX, you need to download the three files lvl-1.zip, lvl-2.zip, and lvl-3.zip. For installation just unzip them, start the setupwiz.exe program (using the default setup options will be fine in most cases), and you are done. After installing MiKTeX and downloading and unzipping the Copernicus Publications LaTeX Macro Package (see above) you will be able to run LaTeX by typing "pdflatex template.tex" in the appropriate directory from the MS-DOS window. This will produce a pdf-file of your manuscript (template.pdf) which can be viewed using Adobe Acrobat Reader.
Auxiliary programmes
There are several programmes that can help you to create a LaTeX document. Front ends:
- Scientific Word is a commercial programme for producing LaTeX documents under Windows(95/98/NT/2000). Using Scientific Word you will be able to prepare LaTeX documents without being familiar with LaTeX. You can use the LaTeX template files to prepare your manuscript with Scientific Word.
- LyX is a free wysiwyg (what you see is what you get) program to create LaTeX code. It is primarily designed for Unix/Linux systems but can also be run under Windows.
Editors
- WinEdt is a shareware product. WinEdt is a very powerful Editor that is specifically designed to prepare LaTeX documents with MiKTeX. It enables you to create tables and special symbols from a simple menu. It also has buttons so that you can process the LaTeX document without having to go to the MS-DOS window. Downloading and installation (30 days free trial) is easy. To use WinEdt, you must already have a working LaTeX installation.
- TeXaide is an equation editor for Windows that generates TeX on the clipboard, where it can be pasted into any TeX system.
Conversion programs
- word2tex is a shareware program that converts Microsoft Word documents to LaTeX.
Note
If you encounter a problem with the LaTeX macro package, please send an email to production@copernicus.org. However, please be aware that we can only reply to specific problems of the macro package and not to questions about LaTeX in general.