mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: Add texlive-autopuncitems.
* gnu/packages/tex.scm (texlive-autopuncitems): New variable.
This commit is contained in:
parent
75683f241c
commit
dad71249f7
1 changed files with 21 additions and 0 deletions
|
@ -73406,6 +73406,27 @@ (define-public texlive-autopdf
|
|||
enabled.")
|
||||
(license license:lppl1.2+)))
|
||||
|
||||
(define-public texlive-autopuncitems
|
||||
(package
|
||||
(name "texlive-autopuncitems")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/lualatex/autopuncitems/"
|
||||
"tex/lualatex/autopuncitems/")
|
||||
(base32
|
||||
"1i7i2yjlh85gmqna19r7j6wz35yrkkmmc2kzv4r2mhhbag25j8iy")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/autopuncitems")
|
||||
(synopsis "Automatically punctuate lists")
|
||||
(description
|
||||
"This package provides the @code{autopunc} option in the @code{enumitem}
|
||||
environments @code{itemize}, @code{enumerate}, and @code{description} to
|
||||
automatically punctuate the items. It uses Lua pattern matching to modify the
|
||||
environment's contents.")
|
||||
(license license:expat)))
|
||||
|
||||
;;;
|
||||
;;; 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