This is primarily a bug fix version. There are no new features.
The anonymous style option did not work properly in AASTeX v6.3. Authors had to add a \nocollaboration command at the end of the author list to get the author names and affiliations to be hidden. This bug has been fixed in v6.3.1.
We recently learned that there is a compatibility issue between the amsmath.sty and lineno.sty packages. Unless very specific formatting was used when amsmath was called, equations and the text above the equation would not get line numbers with the linenumbers style option. This version fixes the most common issues but some problems may remain when using more exotic equation environments.
Authors are strongly encouraged to use the linenumbers option for new submissions and revisions. The line numbering helps reviewers call out specific areas of the document in the report.
The old \acknowledgment command has been depreciated in v6.3.1. Authors must now use the new \begin{acknowledgments} ... \end{acknowledgments} environment. The new environment call is more robust and allows for multi-paragraph text and suppression when the anonymous style is used.
Note that the LaTeX compiler will issue a serious error message in the resulting pdf file if the old \acknowledgment command is used. No other portions of the manuscript after the \acknowledgment text will appear in the compiled pdf after the error message.
The rnaas command is called for abstract-less manuscripts such as the original RNAAS, however, since May 2020, RNAAS articles have required an abstract of less than 150 words rendering this command unnecessary. We recognize that people use AASTeX for purposes other than submitting to AAS Journals and thus might need this functionality
The Planetary Science Journal joined the AAS Journal’s family in November of 2019. Similar to the \apj, \aj, etc. commands, \psj has been added to make this journal easier to reference in the bibliography.
To manage the growth in animations and interactive figures, we introduce the new interactive environment.
\begin{interactive}{type}{file} figure call (e.g.\plotone, \includegraphics, etc.) \end{interactive}
This new environment should be included in any example figure used to visually represent an animation or interactive figure. The environment needs to be placed inside \begin{figure} and \end{figure} with the figure call in between. The interactive environment takes two arguments. The first is declaration of the enhanced graphic type. Current the only types that are allowed are js for generic javascript interactive figures, animation for inline videos, and lc for interactive light curves produced by astropy. The second argument is the file package that contains the enhanced feature in the HTML article. For example, an animation would give the corresponding .mp4, .avi, or .mpeg video file. If an unknown type is called or no file is given the compiler will issue an error and quit. Authors who successfully compile with the interactive environment will see a blue border around the figure. This is meant to be an indication to the pdf reader that this the example figure of an enhanced graphic.
For manuscript that include authors in collaborations, AASTeX v6.3 builds on the \collaboration command to allow greater freedom to keep the traditional author+affiliation information but only show subsets. The \collaboration command now must appear after the group of authors in the collaboration and it takes two arguments.
\collaboration{number}{name}
The last argument is still the collaboration identifier. The text given in this argument is what will be shown in the manuscript. The first argument is the number of author above the \collaboration command to show with the collaboration text. A value of zero will only show the collaboration names. An example,
\author{1} ... \author{1000} \collaboration{2}{The BIG collaboration}
would be displayed as “1 and 2 et al. The BIG collaboration". The \suppressAffiliations command is also introduced to allow authors to hid affiliations. This command should be used when only showing a few authors in a collaboration.
The full author list, including the affiliations, will be shown at the end of the article when the \allauthors command is placed just before the \end{document}.
If there are authors that are not part of any collaboration the \nocollaboration command is used to set them apart. This command takes one argument which is also the number of authors to show.
\nocollaboration{number}
A dashed line is shown in the compiled pdf to indicate that the authors above are not part of any collaboration. Make number equal to zero to now show these authors.
If the \collaboration command is not used but the authors still want to show a truncated list of authors on the front page the \AuthorCallLimit command should be used as in v6.2.
The anonymous option in the \documentclass{aastex63} will replace the author and affiliations with Anonymous author(s) in the compiled pdf copy. This option allows the author to keep the critical author and affiliation information in the latex file but prevent the reviewer from seeing it during peer review. Likewise, the next paragraph of text after an \acknowledgement command will be replaced with (Acknowledgements anonymized for review). We encourage authors to use this option when dual anonymous review is requested. Simply removing the option will restore the author list for post review submissions such as ArXiv.
The IAU 2015 resolution B3 defines nominal solar and planetary values by establishing conversions between solar and planetary values and SI units. The rational and specifications are given in Prsa et al. 2016, AJ, 152, 41. The recommended nominal conversion constants for LaTeX have been incorporate into v6.3 to help authors follow the IAU resolution.
Much like the \movetabledown command introduced in AASTeX v6.1 adjust the centering of wide, landscaped tables, v6.3 now has \movetableright to do the same for wide, portrait tables. Note that before trying this option authors may find success with the \centerwidetable command but only for wide, portrait tables.
The new aasjournal.bst file has a few updates. This includes:
AASTeX has many options available to produce different manuscript typesets, include line numbering, control revision highlighting, and move long author lists to the end of the manuscript. With the introduction of Research Notes of the American Astronomical Society, the style option RNAAS is introduced to produce a manuscript conducive with the brief nature of a Research Note. The primary diffence is the lack of an abstract. As with all the other style options, RNAAS is called via the \documentclass command, e.g.
\documentclass[rnaas]{aastex62}
When using this style, authors should not envoke the \begin{abstract} and \end{abstract} commands.
The AAS Journals no longer publishes article titles in all caps and instead uses title case, e.g. only capitalizing the first letter of principle words. To be consistent with this recent publishing change, no capitalization is applied to arguement of the \title command. It is the author’s responsibility to maintain title case.
In addition to the expanded editorial comment mark up (\recieved, \revised, \accepted, \submitted, and \submitjournal) introduced in v6.1, a new \reportnum{ID} command has been created. This command will place the “ID” argument text in the upper right corner of the title page. This command can be used multiple times. For example:
\reportnum{astro-ph/0411275} \reportnum{BAAS 2004, v36, n5}
Note that neither the \reportnum command nor the editoral mark up are used during production but authors might find it useful to use them to provide publishing meta-data to preprints.
Version 6.1 introduced a page break between the title page and article body. Version 6.2 removes returns the default back to no page break. Authors who want a page break can envoke the \NewPageAfterKeywords command. This command should be used after the \documentclass command and before the \begin{document} command.
When using a two column format (twocolumn, preprint2) it is sometime necessary to have text span both columns. This can happen with equations and very long urls. For v6.2 we have revived ReVTeX’s widetext environment:
\begin{widetext} ... \end{widetext}
will have all text between span both columns. In the typeset output the upper left column and lower right column around the spanned text will have a line border to help guide the eye. This environment has no effect in single column format (default, modern, manuscript, or preprint).
The \doi command has been modified so that “https:/doi.org/” is prepended to the arguement and the resulting output is hyperlinked. This command can be used with \dataset.
The data is available at \dataset[10.17909/T9XG63]{\doi{10.17909/T9XG63}.
The data is available at 10.17909/T9XG63.
An additional argument has been added to the \author command to provide the author’s unique ORCID identifier. The example:
\author[0000-0002-0786-7307]{Greg J. Schwarz}
will produce:
where the author’s name is also a hyperlink to given ORCID.
As the number of authors in the average astronomical article continues to increase, managing the author list becomes more onerous. In prior versions of AASTeX it was the author’s responsibility to make sure that the footnote affiliations corresponded to the appropriate author. This version removes that burden on the author by doing the indexing automatically. AASTeX v6.1 also inserts any necessary commas and “and“s between author names so the \and command has been removed. Unfortunately some different commands are required to obtain this functionality and a few of the regular commands authors are used to will not work in v6.1. See Section 2.3 of the v6.1 author guide for specific mark up details.
AASTeX v6.1 has expanded collaboration identifier support. The new \collaboration and \nocollaboration commands are applied to groups of authors for proper collaboration labelling. Any number of collaborations can now be included. The collaboration name can be provided before or after an associated author group to offer authors maximum flexibility.
A new layout style designed by David Hogg and Daniel Foreman-Mackey has been incorporated into AASTeX v6.1 as modern. It is a single column design with a larger 12 point font and wider margins to produce fewer words per line to aid in memory retention while reading. The style also looks great when reading from a computer or moble device. With this addition AASTeX v6.1 now has five styles available in addition to the default.
Authors are free to use any of these when submitting to the AAS Journals. Since these are now the default style and thus no longer necessary, the following styles are removed in v6.1.
All deluxetables in AASTeX v6.1 are now single page floats by default, unlike v6.0 where long tables were the default and one had to use the \floattable command to give LaTeX the flexibility to optimally place the table during compilation. The change should make deluxetable creation easier since the majority of tables in manuscripts are short. \floattable has be deprecated in AASTeX v6.1. To create a long deluxetable in v6.1 add the new \startlongtable command to the beginning.
\startlongtable \begin{deluxetable} ... \end{deluxetable}
To simplify the rotation of any short table into landscape mode, the new environment, rotatetable, should be used. Likewise, the environment longrotatetable is used when multi-page tables require rotation.
\begin{rotatetable} \begin{deluxetable} ... \end{deluxetable} \end{rotatetable}
The new command \movetabledown has been created to give authors some flexibility to move landscaped and wide tables down the page. Its argument is an valid LaTeX length dimension, e.g. =1in. See the table cheat sheet in the v6.1 author guide for details on how to create a given table style for specific layout formats in v6.1.
There were complaints that the cyan color used in AASTeX v6.0 did not appear very well when printed thus we have changed the link colors to blue. This matches the color the publisher uses for all published PDFs. Note that authors can use the \hypersetup command in the preamble to override the classfile defaults. For example,
\hypersetup{linkcolor=red,citecolor=green,filecolor=cyan,urlcolor=magenta}
resets the colors to the hyperref style defaults.
AASTeX v6.0 introduced two methods to mark and track revision changes. The second method uses three \edit1, \edit2, and \edit3 commands to highlight specific changes to the first, second and third revision, respectively. The \turnoffedit command in the front matter would disable the highlighting used to display these changes. In AASTeX v6.1 the \turnoffeditone, \turnoffedittwo, and \turnoffeditthree commands are introduced to control which specific revision mark is repressed. The \turnoffediting command will repress all of the text mark with any \edit command.
The old AASTeX v5.2 commands \received{date}, \revised{date}, \accepted{date}, and \published{date} have been reintroduced. The new \submitjournal{AASJournal name} can be used to indicate which AAS Journal the manuscript was submitted to. The text “Submitted to” is appended to the AASJournal name argument. None of these commands are required but authors can use these commands to document the publication history of their manuscripts for preprints.
The aasjournal.bst file has been updated to recognize the url field. If a url is included in this field the compiled manuscript will hyperlink to it in the references.
The largest change to AASTeX is the adoption of Alexey Vikhlinin’s emulateapj classfile as the base code for v6.0. emulateapj is based on the APS’s RevTeX v4.1. Like emulateapj, AASTeX v6.0 produces a tight single column (default) or two column typeset article. The change means that when calling the classfile, e.g.
\documentclass[options]{aastex}
the following old options have changed:
Some other old emulateapj options are still available. Their functions are as follows:
Option | Output |
---|---|
astrosymb | Uses Astrosymb fonts and defines \astro commands |
tighten | Produces tighter typesettingby reducing the baselinskip. Only works with twocolumn |
Four new options have been introduced for AASTeX 6.0.
Option | Output |
---|---|
times | Use the ubiquitous Times font |
linenumbers | Number each line in left margin |
trackchanges | Produce tracking revision changes in manuscript |
In the onecolumn style the figure will span the same width of the text. Figures in the twocolumn style will likewise only span the column they are placed in. An author can override this by adding an asterisk, e.g. \begin{figure*}...\end{figure*}, to have a figure span both columns. Authors are responsible for producing figures that are not so small to be unreadable.
AASTeX v6.0 uses the hyperref package for typesetting hyperlinks. The \href{href}{text} tag associates text in the manuscript with the specified resource (href) where href should be specified as a full URI, including the scheme: designator (http:, ftp:, etc.). The \url command supports the special case where an author wishes to express a URL in the text. With the hyperref package LaTeX can interpret any url without requiring encoding of special characters.
An optional water mark can be superimposed over the title page using the following commands.
\watermark{text}\setwatermarkfontsize{dimension}
The first command will print text in a light gray color on the title page running diagonally from the bottom left to the top right. The font size can also be specified by the second command, e.g. 2in, to obtain the appropriate size. Authors may have to experiment with the wording and font size to obtain a desired result. The water mark information is not used during production but authors might find it useful to identify drafts or preprints.
With very long author lists one can now limit the number of authors shown in a compiled PDF or preprint. The remaining authors will be identified under a collaboration header. To limit the number of shown authors and to define a collaboration use the following commands.
\AuthorCallLimit=number of authors shown\fullcollaborationName{collaboration identifier}
The first command will only show the specified number of \author commands, e.g. if \AuthorCallLimit=3 then only the authors provided in the first three \author commands will be displayed. When the number of authors is limited the \fullcollaborationName command must also be included. As an example, \fullcollaborationName{Kepler Science Team} would produce “(Kepler Science Team)” after the nth author as defined by \AuthorCallLimit. The full author list, including the affiliations, will be shown at the end of the article when these commands are used and the new \allauthors command is placed at the end of the article.
Note that these author limiting commands are only meant to be used to make lengthy author lists more managable for PDF copies during peer review. Authors are still required to include all authors and affilation information with the corresponding commands outlined above. The full set of authors is critical both during peer review and publication.
Several new commands have been introduced to make it easier to track revisions. To begin authors must include the trackchanges option when calling the class file, e.g.
\documentclass[trackchanges]{aastex}
Commands are available to highlight added, deleted and replaced text.The commands and their output, with and with out the trackchanges option, are presented here.
AASTeX command | Output with trackchanges option | Output without trackchanges option |
---|---|---|
\added{text} | (Added: text) | text |
\deleted{text} | (Deleted: text) | Nothing is printed |
\replaced{old text}{new text} | (Replaced: old text with new text) | new text |
\explain{explanatory text} | [Explanation of change: explanatory text] | Nothing is printed |
Using the \listofchanges command in the article preamble will show all of the added, deleted and replaced text in a list at the end of the article. Note that this command must be called at the manuscript end just before \end{document}. If the linenumbers option is used in the documentclass call then the line number of every change at the end of the article is given.
Likewise, the new command \edit1{}, \edit2{} and \edit3{} have been introduced to make it easier for authors to hightlight changes to the manuscript in response to editor and referee comments. The three commands will produce bold red, italic blue, and underlined purple , respectively. Authors that choose to use these commands to highlight changes should use the first command to highlight new text from the first revision, the second command from the second revision and the third command if a third revision is necessary. The goal is to make it obvious what has been changed and at what point during the peer review proccess. For final typesetting the color can be removed simply by adding in the command \turnoffedit in the preamble.
Similarly the \authorcomment1{}, \authorcomment2{}, and \authorcomment3{} commands are now available. These commands will prepend to the text “Collaboration note:” and highlight it in bold red, italics blue and underlined purple but when the command \turnoffedit is used this text will not be shown at all. Authors can use these commands to mark text that they are not sure should be included in the final manuscript.
A figure set is the frame work used to contain a large compendia of similar images and graphical material. Examples include identification charts, spectral libraries, model output, etc. The figure set functionality gives the reader the ability to quickly find specific images within the figure set sequence and thus is well suited in cases with many similar images.
The AAS Journals has had figure set functionality for over 10 years but until now the specific mark up had to be put in by hand and thus most of the work was done after acceptance by a data editor. AASTeX v6.0 now includes the mark up. The commands to construct a figure set are as follows.
\figsetstart\figsetnum{figurenumber}\figsettitle{figure set title}\figsetgrpstart\figsetgrpnum{figurenumber.1}\figsetgrptitle{image 1 caption}\figsetplot{figure set file}\figsetgrpnote{image 1 caption}\figsetgrpendRepeat the block above for each figure in the set\figsetend
The second command, \figsetnum, is the figure sequence number. The \figsettitle is the title for the entire figure set. The next six commands, between \figsetgrpstart and \figsetgrpend, must be repeated for each image in the figure set sequence. The \figsetgrpnum increments by one each time, e.g. figurenumber.1, figurenumber.2, figurenumber.3, etc. \figsetgrptitle is a title used to uniquely identify the the specific image. It should be relatively short but descriptive. \figsetplot is the call to the EPS or PDF file containing the image. If an image consists of multiple EPS or PDF files one \figsetplot is required for each file. Lastly, \figsetgrpnote is the figure caption for that specific image. It may be unique or identical to all the others in the figure set but it must be specified in this field.
AASTeX 6.0 introduces a new way to create a figure that consists of > 2 EPS or PDF files arranged in a grid pattern. The new command \gridline allows an author to place as many figure files as needed in a row through multiple \fig, \rightfig and \leftfig calls. The \fig calls an individual EPS or PDF file while \rightfig and \leftfig do the same but right and left justify the named file within the grid row. There is also the \boxedfig call which is the same as \fig but draws a box around the named file.
\fig{filename}{width}{letter or caption}
The first argument is the EPS or PDF file to be displayed. The second argument is the width to scale the file by. Any LaTeX accepted width is valid but author may find it easier to use \textwidth scale the figure by a fraction of the allowed width. For example, 0.33\textwidth will scale the figure to one third the column width. The last argument provides a sub caption beneath the displayed file. Authors should use this to label the displayed file, e.g. “(a)”, “(b)”, etc.
There is a final file call for \gridline, \rotatefig. Similar to the others, this file call takes an additional argument to specify the degree of rotation. An example would be \rotatefig{90}{<filename>}{<width>}{subcaption} to produce a 90 degree rotation.
AASTeX 6.0 introduces five new features to make and display tabular information. All of these features can be use together with any other valid commands in a single table. Many of the new features use new alignment tokens in lieu of the typical “l,” “c,” or “r,” arguments. All of the commands work with LaTeX’s tabular environment and AASTeX’s deluxetable but there are some differences in how each is executed. See the AASTeX guide for specific examples of each.
Entire columns can be “hidden” from display with the use of the new “h” cols column identifier. In the tabular environment the header will also be hidden but deluxetable requires the use of \nocolhead instead of \colhead to hid a specific column.
The use of mathmatics and special symbols requires the use of math-mod or in other words prefaced with $s. Using capital letters, e.g. “C”, “L”, or “R”, in the cols column identifier will set that specific column in math mode so that $s are unnecessary. In deluxetable use \dcolhead to enable math mode without $s in that particular header.
In addition to the standard left, right, and center column justification, AASTeX v6.0 can now align columns by the decimal. It does this by splitting the identified column into two separate columns by the decimal and right justifying the first new column and right justifying the second new column. The new “D” alignment token is used to identify a decimal column. The \decimals command must also be included in the table. It can be anywhere in a LaTeX table but must come after the \startdata call in deluxetable. Since “D” columns are actually two column any headers should include an extra “&” in the tabular environment or be described with the new \twocolhead{} in the deluxetable environment. Alternatively, \multicolumn2c{} will work to span two columns in a header in either environment. Each decimal column must end with spacebefore “&” and empty decimal columns must be indicated with a period (‘.’)
Wide tables can easily be split horizontally into two or three continuing subtables. An author would invoke splittabular or splitdeluxetable to allow this functionality. A new “B” alignment token identifier is defined to tell LaTeX where to introduce the split. Up to two “B” identifiers can be used. The output is a centered split table with a full horizontal line separating the two or three components.
The command \colnumbers can be included to automatically number each column in the header. Each column index number will be surrounded by parentheses. In a LaTeX table the \colnumbers should be invoked at the location where the author wants the numbers to appear. This should be after the last line of specified table header. In deluxetable this command has to come after \startdata. \colnumbers will not increment for columns hidden by the “h” command.
Note that when using decimal alignment the command \decimalcolnumbers must be used instead of \colnumbers and \decimals.
To rotate a table into landscape mode in the table environment the following commands should be used
\begin{rotatetable}\end{rotatetable}
around the \begin{tabular} … \end{tabular} calls. The process for the deluxetable environment, using \rotate, remains the same, however, there are some subtle differences in how deluxetables are treated in this version. The deluxetable environment uses the longtable package to split tables over pages. Unfortunately, this means that deluxetable are not traditional floats and thus LaTeX does not have its normal flexibility to optimally typeset the table within the article. Instead LaTeX will insert the deluxetable where it is placed with in the manuscript. Extra care may be necessary to achieve the desired placement results. An author can force a deluxetable to be a float by adding the command \floattable before the \begin{deluxetable} command. Note that no LaTeX float object can break over a page so the \floattable command should not be used for long tables that exceed a page length.
Authors should use the new \software command to highlight any software packages that were used in the production of the article. The use of \software will make it easier for programmers and organizations to obtain usage statistics about their software. Similar to the \facility command, \software should appear after the acknowledgments section.
\software{IRAF, AIPS, Astropy, ... }
There is no limit to the number of software that may be included in a manuscript.
Use the updated \dataset command to link to data sets hosted externally such as the DOI issuing Zenodo repository.
\dataset[text]{url}
Where url is the url link to the data. The bracketed argument is optional. When present the given text is used as the displayed hyperlink otherwise [DATASET] is printed.
The format for referencing digital objects in repositories is as follows:
{author*} {year}, {title}, {version^}, {publisher|howpublished~}, {prefix}:{identifier#}
To illustrate and document this format, we use a corresponding bibtex entry taken and modified from a real example). Note that all data/software bibtex entries should be of the @misc
type:
@misc{lia_corrales_2015_15991,
author = {Lia Corrales},
title = {{dust: Calculate the intensity of dust scattering halos in the X-ray}},
month = mar,
year = 2015,
doi = {10.5281/zenodo.15991},
version = {1.0},
publisher = {Zenodo},
url = {http://dx.doi.org/10.5281/zenodo.15991}
}
The corresponding reference entry should look like:
Corrales, L. 2015a, dust: Calculate the intensity of dust scattering halos in the X-ray, v1.0, Zenodo, doi:10.5281/zenodo.15991
BibTeX will produce a citation in this format when the new aasjournal.bst file is used. The aasjournal.bst is an update of the old apj.bst file and is backwards compatible.
Macros have been added to support new features in the electronic ApJ and AJ. The new macros for object linking and data sets will be used to create links in the electronic editions that will provide readers with easy access to fundamental information on the objects and archived data sets used in the papers. The facilities macro will be used to help readers track the effectiveness of their telescopes. Watch the AASTeX home page to learn when these features will be supported and for further details on their use.
For each of these new macros, the optional argument in square brackets is the identification key to be used when a link is constructed in the electronic edition. The text between the curly braces will be printed in the text of the paper and will form the link anchor in the electronic edition.
\object
has been added as an alias to the already-exising \objectname
command. Use either command to mark celestial objects to be linked to the data centers in the electronic editions of the journals.A number of changes have been made to the deluxetable environment. These changes should eliminate the most common problems with deluxetable
formatting.
\tablecomments
, \tablenotetext
, and \tablerefs
blocks to a new page if there is not enough room to place them after the table. In the past, end notes would run off the bottom margin.\tablebreak
command has been reintroduced to give the user the ability to override default deluxetable
page breaksdeluxetable
environment will now properly calculate the number of table lines per page when the optional argument to adjust spacing between rows is used.\plottwo
macro was used with the result that if two \plottwo
commands appeared one after the other, the second set of figures were sized too small. This has now been fixed.\plotfiddle
macro for figure placement has been reintroduced. See the documentation for details on its use.preprint2
style for instances where the abstract is too long to fit on the first page of the document.\actaa |
Acta Astronomica |
\icarus |
Icarus |
\caa |
Chinese Astronomy and Astrophysics |
\cjaa |
Chinese Journal of Astronomy and Astrophysics |
\rmxaa |
Revista Mexicana de Astronomia y Astrofisica (RMxAA) |
\na |
New Astronomy |
\nar |
New Astronomy Review |
\jcap |
Journal of Cosmology and Astroparticle Physics (JCAP) |
\pasa |
Publications of the Astronomical Society of Australia (PASA) |
\tabletypesize
command.\rotate
command.\email
to output email address in front matter.\plotone
, \plottwo
.\thispagestyle{plain}
removed from \maketitle
in .cls file.\email
.\anchor {HREF} {TEXT}
\anchor{ftp://www.aas.org}{the AAS ftp site}
\url[http://www.aas.org]{the AAS home page}
\url{http://www.aas.org}
\email{aastex-help@aas.org}
This command replaces the AASTeX v4.0 \authoremail command, and unlike the v4.0 command, it can be used for any email address, not just an author’s email address.
\rotate
LaTeX’s \cite command has been reimplemented to utilize the features of the natbib package. See the natbib package documentation for details on natbib‘s extended markup.
The following special symbols have been added.
\shorttitle{TEXT}, \shortauthors{TEXT}
The following AASTeX v4.0 commands are not supported in AASTeX v5.0/v4.1.
\tablevspace, \nl, \nextline
\lefthead, \righthead
\authoraddr, \authoremail
\markcite
planotable environment
Follow the instructions below if you wish to convert your AASTeX 4.0 manuscript to AASTeX v5.0. If you prefer to convert to AASTeX v4.1, follow the same instructions but with the differences noted.
v4.0 Command | v5.0 Command |
\nl |
\\ |
\nextline |
\\ |
\nl\tablevspace{dimen} |
\\[dimen] |
If you have used \small, \footnotesize, or \scriptsize to reduce the font size of your table, enclose these commands in the \tabletypesize command, i.e. \tabletypesize{\scriptsize}.