gnu: Add texlive-bithesis.

* gnu/packages/tex.scm (texlive-bithesis): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:44:52 +02:00
parent 1df2eee4be
commit c6a3b6605a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -74450,6 +74450,27 @@ (define-public texlive-biochemistry-colors
@end itemize")
(license (list license:lppl license:gpl3+))))
(define-public texlive-bithesis
(package
(name "texlive-bithesis")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bithesis/"
"source/latex/bithesis/"
"tex/latex/bithesis/")
(base32
"0s6j62cb5qa6vkpiq82i9wcahvj5ykrf9fl4hjghlww5jqiyd08h")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bithesis")
(synopsis "Templates for the Beijing Institute of Technology")
(description
"This package establishes a simple and easy-to-use LaTeX template for Beijing
Institute of Technology dissertations, including general undergraduate theses
and master theses.")
(license license:lppl1.3c)))
;;;
;;; 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