Describe the bug
- if I compile a plain file:
\documentclass{aastex701}
\begin{document}
test
\end{document}
it will provide this warning:
Package nameref: The definition of \label has changed!
(nameref) Check your packages!
(nameref) Replacing it with the kernel definition.
- if I compile a file with email showed
\documentclass{aastex701}
\begin{document}
\title{HVC Article 1}
\author{Wolverine}
\affiliation{X-Men}
\email[show]{madcanadian@xmen.com}
\end{document}
it will show warning:
Package hyperref: Ignoring empty anchor.
but if I change the email to \email{madcanadian@xmen.com} it will not show this warning
To Reproduce
"command": "latexmk",
"args": [
"-lualatex",
"-bibtex",
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"--shell-escape",
"%DOCFILE%"
]
Screenshots
LaTeX configuration (please complete the following information):
- OS: Archlinux
- LaTeX Installation: Texlive
- LaTeX Version: lualatex 1.22.0 (TeX Live 2025) Development id: 7673
- AASTeX Version 7.0.1
Additional context
Yes, I know programmers will always ignore warnings
Describe the bug
it will provide this warning:
it will show warning:
but if I change the email to
\email{madcanadian@xmen.com}it will not show this warningTo Reproduce
Screenshots
LaTeX configuration (please complete the following information):
Additional context
Yes, I know programmers will always ignore warnings