AASTeX60 icon indicating copy to clipboard operation
AASTeX60 copied to clipboard

Version 6 of the LaTeX style files and documentation for authoring AAS Journal (AJ/ApJ) articles.

Results 81 AASTeX60 issues
Sort by recently updated
recently updated
newest added

The review commands `\added{}`, `\replaced{}` and `\deleted{}` do not work in certain places, such as footnotes and in the table caption of long deluxetables.

needs refinement
trackchanges

Hi All, I have discovered the following issue (aastex 6.3 and 6.3.1). In case of \documentclass[manuscript]{aastex631} the modification of the table text size with \tabletypesize, e.g. ... \begin{deluxetable*}{cchlDlc} \tabletypesize{\scriptsize} \tablenum{1}...

tables
style

Hello, I have a long deluxetable that is too long to fit on one page, so I call \startlongtable before, like this: ``` \startlongtable \begin{deluxetable}{llllll} ... \end{deluxetable} ``` However, doing...

tables
needs refinement

According to the [AAS Style Guide](https://journals.aas.org/aas-style-guide/): > Footnote numbering is continued from the affiliations; thus, if there are three affiliations (numbered 1—3), the first footnote in the article will be...

bug
style

I'm using trackchanges in a two column (aastex631.cls) document and the \deleted command only shows the first line of text with a strikethrough and prints the rest of the text...

bug
trackchanges

Minimum working example: ``` \documentclass[linenumbers]{aastex631} \usepackage[utf8]{inputenc} \usepackage{tikz} \begin{document} \begin{tikzpicture}[xscale=1.2, yscale=1.2] \node at (0, 1){1}; \end{tikzpicture} \end{document} ``` This yields compile errors whose source is nonobvious: ``` /home/joel/test.tex:8: Improper \prevdepth. []...

bug
package collision
linenumbers

The following code does not compile ```latex \documentclass[linenumbers]{aastex63} \usepackage{tabularx} \begin{document} \begin{table} \centering \begin{tabularx}{0.8\textwidth} {p{0.3\linewidth} | p{0.1\linewidth} | p{0.3\linewidth}} \hline item 11 & item 12 & item 13 \\ item 21...

bug
package collision
linenumbers

The lineno package does not play nice with the amsmath package. This is a known problem but it can produce interesting effects in AASTeX v6.3.1. You first might notice that...

bug
package collision
linenumbers

Line 5102 of `aastex631.cls` add a `\null` after `\end{table}`. This adds an empty box at *main text*, and if empty lines surround the `deluxetable` environment in the source, an empty...

tables

This is a tracking thread for user with problems using AASTeX 6.3.X, RevTex 4-1, and recent installations of TeXLive or other TeX systems. Please report the following details in your...

bug
needs refinement
discussion