aboutsummaryrefslogtreecommitdiff
path: root/reproduce
diff options
context:
space:
mode:
Diffstat (limited to 'reproduce')
-rw-r--r--reproduce/analysis/make/paper.mk4
-rw-r--r--reproduce/software/config/texlive-packages.conf19
2 files changed, 13 insertions, 10 deletions
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'
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