mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Add texlive-emf.
* gnu/packages/tex.scm (texlive-emf): New variable.
This commit is contained in:
parent
8902adcd28
commit
3c9990faa4
1 changed files with 20 additions and 0 deletions
|
@ -3326,6 +3326,26 @@ (define-public texlive-eltex
|
||||||
the various parts of the standard IEC 617.")
|
the various parts of the standard IEC 617.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-emf
|
||||||
|
(package
|
||||||
|
(name "texlive-emf")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/emf/" "tex/latex/emf/")
|
||||||
|
(base32
|
||||||
|
"1w1wrvb2agq8vw2n8qg0mj3as09nygaxvjj6ji90qd865fj7lwzl")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/emf")
|
||||||
|
(synopsis "Support for the EMF symbol")
|
||||||
|
(description
|
||||||
|
"This package provides LaTeX support for the symbol for the EMF in
|
||||||
|
electric circuits and electrodynamics. It provides support for multiple
|
||||||
|
symbols but does not provide any fonts. The fonts themselves must be acquired
|
||||||
|
otherwise.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public texlive-bibtex8
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue