diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-13 16:36:02 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:53 +0200 |
commit | f0a491f717f5719af4ece891ca5133da6ba36adf (patch) | |
tree | ddcbf1395d59aa9704feb96acfe0f15f968cf317 /gnu/packages/maths.scm | |
parent | 94d0e6c56a3474fd7a389e55365c9cfc653ea12e (diff) |
gnu: texlive-latex-multirow -> texlive-multirow.
* gnu/packages/tex.scm (texlive-multirow): New variable.
(texlive-latex-multirow): Deprecate variable.
(texlive-metalogo):
* gnu/packages/docbook.scm (dblatex):
* gnu/packages/maths.scm (hypre): Use new name.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index af8efd3ca3e..7a98c05e29b 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5806,7 +5806,7 @@ set.") texlive-geometry texlive-hanging texlive-hyperref - texlive-latex-multirow + texlive-multirow texlive-natbib texlive-latex-needspace texlive-newunicodechar |