mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-moderntimeline.
* gnu/packages/tex.scm (texlive-moderntimeline): New variable.
This commit is contained in:
parent
15d5b21fb9
commit
76088c8286
1 changed files with 21 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue