mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: Add texlive-context-construction-plan.
* gnu/packages/tex.scm (texlive-context-construction-plan): New variable.
This commit is contained in:
parent
e0975b96ed
commit
addea2af50
1 changed files with 19 additions and 0 deletions
|
@ -10138,6 +10138,25 @@ (define-public texlive-context-cmttbf
|
|||
Such a font may be found in the Computer Modern extra bold font set.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-context-construction-plan
|
||||
(package
|
||||
(name "texlive-context-construction-plan")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/context/third/construction-plan/"
|
||||
"tex/context/third/construction-plan/")
|
||||
(base32
|
||||
"0nch7bwmal1lbsv4h5jwpavif5cx7096jr7m1g2pfjn4qy9slpgs")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs (list texlive-context))
|
||||
(home-page "https://ctan.org/pkg/context-construction-plan")
|
||||
(synopsis "Construction plans in ConTeXt")
|
||||
(description
|
||||
"This module generates a page with a figure at a well-defined scale.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-beamer
|
||||
(package
|
||||
(name "texlive-beamer")
|
||||
|
|
Loading…
Reference in a new issue