From 92560f3ac6fac8c0ff6ebac90437ac05f401d15f Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 10 Aug 2026 01:23:55 +0200 Subject: AASTeX updated to version 7.0.1 (released in June 2026) Until now, we were using AASTeX 6.3.1 (released in March 2021). However, AASTeX has undergone major updates in this time: to major version 7. With this commit, the latest version of AASTeX (7.0.1 that was released in June 2026) is available in this branch. --- paper.tex | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'paper.tex') diff --git a/paper.tex b/paper.tex index 1e7891c..486877c 100644 --- a/paper.tex +++ b/paper.tex @@ -1,6 +1,6 @@ %% Copyright (C) 2018-2025 Mohammad Akhlaghi %% See the end of the file for license conditions. -\documentclass[preprint2, times, twocolappendix]{aastex631} +\documentclass[preprint2, times, twocolappendix]{aastex702} %% (OPTIONAL) CONVENIENCE VARIABLE: Only relevant when you use Maneage's %% '\includetikz' macro to build plots/figures within LaTeX using TikZ or @@ -42,9 +42,11 @@ %% Title \title{\projecttitle} -%% Authors -\author[0000-0012-3245-1234]{Your Name} -\affiliation{Your affiliation; \href{mailto:your@email.address}{your@email.address}} +%% Authors; if given (gname) or surname (sname) are multi-word, use +%% single-quotes around the value. For example: "sname='Two words'". +\author[orcid=0000-0012-3245-1234,gname=Your,sname=Name]{Your Name} +\affiliation{Your affiliation} +\email{your@email.address} %% Abstract \begin{abstract} @@ -54,7 +56,9 @@ \end{abstract} %% Keywords (from https://astrothesaurus.org) -\keywords{Keyword1 name (XXXX), Keyword2 name (XXXX)} +\keywords{ \uat{First keyword}{AAAA} --- + \uat{Second keyword}{BBBB} --- + \uat{Third keyword}{CCC} } @@ -97,7 +101,7 @@ The analysis of this research note was done using GNU Astronomy Utilities (Gnuas %% Bibliography \bibliography{references}{} -\bibliographystyle{aasjournal} +\bibliographystyle{aasjournalv7.1} %% Start appendix. \appendix -- cgit v1.2.1