Archived
1
0
Fork 0

gnu: Add texlive-uspatent.

* gnu/packages/tex.scm (texlive-uspatent): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 17:15:09 +02:00
parent 86d5ecfa93
commit f8c8b306ec
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -31502,6 +31502,25 @@ specifies a database to use, and @code{\\usebibdata}, which typesets a single
field from a specified entry in that database.")
(license license:lppl1.3+)))
(define-public texlive-uspatent
(package
(name "texlive-uspatent")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/uspatent/" "tex/latex/uspatent/")
(base32
"0f2w7zczl6zmxysdwyksbq3zniyw6mfr9zhdz55j5l84fgkwcd3n")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/uspatent")
(synopsis "U.S. Patent Application Tools for LaTeX and LyX")
(description
"The package provides a class and other tools for developing
a beautifully formatted, consistent U.S. Patent Application using LaTeX and/or
LyX.")
(license license:lppl1.3+)))
(define-public texlive-vak
(package
(name "texlive-vak")