gnu: Add texlive-upmethodology.
* gnu/packages/tex.scm (texlive-upmethodology): New variable.
This commit is contained in:
parent
b686b39cf5
commit
ddbd50a30e
1 changed files with 22 additions and 0 deletions
|
@ -99039,6 +99039,28 @@ (define-public texlive-unravel
|
|||
run TeX in a terminal.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-upmethodology
|
||||
(package
|
||||
(name "texlive-upmethodology")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/upmethodology/"
|
||||
"doc/latex/upmethodology/"
|
||||
"tex/latex/upmethodology/")
|
||||
(base32
|
||||
"1118xx6bjxj6lzqqf124r1ir0x627z0gyimdvnnscyag5n5jyqfd")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/upmethodology")
|
||||
(synopsis "Writing specifications such as for UP-based methodologies")
|
||||
(description
|
||||
"The bundle allows the user to create Unified Process methodology (UP or RUP)
|
||||
based documents. The style provides document versioning, document history,
|
||||
document authors, document validators, specification description, task
|
||||
management, and several helping macros.")
|
||||
(license license:lgpl3)))
|
||||
|
||||
;;;
|
||||
;;; 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
|
||||
|
|
Loading…
Reference in a new issue