mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-memdesign.
* gnu/packages/tex.scm (texlive-memdesign): New variable.
This commit is contained in:
parent
f662312568
commit
856c997748
1 changed files with 19 additions and 0 deletions
|
@ -5148,6 +5148,25 @@ (define-public texlive-membranecomputing
|
|||
Computing research.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-memdesign
|
||||
(package
|
||||
(name "texlive-memdesign")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/memdesign/")
|
||||
(base32
|
||||
"0aij1b7l1kb2x44qn33m39k0kbhdrclmr25nmvzfn6yw42lh9fz7")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/memdesign")
|
||||
(synopsis "Notes on book design")
|
||||
(description
|
||||
"@emph{A Few Notes on Book Design} provides an introduction to the
|
||||
business of book design. It is an extended version of what used to be the
|
||||
first part of the @code{memoir} users manual.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-memorygraphs
|
||||
(package
|
||||
(name "texlive-memorygraphs")
|
||||
|
|
Loading…
Reference in a new issue