gnu: Add texlive-slantsc.

* gnu/packages/tex.scm (texlive-slantsc): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:01:24 +02:00
parent 63a61490a8
commit d02012653b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -95935,6 +95935,26 @@ (define-public texlive-skrapport
was inspired by that of the PracTeX journal style.")
(license license:lppl1.3+)))
(define-public texlive-slantsc
(package
(name "texlive-slantsc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/slantsc/" "source/latex/slantsc/"
"tex/latex/slantsc/")
(base32
"1m00h2bmgj5w3zd219s1l25ihr05kj1kpwilggbgh720bcvc3idp")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/slantsc")
(synopsis "Access different-shaped small-caps fonts")
(description
"This package enables the use of small capitals in different font shapes,
e.g., slanted or bold slanted for all fonts that provide appropriate font
shapes.")
(license license:lppl)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar