gnu: Add texlive-titlepages.

* gnu/packages/tex.scm (texlive-titlepages): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 12:29:10 +02:00
parent 43d15fca60
commit ebf1df16c2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -25613,6 +25613,25 @@ package @code{thumbpdf.sty} to automatically include the thumbnails. This
arrangement works with both plain TeX and LaTeX.")
(license license:lppl1.3+)))
(define-public texlive-titlepages
(package
(name "texlive-titlepages")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/titlepages/")
(base32
"17ib7rpb2dhb2m724x66fdzddv8cqd808wxy5kkvx0vb3rl27hyh")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/titlepages")
(synopsis "Sample titlepages, and how to code them")
(description
"The document provides examples of over two dozen title page designs
based on a range of published books and theses, together with the LaTeX code
used to create them.")
(license license:lppl)))
(define-public texlive-txfonts
(package
(name "texlive-txfonts")