Hello! In AASTeX 7.0.0 and 7.0.1, the \documentclass always results in the warning:
Package nameref Warning: The definition of \label has changed! Check your packages! Replacing it with the kernel definition on input line 149.
This can be seen by compiling the example packages provided by AASTeX.
AASTeX seems to have some other warnings that occur on every build (e.g., the first section always has Package hyperref Warning: Ignoring empty anchor on input line 228.), but these can be silenced with the silence package. However, since it occurs in the \documentclass, the Package nameref Warning warning is particularly problematic, as the silence package cannot be imported before it to silence the error.
To make sure I don't miss any important warnings, I typically resolve or silence every warning, and this bug is interfering with that workflow. The current work around is to use a custom modified version of the AASTeX class file.
Thank you for your time!
Hello! In AASTeX 7.0.0 and 7.0.1, the
\documentclassalways results in the warning:This can be seen by compiling the example packages provided by AASTeX.
AASTeX seems to have some other warnings that occur on every build (e.g., the first section always has
Package hyperref Warning: Ignoring empty anchor on input line 228.), but these can be silenced with thesilencepackage. However, since it occurs in the\documentclass, thePackage nameref Warningwarning is particularly problematic, as thesilencepackage cannot be imported before it to silence the error.To make sure I don't miss any important warnings, I typically resolve or silence every warning, and this bug is interfering with that workflow. The current work around is to use a custom modified version of the AASTeX class file.
Thank you for your time!