Archived
1
0
Fork 0

gnu: Add texlive-circledtext.

* gnu/packages/tex.scm (texlive-circledtext): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:45:57 +02:00
parent dc029c2697
commit e7f6ae354f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -76022,6 +76022,25 @@ no-one would deny that the PSTricks @code{pst-optic} package, or the MetaPost
text) to mark steps in procedures, exercises, and so on.")
(license license:lppl1.3c)))
(define-public texlive-circledtext
(package
(name "texlive-circledtext")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/circledtext/"
"tex/latex/circledtext/")
(base32
"0i6xc6y38chrwn0kw0ngvbb95hahwqm1fh5mpady9d1ziw7nxydf")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/circledtext")
(synopsis "Create circled text")
(description
"This LaTeX package provides a macro @code{\\circledtext} to typeset circled
text. Its starred version can produce an inverted version.")
(license license:lppl1.3c)))
;;;
;;; 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