mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add texlive-tocvsec2.
* gnu/packages/tex.scm (texlive-tocvsec2): New variable.
This commit is contained in:
parent
78241787d5
commit
1c0ec4c69c
1 changed files with 21 additions and 0 deletions
|
@ -49951,6 +49951,27 @@ (define-public texlive-tocloft
|
|||
|
||||
(define-deprecated-package texlive-latex-tocloft texlive-tocloft)
|
||||
|
||||
(define-public texlive-tocvsec2
|
||||
(package
|
||||
(name "texlive-tocvsec2")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tocvsec2/"
|
||||
"source/latex/tocvsec2/"
|
||||
"tex/latex/tocvsec2/")
|
||||
(base32
|
||||
"0ybw8dra074pbl9l0ilp13naz73mgb57agy79bvmrb7v2r8a6zm7")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tocvsec2")
|
||||
(synopsis "Section numbering and table of contents control")
|
||||
(description
|
||||
"This package provides control over section numbering (without recourse
|
||||
to starred sectional commands) and the entries in the table of contents on
|
||||
a section by section basis.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-trimspaces
|
||||
(package
|
||||
(name "texlive-trimspaces")
|
||||
|
|
Loading…
Reference in a new issue