From e40ccf5fc1b095e708e9900fac0874d87d5dff79 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 30 Jan 2023 13:01:17 +0200 Subject: gnu: texlive-fancyhdr: Use over deprecated texlive-latex-fancyhdr. * gnu/packages/tex.scm (texlive-apa6)[propagated-inputs]: Replace texlive-latex-fancyhdr with texlive-fancyhdr. --- gnu/packages/graphviz.scm | 4 ++-- gnu/packages/tex.scm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm index 99fdd85c88..34aa1dc470 100644 --- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -427,8 +427,8 @@ graphs in Graphviz's DOT language, written in pure Python.") ;; the resulting generated TeX files, which \usepackage them. texlive-bin texlive-amsmath - texlive-geometry - texlive-latex-graphics + texlive-graphics + texlive-latex-geometry texlive-latex-base texlive-latex-preview texlive-latex-xkeyval diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index ca3eca810c..3d8c71e62f 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -11887,10 +11887,10 @@ and selecting references used in a publication.") texlive-booktabs texlive-endnotes texlive-etoolbox + texlive-fancyhdr texlive-generic-xstring texlive-graphics texlive-latex-draftwatermark - texlive-latex-fancyhdr texlive-latex-float texlive-lm texlive-substr -- cgit v1.2.3