mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: Add texlive-mathlig.
* gnu/packages/tex.scm (texlive-mathlig): New variable.
This commit is contained in:
parent
74bac52787
commit
145e0bdca3
1 changed files with 18 additions and 0 deletions
|
@ -4540,6 +4540,24 @@ (define-public texlive-mathfixs
|
||||||
capital Greek letters. It also adds some related macros.")
|
capital Greek letters. It also adds some related macros.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-mathlig
|
||||||
|
(package
|
||||||
|
(name "texlive-mathlig")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "tex/generic/mathlig/")
|
||||||
|
(base32
|
||||||
|
"0pyaqwr2h9knxf1axi55vm6wr9xj15d5j5pagb2011k3b830f91b")))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/mathlig")
|
||||||
|
(synopsis "Define maths ligatures")
|
||||||
|
(description
|
||||||
|
"The package defines character sequences that behave like ligatures, in
|
||||||
|
maths mode.")
|
||||||
|
;; The license is basically CC-BY.
|
||||||
|
(license (license:fsf-free "file://tex/generic/mathlig/mathlig.tex"))))
|
||||||
|
|
||||||
(define-public texlive-bibtex8
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue