gnu: Add texlive-buctthesis.
* gnu/packages/tex.scm (texlive-buctthesis): New variable.
This commit is contained in:
parent
8aa0cbe4a4
commit
00d33e1dab
1 changed files with 20 additions and 0 deletions
|
@ -7372,6 +7372,26 @@ distributed in Adobe Type 1 format (but is available in italic shape only).
|
||||||
The package includes the files needed by LaTeX in order to use that font.")
|
The package includes the files needed by LaTeX in order to use that font.")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
|
(define-public texlive-buctthesis
|
||||||
|
(package
|
||||||
|
(name "texlive-buctthesis")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/xelatex/buctthesis/"
|
||||||
|
"source/xelatex/buctthesis/"
|
||||||
|
"tex/xelatex/buctthesis/")
|
||||||
|
(base32
|
||||||
|
"0qy9wknd91cj8b5lpdah773xqn29k5i0vfycyhax8fxzy3ss6bri")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/buctthesis")
|
||||||
|
(synopsis "Beijing University of Chemical Technology thesis template")
|
||||||
|
(description
|
||||||
|
"This package provides a LaTeX class and template for Beijing University
|
||||||
|
of Chemical Technology, supporting bachelor, master, and doctor theses.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-burmese
|
(define-public texlive-burmese
|
||||||
(package
|
(package
|
||||||
(name "texlive-burmese")
|
(name "texlive-burmese")
|
||||||
|
|
Reference in a new issue