gnu: Add texlive-moderntimeline.

* gnu/packages/tex.scm (texlive-moderntimeline): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:55:51 +02:00
parent 15d5b21fb9
commit 76088c8286
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -89190,6 +89190,27 @@ (define-public texlive-modernposter
@code{metropolis} Beamer theme.")
(license license:cc-by-sa4.0)))
(define-public texlive-moderntimeline
(package
(name "texlive-moderntimeline")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/moderntimeline/"
"source/latex/moderntimeline/"
"tex/latex/moderntimeline/")
(base32
"1bn0kcgrr76slg93fp8zqlcwawk8a38galknyr6dv79lilmldx8h")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/moderntimeline")
(synopsis "Timelines for use with @code{moderncv}")
(description
"The package provides commands to configure and to draw time line diagrams;
such diagrams are designed to fit into Curriculum Vitae documents written
using the @code{moderncv} class.")
(license license:lppl1.3+)))
;;;
;;; 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