mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: Add texlive-sides.
* gnu/packages/tex.scm (texlive-sides): New variable.
This commit is contained in:
parent
2b7eaa0458
commit
e5126bc42b
1 changed files with 19 additions and 0 deletions
|
@ -11481,6 +11481,25 @@ (define-public texlive-shuffle
|
|||
the shuffle product which is used in some part of mathematics and physics.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-sides
|
||||
(package
|
||||
(name "texlive-sides")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/sides/" "tex/latex/sides/")
|
||||
(base32
|
||||
"0lffwhb6px6f09f8jk6r9kvfh49dl5n0461b261mk2sr6fgyxrfz")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/sides")
|
||||
(synopsis "LaTeX class for typesetting stage plays")
|
||||
(description
|
||||
"This is a LaTeX class for typesetting stage plays, based on the
|
||||
@code{plari} class. It has been updated and several formatting changes have
|
||||
been made to it.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-simplebnf
|
||||
(package
|
||||
(name "texlive-simplebnf")
|
||||
|
|
Loading…
Reference in a new issue