AASJournals / AASTeX60

Version 6 of the LaTeX style files and documentation for authoring AAS Journal (AJ/ApJ) articles.
https://journals.aas.org/aastex-package-for-manuscript-preparation/
LaTeX Project Public License v1.3c
47 stars 25 forks source link

CJK package for Chinese names must be closed after first section call or author/titles don't appear. #107

Open jmangum opened 4 years ago

jmangum commented 4 years ago

Using aastex63 in Overleaf. Following the instructions for including Chinese, Japanese, and Korean alphabet characters in author names at https://journals.aas.org/nonroman/ does not seem to work. In fact, if I have many authors, only one of which contains Chinese characters, using the above prescription causes all authors to disappear. I have attached a simple example which demonstrates the failure. test.tex.txt

augustfly commented 4 years ago

Hi Jeff,

You must wrap the entire document in CJK, i.e.,

\end{CJK*} % move it to the end
\end{document}

and it all works.

I'm not sure if this is documented anywhere, is it, @gregschwarz?

jmangum commented 4 years ago

Thank you Gus. That fixed the problem. Checked again the instructions at https://journals.aas.org/nonroman/. Not clear from those instructions that the entire document needs to be wrapped in CJK.

augustfly commented 4 years ago

Hi Jeff,

I've updated the documentation at https://journals.aas.org/nonroman/ with this work around (and cause).

I'm going to leave this issue open, tag it as v6.4, and let our latex expert figure out if there's a solution, or worse, this is a bug connected to the many many problems in v6.3 with the anonymous option (that can also mess up the frontmatter).