mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 10:09:15 -05:00
gnu: Add texlive-stex.
* gnu/packages/tex.scm (texlive-stex): New variable.
This commit is contained in:
parent
a9f0fabe87
commit
9c28a5cb38
1 changed files with 21 additions and 0 deletions
|
@ -96503,6 +96503,27 @@ (define-public texlive-stealcaps
|
||||||
specify the name of the target font via the from option.")
|
specify the name of the target font via the from option.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-stex
|
||||||
|
(package
|
||||||
|
(name "texlive-stex")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/stex/" "source/latex/stex/"
|
||||||
|
"tex/latex/stex/")
|
||||||
|
(base32
|
||||||
|
"1yh991kwsm59vsylw0q1xifq18b8bdfmzf4ga0x7f0bcmwf3plab")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/stex")
|
||||||
|
(synopsis "Infrastructure for semantic preloading of LaTeX documents")
|
||||||
|
(description
|
||||||
|
"The sTeX package collection is a version of (La)TeX that allows to
|
||||||
|
markup (La)TeX documents semantically without leaving the document format,
|
||||||
|
essentially turning it into a document format for mathematical knowledge
|
||||||
|
management (MKM).")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue