mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: texlive-latex-filecontents: Rename to texlive-filecontents.
* gnu/packages/tex.scm (texlive-filecontents): New variable. (texlive-latex-filecontents): Deprecate package. (texlive-latex-trimspaces): (texlive-latex-needspace): (texlive-latex-changepage): (texlive-ifmtarg): Apply renaming.
This commit is contained in:
parent
64d97f28b1
commit
2ffa3a400b
1 changed files with 8 additions and 6 deletions
|
@ -3339,9 +3339,9 @@ a process to convert the EPS to PDF, using the script @command{epstopdf}.")
|
|||
|
||||
(define-deprecated-package texlive-latex-epstopdf-pkg texlive-epstopdf-pkg)
|
||||
|
||||
(define-public texlive-latex-filecontents
|
||||
(define-public texlive-filecontents
|
||||
(let ((template (simple-texlive-package
|
||||
"texlive-latex-filecontents"
|
||||
"texlive-filecontents"
|
||||
(list "doc/latex/filecontents/"
|
||||
"source/latex/filecontents/"
|
||||
"tex/latex/filecontents/")
|
||||
|
@ -3369,6 +3369,8 @@ overwrite existing files and letting you use @code{filecontents}
|
|||
@code{filecontents*} anywhere.")
|
||||
(license license:lppl1.3c+))))
|
||||
|
||||
(define-deprecated-package texlive-latex-filecontents texlive-filecontents)
|
||||
|
||||
(define-public texlive-epsf
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
|
@ -5836,7 +5838,7 @@ be changed.")
|
|||
(("pstool.tex") "trimspaces.tex"))
|
||||
#t)))))
|
||||
(inputs
|
||||
(list texlive-latex-filecontents))
|
||||
(list texlive-filecontents))
|
||||
(home-page "https://www.ctan.org/pkg/trimspaces")
|
||||
(synopsis "Trim spaces around an argument or within a macro")
|
||||
(description
|
||||
|
@ -9512,7 +9514,7 @@ and after the formatted number.")
|
|||
'(#:tex-directory "latex/needspace"
|
||||
#:tex-format "latex"))
|
||||
(inputs
|
||||
(list texlive-latex-filecontents))
|
||||
(list texlive-filecontents))
|
||||
(home-page "https://www.ctan.org/pkg/needspace")
|
||||
(synopsis "Insert pagebreak if not enough space")
|
||||
(description
|
||||
|
@ -9538,7 +9540,7 @@ page, a new page will be started.")
|
|||
'(#:tex-directory "latex/changepage"
|
||||
#:tex-format "latex"))
|
||||
(inputs
|
||||
(list texlive-latex-filecontents))
|
||||
(list texlive-filecontents))
|
||||
(home-page "https://www.ctan.org/pkg/changepage")
|
||||
(synopsis "Margin adjustment and detection of odd/even pages")
|
||||
(description
|
||||
|
@ -11718,7 +11720,7 @@ floats merely delays the arrival of the inevitable error message.")
|
|||
(add-after 'unpack 'chdir
|
||||
(lambda _ (chdir "source/latex/ifmtarg")))))))
|
||||
(inputs
|
||||
(list texlive-latex-filecontents))
|
||||
(list texlive-filecontents))
|
||||
(home-page "https://www.ctan.org/pkg/ifmtarg")
|
||||
(synopsis "If-then-else command for processing potentially empty arguments")
|
||||
(description "This package provides a command for the LaTeX programmer for
|
||||
|
|
Loading…
Add table
Reference in a new issue