mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: Add texlive-mxedruli.
* gnu/packages/tex.scm (texlive-mxedruli): New variable.
This commit is contained in:
parent
9319335775
commit
b5d09b7fe7
1 changed files with 25 additions and 0 deletions
|
@ -7023,6 +7023,31 @@ (define-public texlive-mwcls
|
||||||
blank pages.")
|
blank pages.")
|
||||||
(license license:lppl1.2+)))
|
(license license:lppl1.2+)))
|
||||||
|
|
||||||
|
(define-public texlive-mxedruli
|
||||||
|
(package
|
||||||
|
(name "texlive-mxedruli")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/fonts/mxedruli/"
|
||||||
|
"fonts/afm/public/mxedruli/"
|
||||||
|
"fonts/map/dvips/mxedruli/"
|
||||||
|
"fonts/source/public/mxedruli/"
|
||||||
|
"fonts/tfm/public/mxedruli/"
|
||||||
|
"fonts/type1/public/mxedruli/"
|
||||||
|
"tex/latex/mxedruli/")
|
||||||
|
(base32
|
||||||
|
"070lfw12mfimcwhkgb1hh092p8npmhpmba28rzzwfl1kmsmk99q5")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(native-inputs (list texlive-metafont))
|
||||||
|
(home-page "https://ctan.org/pkg/mxedruli")
|
||||||
|
(synopsis "Pair of fonts for different Georgian alphabets")
|
||||||
|
(description
|
||||||
|
"This package provides two Georgian fonts, in both Metafont and Type
|
||||||
|
1 formats, which cover the Mxedruli and the Xucuri alphabets.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-naive-ebnf
|
(define-public texlive-naive-ebnf
|
||||||
(package
|
(package
|
||||||
(name "texlive-naive-ebnf")
|
(name "texlive-naive-ebnf")
|
||||||
|
|
Loading…
Reference in a new issue