mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add texlive-fundus-sueterlin.
* gnu/packages/tex.scm (texlive-fundus-sueterlin): New variable.
This commit is contained in:
parent
5769095f68
commit
14a7cc3d41
1 changed files with 21 additions and 0 deletions
|
@ -83223,6 +83223,27 @@ (define-public texlive-fundus-cyr
|
|||
distributed as part of the @code{fundus} bundle.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-fundus-sueterlin
|
||||
(package
|
||||
(name "texlive-fundus-sueterlin")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/fundus-sueterlin/"
|
||||
"source/latex/fundus-sueterlin/"
|
||||
"tex/latex/fundus-sueterlin/")
|
||||
(base32
|
||||
"1yk6djd3yiwsk20z86b3w9wkfbh7xb3i5r5az6br8aivqqp72fvp")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/fundus-sueterlin")
|
||||
(synopsis "Support for Sueterlin fonts")
|
||||
(description
|
||||
"The package supports use, in LaTeX, of the Metafont emulation of the
|
||||
Sueterlin handwriting fonts. The package is distributed as part of the
|
||||
@code{fundus} bundle..")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
;;;
|
||||
;;; 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
|
||||
|
|
Loading…
Reference in a new issue