mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-markdown.
* gnu/packages/tex.scm (texlive-markdown): New variable.
This commit is contained in:
parent
675192ed0d
commit
76b2288826
1 changed files with 28 additions and 0 deletions
|
@ -5661,6 +5661,34 @@ (define-public texlive-latexmp
|
||||||
provided by @code{tex.mp}.")
|
provided by @code{tex.mp}.")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
|
(define-public texlive-markdown
|
||||||
|
(package
|
||||||
|
(name "texlive-markdown")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/context/third/markdown/examples/"
|
||||||
|
"doc/generic/markdown/"
|
||||||
|
"doc/latex/markdown/examples/"
|
||||||
|
"scripts/markdown/"
|
||||||
|
"source/generic/markdown/"
|
||||||
|
"tex/context/third/markdown/"
|
||||||
|
"tex/generic/markdown/"
|
||||||
|
"tex/latex/markdown/"
|
||||||
|
"tex/luatex/markdown/")
|
||||||
|
(base32
|
||||||
|
"0nmw1c4ynn0vzdkgpz2dnqimbxbyl6pc0khl2gbi8bd4g9dkai55")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/markdown")
|
||||||
|
(synopsis "Converting and rendering Markdown documents inside TeX")
|
||||||
|
(description
|
||||||
|
"The package provides facilities for the conversion of Markdown markup to
|
||||||
|
plain TeX. These are provided both in form of a Lua module and in form of
|
||||||
|
plain TeX, LaTeX, and ConTeXt macro packages that enable the direct inclusion
|
||||||
|
of Markdown documents inside TeX documents.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-mcf2graph
|
(define-public texlive-mcf2graph
|
||||||
(package
|
(package
|
||||||
(name "texlive-mcf2graph")
|
(name "texlive-mcf2graph")
|
||||||
|
|
Loading…
Reference in a new issue