Skip to content

[BUG] unwanted warnings #25

@Firestar-Reimu

Description

@Firestar-Reimu

Describe the bug

  1. 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.
  1. 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

Image

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

Metadata

Metadata

Assignees

Labels

packagecollisionCollision with widely used package

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions