mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Add texlive-lgrmath.
* gnu/packages/tex.scm (texlive-lgrmath): New variable.
This commit is contained in:
parent
5b268e6cf2
commit
a341d7c65a
1 changed files with 21 additions and 0 deletions
|
@ -11943,6 +11943,27 @@ (define-public texlive-lgreek
|
|||
use with LaTeX.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public texlive-lgrmath
|
||||
(package
|
||||
(name "texlive-lgrmath")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/lgrmath/" "source/latex/lgrmath/"
|
||||
"tex/latex/lgrmath/")
|
||||
(base32
|
||||
"0lj4jdzwykqz1hkv2s6y2ghf1zlalx27gd6kfpbnignxmh63cpkb")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/lgrmath")
|
||||
(synopsis "Use LGR-encoded fonts in math mode")
|
||||
(description
|
||||
"The @code{lgrmath} package is a LaTeX package which sets the Greek
|
||||
letters in math mode to use glyphs from the LGR-encoded font of one's choice.
|
||||
The documentation includes a rather extensive list of the available font
|
||||
family names on typical LaTeX installations.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-localloc
|
||||
(package
|
||||
(name "texlive-localloc")
|
||||
|
|
Loading…
Reference in a new issue