gnu: Add texlive-texilikechaps.
* gnu/packages/tex.scm (texlive-texilikechaps): New variable.
This commit is contained in:
parent
0f907de05b
commit
02b16dc572
1 changed files with 17 additions and 0 deletions
|
@ -29231,6 +29231,23 @@ about TeX and Co. It contains information for beginners, LaTeX packages,
|
||||||
descriptions, etc.")
|
descriptions, etc.")
|
||||||
(license license:fdl1.3+)))
|
(license license:fdl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-texilikechaps
|
||||||
|
(package
|
||||||
|
(name "texlive-texilikechaps")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "tex/latex/texilikechaps/")
|
||||||
|
(base32
|
||||||
|
"1z9nvv2y2nzpkpxyf18p426wcl0g6gbg7qppq70b285kdbczbijd")))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/texilikechaps")
|
||||||
|
(synopsis "Format chapters with a Texi-like format")
|
||||||
|
(description
|
||||||
|
"The package enables the user to reduce the size of the rather large
|
||||||
|
chapter headings in standard classes into a Texi-like smaller format.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-texsis
|
(define-public texlive-texsis
|
||||||
(package
|
(package
|
||||||
(name "texlive-texsis")
|
(name "texlive-texsis")
|
||||||
|
|
Reference in a new issue