Archived
1
0
Fork 0

gnu: Add texlive-bfh-ci.

* gnu/packages/tex.scm (texlive-bfh-ci): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 15:24:33 +02:00
parent d53ee28527
commit d2f4f2ee8b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4803,6 +4803,25 @@ Type1 and in the OpenType format. The package includes suitable font
selection commands for use with LaTeX.")
(license license:lppl1.3+)))
(define-public texlive-bfh-ci
(package
(name "texlive-bfh-ci")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bfh-ci/" "tex/latex/bfh-ci/")
(base32
"198r2xwki70hij36l596p9jldpzc1acna97mlszbbim2w6xj3qy8")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bfh-ci")
(synopsis "Corporate design for Bern University of Applied Sciences")
(description
"This bundle provides possibilities to use the corporate design of Bern
University of Applied Sciences (BFH) with LaTeX. To this end it contains
classes as well as some helper packages and config files.")
(license license:lppl1.3c)))
(define-public texlive-bguq
(package
(name "texlive-bguq")