mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-context-typearea.
* gnu/packages/tex.scm (texlive-context-typearea): New variable.
This commit is contained in:
parent
e50c9a25cf
commit
52d02610f4
1 changed files with 20 additions and 0 deletions
|
@ -10561,6 +10561,26 @@ (define-public texlive-context-transliterator
|
|||
alphabet. The package can make allowance for hyphenation.")
|
||||
(license license:bsd-2))) ;from "t-transliterator.mkiv"
|
||||
|
||||
(define-public texlive-context-typearea
|
||||
(package
|
||||
(name "texlive-context-typearea")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/context/third/typearea/"
|
||||
"tex/context/third/typearea/")
|
||||
(base32
|
||||
"0np4yn0kjq1m7rrhcfxrai18qk19051188sfn9lrvphj604s7sna")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs (list texlive-context))
|
||||
(home-page "https://ctan.org/pkg/context-typearea")
|
||||
(synopsis "Something like Koma-Script typearea")
|
||||
(description
|
||||
"The module provides a command that calculates the page layout as the
|
||||
LaTeX package @code{typearea} does.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-beamer
|
||||
(package
|
||||
(name "texlive-beamer")
|
||||
|
|
Loading…
Reference in a new issue