mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-eurosym.
* gnu/packages/tex.scm (texlive-eurosym): New variable.
This commit is contained in:
parent
50bc363a76
commit
d7ef77c8ed
1 changed files with 23 additions and 0 deletions
|
@ -8396,6 +8396,29 @@ (define-public texlive-tcolorbox
|
|||
parts.")
|
||||
(license license:lppl1.3c+))))
|
||||
|
||||
(define-public texlive-eurosym
|
||||
(let ((template (simple-texlive-package
|
||||
"texlive-eurosym"
|
||||
(list "/doc/fonts/eurosym/"
|
||||
"/fonts/map/dvips/eurosym/"
|
||||
"/fonts/source/public/eurosym/"
|
||||
"/fonts/tfm/public/eurosym/"
|
||||
"/fonts/type1/public/eurosym/"
|
||||
"/tex/latex/eurosym/eurosym.sty")
|
||||
(base32
|
||||
"0ml24rxbl1yir4s3fjjxm0z7axklc3p33syg41b76zc7hck9mk8s")
|
||||
#:trivial? #true)))
|
||||
(package
|
||||
(inherit template)
|
||||
(home-page "https://www.ctan.org/pkg/eurosym")
|
||||
(synopsis "METAFONT and macros for Euro sign")
|
||||
(description "This package provides the European currency symbol for the
|
||||
Euro implemented in METAFONT, using the official European Commission
|
||||
dimensions, and providing several shapes (normal, slanted, bold, outline).
|
||||
The package also includes a LaTeX package which defines the macro,
|
||||
pre-compiled font files, and documentation.")
|
||||
(license (license:non-copyleft "file:///doc/fonts/eurosym/COPYING")))))
|
||||
|
||||
(define-public texlive-kastrup
|
||||
(package
|
||||
(name "texlive-kastrup")
|
||||
|
|
Loading…
Reference in a new issue