mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add texlive-mfnfss.
* gnu/packages/tex.scm (texlive-mfnfss): New variable.
This commit is contained in:
parent
752779d98a
commit
6eb4a3e492
1 changed files with 22 additions and 0 deletions
|
@ -1187,6 +1187,28 @@ (define-public texlive-mfirstuc
|
|||
spaces. (Exceptions can be made for words that shouldn't be converted.)")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-mfnfss
|
||||
(package
|
||||
(name "texlive-mfnfss")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/mfnfss/" "source/latex/mfnfss/"
|
||||
"tex/latex/mfnfss/")
|
||||
(base32
|
||||
"1775vg12sk38givqq2zjapx4nxlyl95rf596r2inf8mv5phsi704")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/mfnfss")
|
||||
(synopsis "Packages to typeset old german and Pandora fonts in LaTeX")
|
||||
(description
|
||||
"This bundle contains two packages: @code{oldgerm}, a package to typeset
|
||||
with old german fonts designed by Yannis Haralambous, and @code{pandora},
|
||||
a package to typeset with Pandora fonts designed by Neena Billawala. Note
|
||||
that support for the Pandora fonts is also available via the
|
||||
@code{pandora-latex} package.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-modes
|
||||
(package
|
||||
(name "texlive-modes")
|
||||
|
|
Loading…
Reference in a new issue