When an AI model's response contains a LaTeX symbol whose command begins with the letter "n," the symbol fails to render correctly. Instead of displaying the intended symbol, the output shows all characters of the command except for the initial "n."
This issue can be reproduced by providing one of the models with the following prompt:
can you give me a list of latex symbols whose command starts with n? List the name of the commands along with the symbols. Put the symbol only into a latex environment.
The resulting output looks like this:
As this problem does not occur with symbols whose commands start with other letters, it might be an issue related to the newline character \n.
I expected the LaTeX symbols whose commands start with the letter "n" to render correctly within the AI model's response.