me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bjfuthesis.

* gnu/packages/tex.scm (texlive-bjfuthesis): New variable.
master
Nicolas Goaziou 2023-08-22 15:25:16 +02:00
parent 7a52c1a4fe
commit de802a7d26
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions
gnu/packages

View File

@ -6824,6 +6824,26 @@ the Bitter family of fonts. Bitter is a contemporary slab-serif typeface for
text. There are regular and bold weights and an italic, but no bold italic.")
(license (list license:lppl license:silofl1.1))))
(define-public texlive-bjfuthesis
(package
(name "texlive-bjfuthesis")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bjfuthesis/"
"tex/latex/bjfuthesis/")
(base32
"0qhb9kighs4ljmnn94qaihpllhwvmi76j3p8yylyjw2hzip102wr")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bjfuthesis")
(synopsis "Thesis class for Beijing Forestry University")
(description
"This is a class file for producing dissertations and theses according to
the @acronym{BJFU, Beijing Forestry University} guidelines for undergraduate
theses and dissertations.")
(license license:gpl3)))
(define-public texlive-blacklettert1
(package
(name "texlive-blacklettert1")