aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-05-06 22:35:28 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-05-06 22:35:28 +0100
commitc0f9371b48962b32635d8ed4adcdb30a3728c8ef (patch)
tree19908e0bbe9b78c8291b4f15e5611306bf9c2d66 /reproduce/software
parent22d915e020643797eab6f3f3017752cb1f6b0178 (diff)
Corrected latex citation of sip_tpv program (no more \ before _)
Until now there we had manually inserted a `\' before the `_' of sip_tpv program. However, we also recently added a step in the configure script to add a `\' before every `_' when writing the final LaTeX macro. This was because some C compilers (when the host's is used) have an `_' in their version that we had no control over. With this commit, the `\' is removed from `sip_tpv' in its build-rule and we let the backslash be inserted automatically.
Diffstat (limited to 'reproduce/software')
-rw-r--r--reproduce/software/make/python.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/software/make/python.mk b/reproduce/software/make/python.mk
index 7537275..8aa6ec8 100644
--- a/reproduce/software/make/python.mk
+++ b/reproduce/software/make/python.mk
@@ -705,7 +705,7 @@ $(ipydir)/sip_tpv: $(ipydir)/sympy \
$(tdir)/sip_tpv-$(sip_tpv-version).tar.gz
$(call pybuild, tar xf, sip_tpv-$(sip_tpv-version), ,) \
&& cp $(dtexdir)/sip_tpv.tex $(ictdir)/ \
- && echo "sip\_tpv $(sip_tpv-version) \citep{sip-tpv}" > $@
+ && echo "sip_tpv $(sip_tpv-version) \citep{sip-tpv}" > $@
$(ipydir)/six: $(ipydir)/setuptools \