me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-formular.

* gnu/packages/tex.scm (texlive-formular): New variable.
master
Nicolas Goaziou 2023-08-29 15:50:52 +02:00
parent 72f663acdc
commit 4b2df96d86
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -82948,6 +82948,28 @@ ability to enter any Unicode character using the notation
@code{\\u@var{XXXX}}, where @var{XXXX} are four hex digits.")
(license license:lppl1.2+)))
(define-public texlive-formular
(package
(name "texlive-formular")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/formular/"
"source/latex/formular/"
"tex/latex/formular/")
(base32
"1vjqb9r9c9vwxwnn87zwpd2m94ygaqgvi8pzp37hc9kqxbpx1wkx")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/formular")
(synopsis "Create forms containing field for manual entry")
(description
"When typesetting forms there often arises the need for defining fields which
consist of one or more lines where the customer can write something down
manually. This package offers some commands for defining such fields in
a distinctive way.")
(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