gnu: Add texlive-quicktype.

* gnu/packages/tex.scm (texlive-quicktype): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:59:16 +02:00
parent 07369f131c
commit 0e5e7ffb19
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -93402,6 +93402,26 @@ (define-public texlive-qsymbols
@code{stmaryrd} package.")
(license license:gpl3+)))
(define-public texlive-quicktype
(package
(name "texlive-quicktype")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/quicktype/"
"tex/latex/quicktype/")
(base32
"1aza4qdzqylv8h2gdzq83m8hs4n8lf3f6l4x2gf3q9mg2v0gms2x")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/quicktype")
(synopsis "LaTeX package for quick typesetting")
(description
"This package is intended for the quick typesetting of basic LaTeX documents
using shortcuts to existing commands and specific commands for quick
formatting and creation of tables and title pages with a graphic image.")
(license license:lppl1.3+)))
;;;
;;; 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