mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Add texlive-mindflow.
* gnu/packages/tex.scm (texlive-mindflow): New variable.
This commit is contained in:
parent
f00c2ea1de
commit
b8d99ec70c
1 changed files with 21 additions and 0 deletions
|
@ -88865,6 +88865,27 @@ (define-public texlive-midpage
|
|||
@code{\\clearpage}.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-mindflow
|
||||
(package
|
||||
(name "texlive-mindflow")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/mindflow/"
|
||||
"source/latex/mindflow/"
|
||||
"tex/latex/mindflow/")
|
||||
(base32
|
||||
"1js0w4xgw7485c78cdakckg7jkl9q86m17xw2iqzq21ip97pr03q")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/mindflow")
|
||||
(synopsis "Write your ideas in a clear way")
|
||||
(description
|
||||
"This package provides an environment that has its own line numbers or markers
|
||||
and can be well distinguished from the main text, for writing your ideas or
|
||||
annotations.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
;;;
|
||||
;;; 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