me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-easyformat.

* gnu/packages/tex.scm (texlive-easyformat): New variable.
master
Nicolas Goaziou 2023-08-29 15:48:44 +02:00
parent 06c8e100d2
commit 940ae4c3e4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -79955,6 +79955,26 @@ easier for both beginners and experts. Despite the term floats in it's name it
also allows to disable floating of such objects.")
(license license:lppl1.3+)))
(define-public texlive-easyformat
(package
(name "texlive-easyformat")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/easyformat/"
"tex/latex/easyformat/")
(base32
"1y7064ckcbc70a921m8q1rjqz7y9ahmg0dihvf1jqvnhwbjrnxmi")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/easyformat")
(synopsis "Easily add boldface, italics and smallcaps")
(description
"This package allows the use of underscores and circumflexes to begin,
respectively, end, italic, bold or small-caps formatting. The meaning of
underscore and circumflex in math mode remain the same.")
(license license:gpl3+)))
;;;
;;; 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