mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-easylist.
* gnu/packages/tex.scm (texlive-easylist): New variable.
This commit is contained in:
parent
940ae4c3e4
commit
5593ae452a
1 changed files with 20 additions and 0 deletions
|
@ -79975,6 +79975,26 @@ (define-public texlive-easyformat
|
|||
underscore and circumflex in math mode remain the same.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-easylist
|
||||
(package
|
||||
(name "texlive-easylist")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/easylist/" "tex/latex/easylist/")
|
||||
(base32
|
||||
"1sj2sn0hwk16819qqyy2bfxslpqxhd4i7zbng2abqbmw1vdvqb2p")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/easylist")
|
||||
(synopsis "Lists using a single active character")
|
||||
(description
|
||||
"This package allows you to create lists of numbered items with a single
|
||||
active character as the only command. A variety of parameters are available
|
||||
to configure the appearance of the list; lists may be nested (effectively to
|
||||
unlimited depth).")
|
||||
(license license:lppl)))
|
||||
|
||||
;;;
|
||||
;;; 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