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 /reproduce/software/config | |
| 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 'reproduce/software/config')
| -rw-r--r-- | reproduce/software/config/texlive-packages.conf | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/reproduce/software/config/texlive-packages.conf b/reproduce/software/config/texlive-packages.conf index 81c7bdd..f409e23 100644 --- a/reproduce/software/config/texlive-packages.conf +++ b/reproduce/software/config/texlive-packages.conf @@ -20,21 +20,24 @@ # # Notes: # -# - tex and fancyhdr: These two packages are installed along with the basic -# installation scheme that we used to install tlmgr, they will be ignored -# in the 'tlmgr install' command, but will be used later when we want -# their versions. -# -# - fancyvrb: needed by R. - +# - tex: is installed along with the basic installation scheme that we used +# to install tlmgr, they will be ignored in the 'tlmgr install' command, +# but will be used later when we want their versions. texlive-packages = courier \ epsf \ + etoolbox \ + fontaxes \ helvetic \ lineno \ pgf \ pgfplots \ revtex4-1 \ + newtx \ tex \ textcase \ times \ - ulem + txfonts \ + ulem \ + xkeyval \ + xpatch \ + xstring |
