Journal Guides10 min readUpdated Mar 25, 2026

Astronomy & Astrophysics Formatting Requirements: Complete Author Guide

Astronomy & Astrophysics has no strict word limit (most papers run 6,000-12,000 words) but charges page fees beyond 16 printed pages. LaTeX with the aa.cls class is effectively required, and references use an author-year style without article titles.

Senior Researcher, Oncology & Cell Biology

Author context

Specializes in manuscript preparation and peer review strategy for oncology and cell biology, with deep experience evaluating submissions to Nature Medicine, JCO, Cancer Cell, and Cell-family journals.

Next step

Choose the next useful decision step first.

Use the guide or checklist that matches this page's intent before you ask for a manuscript-level diagnostic.

Open Journal Fit ChecklistAnthropic Privacy Partner. Zero-retention manuscript processing.Run Free Readiness Scan

Astronomy & Astrophysics (A&A) is the leading European journal for astronomy and astrophysics research, published by EDP Sciences on behalf of a consortium of European national astronomy societies. It covers all areas of astronomy, from observational and theoretical astrophysics to instrumentation and data analysis. A&A has its own LaTeX document class (aa.cls), its own reference style, and several formatting conventions that are unique among scientific journals. If you're used to publishing in The Astrophysical Journal or Monthly Notices, you'll notice meaningful differences. This guide walks through all of them.

Quick Answer: A&A Formatting Essentials

A&A doesn't impose a strict word limit for regular articles (most run 6,000-12,000 words). LaTeX is effectively required, using the aa.cls document class. References use the A&A author-year style. Page charges apply for papers exceeding 16 printed pages. Research Notes are limited to 4 pages. Color figures are free online but grayscale is used for the print edition.

Word Limits by Article Type

A&A uses page-based conventions rather than word counts. The page charge system provides a practical incentive for concise writing.

Article Type
Length Guideline
Abstract
Figures
Page Charges
Regular Article
No strict limit (typically 8-16 pages)
250 words
No formal cap
Free up to 16 pages
Letter to the Editor
4 printed pages max
100 words
2-3
None
Research Note
4 printed pages max
100 words
2-3
None
Review
No limit (typically 20-40 pages)
250 words
No formal cap
Negotiated

Regular Articles make up the bulk of A&A's content. While there's no hard word limit, papers exceeding 16 printed pages incur mandatory page charges. This effectively caps most papers at 16 pages, which translates to roughly 10,000-12,000 words including figures and tables. Papers that genuinely need more space can go longer, but the cost is borne by the authors' institution.

Letters to the Editor are the rapid publication format for urgent results. The 4-page limit is strict, and Letters are expected to present complete findings that stand on their own. They aren't preliminary reports.

Research Notes are shorter than Letters and are designed for brief results, catalog updates, or corrections. They also have a 4-page limit.

Abstract Requirements

A&A has specific abstract formatting rules that differ from most journals.

  • Word limit: Approximately 250 words for Regular Articles, 100 words for Letters and Research Notes
  • Structure: Semi-structured with specific elements
  • Required elements: Context, Aims, Methods, Results, and Conclusions

The A&A abstract uses an informal structured format. While it doesn't use bold subheadings like a medical journal, the abstract should address these elements in order:

  1. Context: Background and motivation (1-2 sentences)
  2. Aims: What the paper sets out to do (1 sentence)
  3. Methods: How it was done (1-2 sentences)
  4. Results: What was found, with quantitative data (2-3 sentences)
  5. Conclusions: What it means (1 sentence)

This semi-structured format is unique to A&A and isn't used by ApJ or MNRAS. Follow the convention. Reviewers and editors notice when the abstract doesn't address all five elements.

Figure Specifications

A&A has detailed figure requirements. Figures are a major component of most astronomy papers.

Figure formatting requirements:

Parameter
Requirement
File formats
EPS, PDF (preferred); JPEG, PNG for photographs
Resolution
300 DPI minimum for raster images
Color mode
Grayscale for print; RGB for online version
Single column width
8.8 cm
Double column width
18.0 cm
Font in figures
Same as body text (approximately 9 pt)
Panel labels
Lowercase: a), b), c) or top, bottom, left, right

