Astronomy Astrophysics Formatting Requirements: A&A 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.
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.
Astronomy & Astrophysics key metrics before you format
Formatting to the wrong word limit or reference style is one of the fastest ways to delay your submission.
Why formatting matters at this journal
- Missing or wrong format elements can trigger immediate return without editorial review.
- Word limits, reference style, and figure specifications vary significantly across journals in the same field.
- Get the format right before optimizing the manuscript — rework after a formatting return costs time.
What to verify last
- Word count against the stated limit — check whether references are included or excluded.
- Figure resolution — 300 DPI minimum is standard but some journals require 600 DPI for line art.
- Confirm the access route and any associated costs before final upload.
Quick answer: Astronomy Astrophysics formatting requirements are mostly A&A-specific LaTeX and astronomy-convention checks. A&A expects the aa.cls class, author-year references, controlled keywords, a semi-structured abstract, and figures/tables that work in the journal's two-column format. Regular articles have no strict word limit, but length still matters because page charges apply after the journal's free-page allowance.
Method note: this page was reviewed against A&A author information, the A&A author guide PDF, A&A language-editing guidance, the local Astronomy & Astrophysics journal hub, and Manusights pre-submission review patterns for astronomy manuscripts. It owns the formatting and administrative-readiness query. A&A acceptance-rate, review-time, submission-guide, and cover-letter questions stay on separate pages.
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:
- Context: Background and motivation (1-2 sentences)
- Aims: What the paper sets out to do (1 sentence)
- Methods: How it was done (1-2 sentences)
- Results: What was found, with quantitative data (2-3 sentences)
- 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, PageKey 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
\onlineonlytablefor tables published only online - Handles the
\thanksrefsystem 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:
- Title (descriptive, specific to the astronomical topic)
- Author names and affiliations (using the aa.cls affiliation system)
- Abstract (semi-structured: Context, Aims, Methods, Results, Conclusions)
- Keywords (from the A&A controlled keyword list)
- 1. Introduction
- 2. Observations and Data Reduction (or Methods/Theory)
- 3. Results
- 4. Discussion
- 5. Conclusions
- Acknowledgements
- References (alphabetical, no article titles)
- Appendices (optional)
- 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)
Internal Links and Resources
For more on this journal, see our Astronomy & Astrophysics submission guide, Astronomy & Astrophysics submission process, and Astronomy & Astrophysics cover letter guide.
For the official author guidelines and the aa.cls download, visit the A&A information for authors.
What This Means Before Submission
Treat A&A formatting as part of the scientific package. The aa.cls file, structured abstract, reference style, controlled keywords, figure formats, and page-length economics all tell editors whether the manuscript was prepared for this journal rather than transferred from ApJ, MNRAS, or a generic astronomy template.
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, Astronomy & Astrophysics submission readiness check. It catches the formatting and structural issues that lead to administrative returns, saving you time on revision.
Readiness check
Run the scan while the topic is in front of you.
See score, top issues, and journal-fit signals before you submit.
A&A formatting vs other astrophysics journals
Journal | Format | Template |
|---|---|---|
A&A | LaTeX (aa.cls) | Provided by journal |
ApJ (AAS) | LaTeX (aastex) | AASTeX package |
MNRAS | LaTeX (mnras.cls) | Provided by RAS |
Each journal has its own class file. Do not submit an ApJ-formatted paper to A&A or vice versa. The formatting differences are not trivial and desk rejection for wrong template is common.
What Pre-Submission Reviews Reveal About Astronomy & Astrophysics Submissions
In our pre-submission review work with manuscripts targeting Astronomy & Astrophysics, four patterns generate the most consistent desk-rejection outcomes.
A&A LaTeX class (aa.cls) not used. The journal requires the aa.cls macro package, available from the A&A website. Papers formatted in AASTeX (the ApJ/AJ standard) or with a generic LaTeX article class are returned before peer review. The confusion between aa.cls and aastex is the single most common administrative return at A&A: the two packages produce visually similar output, but reviewers and editors can identify the wrong class file from the typesetting conventions and header format.
Observational data not deposited or referenced in CDS/VizieR. A&A requires that tables of observational data accompanying a paper be submitted to the Strasbourg CDS for hosting in VizieR, with the accession reference included in the manuscript. Papers reporting astrometric catalogues, photometric survey data, or spectral line lists without CDS submission face delays at the proof stage and requests to complete the deposit before publication.
Research Note scope submitted as a Regular Article. A&A distinguishes Research Notes (single novel result or incremental follow-up, maximum 4 published pages) from Regular Articles (full investigation). Incremental or confirmatory results submitted as Regular Articles are flagged at editorial triage; the editor will typically ask for reclassification or reject for scope.
Statistical reporting inconsistent with astronomical community standards. A&A applies community norms for uncertainty reporting: symmetric and asymmetric error bars, upper limit conventions, Bayesian credible intervals vs. frequentist confidence intervals, and completeness corrections for survey-based results. Papers reporting detection significance without false-alarm probability analysis, or photometric fits without explicit uncertainty propagation, are sent back for methodological revision.
A Astronomy & Astrophysics submission readiness check evaluates manuscript structure, LaTeX template compliance, and data availability against these desk-rejection patterns before submission.
Submit If / Think Twice If
Submit if:
- Your manuscript is prepared using aa.cls (not aastex or a generic article class)
- Observational data tables have been deposited in CDS/VizieR with an accession reference
- Statistical uncertainties are reported according to astronomical community conventions
- Your scope is a full investigation warranting a Regular Article (not a 1-2 result note)
- See the Astronomy & Astrophysics journal profile for scope
Think twice if:
- Your LaTeX file uses aastex or no journal class file (re-format before submitting)
- You have survey or catalogue data that has not been submitted to CDS
- Your result is confirmatory or incremental (consider a Research Note submission instead)
- Your uncertainty analysis does not follow standard astronomical error-bar conventions
Frequently asked questions
A&A does not impose a strict word limit for regular articles. Most published papers run 6,000-12,000 words. Research Notes are limited to 4 printed pages. The journal uses page charges for papers exceeding 16 printed pages, which serves as a practical length constraint.
Yes, LaTeX is effectively required. A&A provides its own LaTeX document class (aa.cls) that must be used for all submissions. While Word is theoretically accepted, the vast majority of A&A submissions are in LaTeX, and the journal workflow is built around it.
A&A uses its own author-year citation style. In-text citations use parenthetical format (Author Year) or Author (Year). The reference list is alphabetical by first author. The aa.cls LaTeX class and the natbib package handle this formatting automatically.
A&A charges mandatory page charges for papers exceeding 16 printed pages. The charges are per additional page and are set by the journal. Papers under 16 pages have no page charges. This system encourages concise writing.
A&A accepts EPS and PDF formats for figures. JPEG and PNG are accepted for photographs and images but EPS/PDF are preferred for line art and graphs. All figures must be in grayscale for print, though color is available online at no charge.
Sources
- Astronomy & Astrophysics, author guidelines, EDP Sciences.
- A&A author's guide PDF, EDP Sciences.
- Clarivate Journal Citation Reports.
- A&A LaTeX macro package (aa.cls), EDP Sciences.
- SciRev - Astronomy and Astrophysics
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.
Where to go next
Start here
Same journal, next question
- Astronomy & Astrophysics Submission Guide: Requirements & Editor Tips
- How to Avoid Desk Rejection at Astronomy & Astrophysics
- Is Astronomy & Astrophysics a Good Journal? Impact, Scope, and Fit
- Astronomy & Astrophysics Impact Factor 2026: 5.8, Q1, Rank 16/84
- Astronomy & Astrophysics Review Time: What Authors Can Actually Expect
- Astronomy & Astrophysics Cover Letter: What Editors Actually Need to See
Supporting reads
Conversion step
Choose the next useful decision step first.
Use the scan once the manuscript and target journal are concrete enough to evaluate.