diff options
| author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2026-08-10 01:23:55 +0200 |
|---|---|---|
| committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2026-08-10 01:23:55 +0200 |
| commit | 92560f3ac6fac8c0ff6ebac90437ac05f401d15f (patch) | |
| tree | a6acf310f582599d0f226cb6c3c9bcf0266f01b6 /paper.tex | |
| parent | 78b28fd5f986cb334008cdfbc2b7b3aa6e0d53de (diff) | |
AASTeX updated to version 7.0.1 (released in June 2026)journals-aas
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.
Diffstat (limited to 'paper.tex')
| -rw-r--r-- | paper.tex | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -1,6 +1,6 @@ %% Copyright (C) 2018-2025 Mohammad Akhlaghi <mohammad@akhlaghi.org> %% 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 |
