me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-esvect.

* gnu/packages/tex.scm (texlive-esvect): New variable.
Nicolas Goaziou 2023-08-21 12:14:55 +02:00
parent 875c58be77
commit 399432b3d8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 27 additions and 0 deletions

View File

@ -11467,6 +11467,33 @@ allow their use as @code{calligraphic}, @code{fraktur} and
@code{double-struck} (blackboard bold) in maths mode.") @code{double-struck} (blackboard bold) in maths mode.")
(license license:silofl1.1))) (license license:silofl1.1)))
(define-public texlive-esvect
(package
(name "texlive-esvect")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/esvect/"
"fonts/map/dvips/esvect/"
"fonts/source/public/esvect/"
"fonts/tfm/public/esvect/"
"fonts/type1/public/esvect/"
"source/latex/esvect/"
"tex/latex/esvect/")
(base32
"15sr1rm86aamfy186v2zvvcjsw5rhcq6ph5ckpfn275vjp3fazrf")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/esvect")
(synopsis "Vector arrows")
(description
"This package can be used to write vectors using an arrow which differs
from the Computer Modern one. You have the choice between several kinds of
arrows. The package consists of the relevant Metafont code and a package to
use it.")
(license license:gpl3+)))
(define-public texlive-euclideangeometry (define-public texlive-euclideangeometry
(package (package
(name "texlive-euclideangeometry") (name "texlive-euclideangeometry")