mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-web.
* gnu/packages/tex.scm (texlive-web): New variable.
This commit is contained in:
parent
21f2977a5c
commit
8713eebf69
1 changed files with 24 additions and 0 deletions
|
@ -8341,6 +8341,30 @@ (define-public texlive-visualpstricks
|
|||
per command or per parameter.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-web
|
||||
(package
|
||||
(name "texlive-web")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/man/man1/tangle.1"
|
||||
"doc/man/man1/tangle.man1.pdf"
|
||||
"doc/man/man1/weave.1"
|
||||
"doc/man/man1/weave.man1.pdf")
|
||||
(base32
|
||||
"0iiyzzrgwakw7ipdnwmjwcrqayzq4yn4786zlr9zirmmj34hpamz")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs (list texlive-kpathsea))
|
||||
(home-page "https://ctan.org/pkg/web")
|
||||
(synopsis "Original literate programming system")
|
||||
(description
|
||||
"The system processes web files in two ways: firstly to rearrange them to
|
||||
produce compilable code (using the program @command{tangle}), and secondly to
|
||||
produce a TeX source (using the program @command{weave}) that may be typeset
|
||||
for comfortable reading.")
|
||||
(license license:knuth)))
|
||||
|
||||
(define-public texlive-wheelchart
|
||||
(package
|
||||
(name "texlive-wheelchart")
|
||||
|
|
Loading…
Reference in a new issue