We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0b1e1 commit fff8232Copy full SHA for fff8232
mkauthlist/mkauthlist.py
@@ -208,8 +208,10 @@ def write_contributions(filename,data):
208
209
%(authors)s
210
211
-%% Number in brackets is how many author names to put on front page
+%% Place \allauthors before \end{document} to list all authors.
212
+%% Number in first brackets below is how many author names to put on front page
213
\collaboration{1}{(%(collaboration)s)}
214
+%% See https://journals.aas.org/aastexguide/#title_author for more details
215
"""
216
217
aastex7_document = r"""
0 commit comments