mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Replace texlive-latex-pdfx with texlive-pdfx.
* gnu/packages/tex.scm (texlive-latex-pdfx): Deprecate in favor of... (texlive-pdfx): ...this variable.
This commit is contained in:
parent
4c8e7ca01d
commit
40f14e3c66
1 changed files with 4 additions and 2 deletions
|
@ -7139,9 +7139,9 @@ (define-public texlive-latex-xmpincl
|
|||
the file to which it applies.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-latex-pdfx
|
||||
(define-public texlive-pdfx
|
||||
(let ((template (simple-texlive-package
|
||||
"texlive-latex-pdfx"
|
||||
"texlive-pdfx"
|
||||
(list "/doc/latex/pdfx/"
|
||||
"/source/latex/pdfx/"
|
||||
"/tex/latex/pdfx/")
|
||||
|
@ -7176,6 +7176,8 @@ (define-public texlive-latex-pdfx
|
|||
standards-compliant PDF documents with pdfTeX, LuaTeX and XeTeX.")
|
||||
(license license:lppl1.2+))))
|
||||
|
||||
(define-public texlive-latex-pdfx
|
||||
(deprecated-package "texlive-latex-pdfx" texlive-pdfx))
|
||||
|
||||
(define-public texlive-ydoc
|
||||
(let ((template (simple-texlive-package
|
||||
|
|
Loading…
Reference in a new issue