gnu: texlive-fonts-stmaryrd: Rename to texlive-stmaryrd.
* gnu/packages/tex.scm (texlive-fonts-stmaryrd): Rename to texlive-stmaryrd, according to the texlive.tlpdb database. Deprecate old package name.
This commit is contained in:
parent
568729e821
commit
8d44bb85fe
1 changed files with 5 additions and 2 deletions
|
@ -5333,9 +5333,9 @@ package supports pdfTeX (pdfLaTeX) and VTeX. With VTeX it is even possible to
|
||||||
use this package to insert PostScript files, in addition to PDF files.")
|
use this package to insert PostScript files, in addition to PDF files.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-fonts-stmaryrd
|
(define-public texlive-stmaryrd
|
||||||
(package
|
(package
|
||||||
(name "texlive-fonts-stmaryrd")
|
(name "texlive-stmaryrd")
|
||||||
(version (number->string %texlive-revision))
|
(version (number->string %texlive-revision))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method svn-fetch)
|
(method svn-fetch)
|
||||||
|
@ -5366,6 +5366,9 @@ use under LaTeX; the package supports the @code{only} option (provided by the
|
||||||
the whole font.")
|
the whole font.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-fonts-stmaryrd
|
||||||
|
(deprecated-package "texlive-fonts-stmaryrd" texlive-stmaryrd))
|
||||||
|
|
||||||
(define-public texlive-latex-subfigure
|
(define-public texlive-latex-subfigure
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-subfigure")
|
(name "texlive-latex-subfigure")
|
||||||
|
|
Reference in a new issue