Instructions for Line Numbering
To assist reviewers, please add line numbering to your manuscript. Instructions for the three acceptable formats are given below.
For Microsoft Word
- Click on File, Page Setup.
- Click on Layout tab.
- Click on Line Numbers.
- Enable Add Line Numbering check box.
- Click Continuous.
- Click on OK twice.
For WordPerfect
- Click on Format, Line, Numbering.
- Enable Turn line numbering on check box.
- Disable Restart numbering on each page.
- Click on OK.
For LaTeX
For agu2001.cls and aguplus.cls use the {}command. So, under the \documentclass[12pt,agums]{aguplus} or \documentclass[wrr,draft]{agu2001}, type the following:
\usepackage{lineno} \linenumbers*[1]
For agums.sty, add the style file to the options within the brackets and add the line numbering command below:
\documentstyle[12pt,lineno,agums]{article} \linenumbers*[1]
To add line numbers to lines with equations, the following coding must be added just before the \begin{equation} code: \begin{linenomath*} and add the following code after the \end{equation} on the same line:
\end{linenomath*}
