mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-ukbill.
* gnu/packages/tex.scm (texlive-ukbill): New variable.
This commit is contained in:
parent
1ac96578a7
commit
84b65a5c10
1 changed files with 18 additions and 0 deletions
|
@ -30725,6 +30725,24 @@ (define-public texlive-uiucthesis
|
||||||
the University's Handbook for Graduate Students Preparing to Deposit.")
|
the University's Handbook for Graduate Students Preparing to Deposit.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-ukbill
|
||||||
|
(package
|
||||||
|
(name "texlive-ukbill")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/ukbill/" "tex/latex/ukbill/")
|
||||||
|
(base32
|
||||||
|
"1kdz2dfa9y5gjm61k3l9cyc95fc8ibq8c1vlap3gfzwadl4fggp1")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/ukbill")
|
||||||
|
(synopsis "Class for typesetting UK legislation")
|
||||||
|
(description
|
||||||
|
"This package provides formatting to easily typeset draft UK legislation.
|
||||||
|
The font Palatine Parliamentary is required to use this package.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-ulqda
|
(define-public texlive-ulqda
|
||||||
(package
|
(package
|
||||||
(name "texlive-ulqda")
|
(name "texlive-ulqda")
|
||||||
|
|
Loading…
Reference in a new issue