spacer
spacer
Home arrow Author information arrow LaTeX issues
     
 


 
The preamble of your TEX file

Loading the class: various A&A layouts

 

\documentclass{aa}
To get the standard A&A printer layout (i.e. single-line spacing), you have to include this command at the beginning of your article.
 

\documentclass[structabstract]{aa}
\documentclass[traditabstract]{aa}
You can choose between two formats for the abstract: the traditional format (using the option traditabstract) or the structured format recently introduced at A\&A (option structabstract). See here for details about the structured abstracts. The default option is structabstract.
 
 
\documentclass[referee]{aa}
Both for refereeing purposes and, after acceptance, for language editing purposes, the authors are requested to send their article in "Referee format", i.e. with a special double-line spacing layout. To set this class option, please include the referee option. This special layout also provides a list of all astronomical objects indexed with the \object command.


\documentclass[rnote]{aa}
There is a special layout for Research Notes. The mention "(Research Note)" is automatically added in the title, as well as "(RN)" in the running title
 
 
\documentclass[letter]{aa}
There is a special layout for Letters. The mention "Letter to the Editor" is automatically added.
 
 
\documentclass[longauth]{aa}
In articles that are the result of consortia, the number of authors and the list of affiliations are very long. With the longauth option, all the institutes are set below the references.
 
 
\documentclass[onecolumn]{aa}
Some papers contain a lot of large mathematical formulae which are sometimes not easily readable and cannot be written in a 2-column format. In this case, the authors can submit their articles using the option onecolumn. After the submission, the editors will confirm if the article will actually be printed on 1 column, right across the page.
 
 
TX fonts

A&A is printed using the Postscript TX Times-fonts. The TX fonts consist of virtual text roman fonts using Adobe Times with some modified and additional text symbols. The TX fonts are distributed under the GNU public license and are available in the distributions of LaTeX since December 2000.


\documentclass{aa}
\usepackage{txfonts}
...
\begin{document}
As the use of the TX fonts results in a slightly different page make-up from CM fonts, we encourage you to use TX fonts, following this example.