mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: texlive-titlesec: Refresh package definition.
* gnu/packages/tex.scm (texlive-titlesec): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
238b1c4db6
commit
606a75bde5
1 changed files with 11 additions and 8 deletions
|
@ -8340,13 +8340,16 @@ (define-public texlive-dejavu
|
|||
|
||||
(define-public texlive-titlesec
|
||||
(package
|
||||
(inherit
|
||||
(simple-texlive-package
|
||||
"texlive-titlesec"
|
||||
(list "doc/latex/titlesec/" "tex/latex/titlesec/")
|
||||
(base32 "01nwh4p15xblc3kgivjliihy9kr8yr2cqsf9wn2iwqv1njx0i2zw")
|
||||
#:trivial? #t))
|
||||
(home-page "https://ctan.org/macros/latex/contrib/titlesec")
|
||||
(name "texlive-titlesec")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/titlesec/" "tex/latex/titlesec/")
|
||||
(base32
|
||||
"01nwh4p15xblc3kgivjliihy9kr8yr2cqsf9wn2iwqv1njx0i2zw")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/titlesec")
|
||||
(synopsis "Select alternative section titles")
|
||||
(description
|
||||
"This package provides an interface to sectioning commands for selection
|
||||
|
@ -8354,7 +8357,7 @@ (define-public texlive-titlesec
|
|||
all headings with a single command, also providing simple one-step page
|
||||
styles. It also includes a package to change the page styles when there are
|
||||
floats in a page. You may assign headers/footers to individual floats, too.")
|
||||
(license license:lppl)))
|
||||
(license license:expat)))
|
||||
|
||||
(define-deprecated-package texlive-latex-titlesec texlive-titlesec)
|
||||
|
||||
|
|
Loading…
Reference in a new issue