Color figures: Color is free for the online version of the paper. However, the print edition uses grayscale. This means all figures must be legible in grayscale. Use distinct line styles (solid, dashed, dotted) in addition to colors, and avoid relying on color alone to distinguish data series. You'll need to provide both color and grayscale versions if the color version isn't readable in black and white.

Astronomical imaging conventions: Sky images should follow the IAU convention (north up, east left). Coordinate axes should use standard astronomical notation (Right Ascension in hours/minutes/seconds, Declination in degrees/arcminutes/arcseconds). Spectral plots should clearly label wavelength or frequency units.

Table formatting: A&A uses its own table formatting through LaTeX. Use the table or table* environment. Every column needs a header. Units go in the header row (in parentheses or using appropriate notation). Footnotes below using superscript lowercase letters. For large data tables, A&A encourages the use of VizieR (the CDS astronomical catalog service) to host the data.

Reference Format: A&A Author-Year Style

A&A uses a distinctive author-year citation style that differs from both the AAS (ApJ) system and the standard astronomy citation formats.

In-text citations:

  • Single author: Author (Year) or (Author Year)
  • Two authors: Author1 & Author2 (Year) or (Author1 & Author2 Year)
  • Three or more: Author1 et al. (Year) or (Author1 et al. Year)

Reference list format:

The reference list is alphabetical by first author's last name.

Author, A. B., Author, C. D., & Author, E. F. Year, Journal Abbreviation, Volume, Page

Key formatting details:

  • Author names: Last name, initials (with periods)
  • Ampersand before last author
  • Year follows author list
  • Journal abbreviation follows A&A conventions (A&A, ApJ, MNRAS, etc.)
  • Volume number follows journal abbreviation
  • Article or page number (e.g., A23 for A&A articles)
  • No title in the reference (this is a key difference from many journals)

Example:

Zhang, Y., Chen, L., & Patel, W. R. 2026, A&A, 689, A145

Note: no article title. A&A references for journal articles don't include the article title. This is one of the most distinctive features of the A&A reference format. Book references do include titles, but journal articles do not. This catches authors coming from journals that require titles in all references.

The natbib package, used with aa.cls, handles the citation formatting automatically. Use \citet{} for textual citations and \citep{} for parenthetical citations.

LaTeX: Required in Practice

A&A requires the use of its own LaTeX document class, aa.cls. While Word submissions are theoretically accepted, the journal's workflow is built entirely around LaTeX.

LaTeX setup:

  • Document class: \documentclass{aa} (using the aa.cls file)
  • Download aa.cls from the A&A author page
  • The package includes aa.cls, aa.bst (bibliography style), and a template file
  • Use natbib for citations: \usepackage{natbib}
  • Use standard astronomy packages: astropy, aastex_hack isn't needed since you're using aa.cls

Key aa.cls features:

  • Handles the two-column layout automatically
  • Provides \abstract{} with Context, Aims, Methods, Results, Conclusions support
  • Includes \keywords{} for keyword specification
  • Supports \onlineonlytable for tables published only online
  • Handles the \thanksref system for affiliations

Essential tip: Don't modify the aa.cls file. The production team uses the standard version, and modifications can cause compilation errors. If you need custom formatting, use standard LaTeX commands within the aa.cls framework.

A&A-Specific Formatting Quirks

1. No article titles in references. This is the single most common formatting error from first-time A&A authors. Journal article references in the A&A style do not include the article title. Only book references, proceedings, and theses include titles. The aa.bst bibliography style handles this automatically if your .bib file is properly formatted.

2. Page charges for long papers. Papers exceeding 16 printed pages incur mandatory page charges. The rate is set by the journal and isn't trivial. Plan your paper length accordingly. Move large tables and supplementary data to online-only appendices or VizieR.

3. Online-only tables and figures. A&A supports online-only material that appears in the electronic version but not the print edition. Use \onlineonlytable and \onlineonlyfigure environments. Large catalogs, extensive data tables, and supplementary figures should use this feature rather than being submitted as separate supplementary files.

