mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: Add texlive-adfsymbols.
* gnu/packages/tex.scm (texlive-adfsymbols): New variable.
This commit is contained in:
parent
05c6520305
commit
2b95055e2c
1 changed files with 24 additions and 0 deletions
|
@ -1508,6 +1508,30 @@ (define-public texlive-adforn
|
||||||
with TeX and LaTeX support files.")
|
with TeX and LaTeX support files.")
|
||||||
(license (list license:lppl license:gpl2+))))
|
(license (list license:lppl license:gpl2+))))
|
||||||
|
|
||||||
|
(define-public texlive-adfsymbols
|
||||||
|
(package
|
||||||
|
(name "texlive-adfsymbols")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/fonts/adfsymbols/"
|
||||||
|
"fonts/afm/arkandis/adfsymbols/"
|
||||||
|
"fonts/enc/dvips/adfsymbols/"
|
||||||
|
"fonts/map/dvips/adfsymbols/"
|
||||||
|
"fonts/tfm/arkandis/adfsymbols/"
|
||||||
|
"fonts/type1/arkandis/adfsymbols/"
|
||||||
|
"tex/latex/adfsymbols/")
|
||||||
|
(base32
|
||||||
|
"188is31d2zcd8kk339x4wvhhm98gbfkvq6pi25d9mva4vz3w1vf5")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/adfsymbols")
|
||||||
|
(synopsis "SymbolsADF with TeX and LaTeX support")
|
||||||
|
(description
|
||||||
|
"The package provides Arkandis foundry's ArrowsADF and BulletsADF fonts
|
||||||
|
in Adobe Type 1 format, together with TeX and LaTeX support files.")
|
||||||
|
(license (list license:lppl license:gpl2))))
|
||||||
|
|
||||||
(define-public texlive-adhocfilelist
|
(define-public texlive-adhocfilelist
|
||||||
(package
|
(package
|
||||||
(name "texlive-adhocfilelist")
|
(name "texlive-adhocfilelist")
|
||||||
|
|
Loading…
Reference in a new issue