summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/tex.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b381cfde902..704f550c3d3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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.")
(license license:lppl1.3+)))
-(define-public texlive-fonts-stmaryrd
+(define-public texlive-stmaryrd
(package
- (name "texlive-fonts-stmaryrd")
+ (name "texlive-stmaryrd")
(version (number->string %texlive-revision))
(source (origin
(method svn-fetch)
@@ -5366,6 +5366,9 @@ use under LaTeX; the package supports the @code{only} option (provided by the
the whole font.")
(license license:lppl)))
+(define-public texlive-fonts-stmaryrd
+ (deprecated-package "texlive-fonts-stmaryrd" texlive-stmaryrd))
+
(define-public texlive-latex-subfigure
(package
(name "texlive-latex-subfigure")