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. --- reproduce/analysis/make/paper.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'reproduce/analysis/make/paper.mk') diff --git a/reproduce/analysis/make/paper.mk b/reproduce/analysis/make/paper.mk index a705903..cff0f23 100644 --- a/reproduce/analysis/make/paper.mk +++ b/reproduce/analysis/make/paper.mk @@ -123,8 +123,8 @@ $(texbdir)/paper.bbl: tex/src/references.tex $(mtexdir)/dependencies-bib.tex \ rm -f $@ # Link the AASTeX LaTex and bibliography style here. - ln -sf $$p/tex/src/aastex631.cls ./ - ln -sf $$p/tex/src/aasjournal.bst ./ + ln -sf $$p/tex/src/aastex702.cls ./ + ln -sf $$p/tex/src/aasjournalv7.1.bst ./ # Fill the 'references.bib' (in Maneage, the software dependencies # are in 'tex/build/macros/dependencies-bib.tex' -- cgit v1.2.1