4. Keywords from a controlled list. A&A requires keywords selected from the journal's standardized keyword list. You can't use free-form keywords. The list covers astronomical objects, techniques, physical processes, and survey categories. Check the list on the A&A website before selecting your keywords.

5. Astronomical object names. Use SIMBAD-compatible object names. When first mentioning an astronomical object, include its standard identifier. A&A links object names to the SIMBAD database, so using non-standard names breaks the linking system.

6. CDS data deposit. A&A encourages (and for large catalogs, requires) data deposit with the Centre de Donnees astronomiques de Strasbourg (CDS). Tables available through VizieR should be formatted using the CDS standard and referenced in the paper.

7. Language editor availability. A&A provides language editing for non-native English speakers. The service is free and is offered during the editorial process. This is unusual for a major journal and is worth knowing about.

8. Section numbering. A&A uses numbered sections. The standard structure is: 1. Introduction, 2. Observations/Methods, 3. Results, 4. Discussion, 5. Conclusions. Follow the numbering convention.

Manuscript Structure for Regular Articles

A standard A&A Regular Article follows this structure:

  1. Title (descriptive, specific to the astronomical topic)
  2. Author names and affiliations (using the aa.cls affiliation system)
  3. Abstract (semi-structured: Context, Aims, Methods, Results, Conclusions)
  4. Keywords (from the A&A controlled keyword list)
  5. 1. Introduction
  6. 2. Observations and Data Reduction (or Methods/Theory)
  7. 3. Results
  8. 4. Discussion
  9. 5. Conclusions
  10. Acknowledgements
  11. References (alphabetical, no article titles)
  12. Appendices (optional)
  13. Online-only material (if applicable)

The structure is flexible within this framework. Observational papers might combine Observations and Results. Theoretical papers might have a Theory section. Instrumentation papers will have their own appropriate structure.

Common Formatting Mistakes

These cause the most delays at A&A:

  • Including article titles in journal references (A&A style omits them)
  • Not using the aa.cls document class
  • Using free-form keywords instead of the A&A controlled list
  • Exceeding 16 pages without budgeting for page charges
  • Color figures that aren't legible in grayscale
  • Non-standard astronomical object names that don't link to SIMBAD
  • Using AAS or MNRAS citation format instead of A&A style
  • Missing the semi-structured abstract format (Context, Aims, Methods, Results, Conclusions)
  • Figures in wrong format (A&A prefers EPS/PDF, not TIFF)

For more on this journal, see our Astronomy & Astrophysics submission guide and how to avoid desk rejection at A&A. For publishing costs, check the Astronomy & Astrophysics APC page.

For the official author guidelines and the aa.cls download, visit the A&A information for authors.

Get Your Formatting Right Before You Submit

A&A has one of the most distinctive formatting systems among major scientific journals. The aa.cls document class, the reference style without article titles, the controlled keyword list, the page charge system, and the online-only material conventions are all unique to this journal. Coming from ApJ, MNRAS, or non-astronomy journals, you'll need to adjust multiple formatting elements.

If you'd like to check your manuscript against A&A's formatting requirements, try Manusights' free AI manuscript scan. It catches the formatting and structural issues that lead to administrative returns, saving you time on revision.

References

Sources

  1. 1. Astronomy & Astrophysics, author guidelines, EDP Sciences.
  2. 2. Clarivate Journal Citation Reports.
  3. 3. A&A LaTeX macro package (aa.cls), EDP Sciences.

Reference library

Use the core publishing datasets alongside this guide

This article answers one part of the publishing decision. The reference library covers the recurring questions that usually come next: how selective journals are, how long review takes, and what the submission requirements look like across journals.

Open the reference library

Before you upload

Choose the next useful decision step first.

Move from this article into the next decision-support step. The scan works best once the journal and submission plan are clearer.

Use the scan once the manuscript and target journal are concrete enough to evaluate.

Anthropic Privacy Partner. Zero-retention manuscript processing.

Internal navigation

Where to go next

Open Journal Fit Checklist