mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-bmstu.
* gnu/packages/tex.scm (texlive-bmstu): New variable.
This commit is contained in:
parent
de802a7d26
commit
67cee1e08c
1 changed files with 23 additions and 0 deletions
|
@ -6868,6 +6868,29 @@ (define-public texlive-blacklettert1
|
|||
into the LaTeX font selection scheme.")
|
||||
(license license:lppl1.2+)))
|
||||
|
||||
(define-public texlive-bmstu
|
||||
(package
|
||||
(name "texlive-bmstu")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/bmstu/" "tex/latex/bmstu/")
|
||||
(base32
|
||||
"0ipdwd78b5w4v85nqlbxf8gi42mdz19r5mdjj3agwlgb0z6icjra")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/bmstu")
|
||||
(synopsis "LaTeX class for Bauman Moscow State Technical University")
|
||||
(description
|
||||
"The class defines commands and environments for creating reports and
|
||||
explanatory notes in Bauman Moscow State Technical University (Russia).")
|
||||
(license
|
||||
(list license:lppl1.3+
|
||||
;; File "bmstu-logo.pdf" is a logo of Bauman Moscow ;; State
|
||||
;; Technical University and complies with fair use (article 1274 of
|
||||
;; the Russian Civil Code).
|
||||
(license:fsdg-compatible "file://doc/latex/bmstu/README.md")))))
|
||||
|
||||
(define-public texlive-bodeplot
|
||||
(package
|
||||
(name "texlive-bodeplot")
|
||||
|
|
Loading…
Reference in a new issue