me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ifsym.

* gnu/packages/tex.scm (texlive-ifsym): New variable.
Nicolas Goaziou 2023-08-21 12:26:27 +02:00
parent ebade8f996
commit 7ad664d771
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -14710,6 +14710,30 @@ which are called indices locorum citatorum. It relies on a specific
files.") files.")
(license license:expat))) (license license:expat)))
(define-public texlive-ifsym
(package
(name "texlive-ifsym")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/ifsym/"
"fonts/source/public/ifsym/"
"fonts/tfm/public/ifsym/" "tex/latex/ifsym/")
(base32
"07r16sgqc65wf8c8ijgmnmwq50yrlvjlmzbnk0czgnwqrbdz642g")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/ifsym")
(synopsis "Collection of symbols")
(description
"This package provides a set of symbol fonts, written in Metafont, offering
(respectively) clock-face symbols, geometrical symbols, weather symbols,
mountaineering symbols, electronic circuit symbols and a set of miscellaneous
symbols. A LaTeX package is provided, that allows the user to load only those
symbols needed in a document.")
(license license:lppl1.0+)))
(define-public texlive-ijqc (define-public texlive-ijqc
(package (package
(name "texlive-ijqc") (name "texlive-ijqc")