mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: Add texlive-marvosym.
* gnu/packages/tex.scm (texlive-marvosym): New variable.
This commit is contained in:
parent
7a44688afa
commit
1f3a89be6e
1 changed files with 27 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
;;; Copyright © 2018, 2020 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2018, 2020 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||||
;;; Copyright © 2020 Paul Garlick <pgarlick@tourbillion-technology.com>
|
;;; Copyright © 2020 Paul Garlick <pgarlick@tourbillion-technology.com>
|
||||||
|
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -5673,6 +5674,32 @@ (define-public texlive-lh
|
||||||
(define-public texlive-latex-lh
|
(define-public texlive-latex-lh
|
||||||
(deprecated-package "texlive-latex-lh" texlive-lh))
|
(deprecated-package "texlive-latex-lh" texlive-lh))
|
||||||
|
|
||||||
|
(define-public texlive-marvosym
|
||||||
|
(package
|
||||||
|
(inherit (simple-texlive-package
|
||||||
|
"texlive-marvosym"
|
||||||
|
(list "/doc/fonts/marvosym/"
|
||||||
|
"/fonts/afm/public/marvosym/"
|
||||||
|
"/fonts/map/dvips/marvosym/"
|
||||||
|
"/fonts/tfm/public/marvosym/"
|
||||||
|
"/fonts/truetype/public/marvosym/"
|
||||||
|
"/fonts/type1/public/marvosym/"
|
||||||
|
"/tex/latex/marvosym/")
|
||||||
|
(base32
|
||||||
|
"0m3bbg06cia8ni86fjhvb7x4a5qcxgnpqcvicfms91w2px9ysc46")
|
||||||
|
#:trivial? #t))
|
||||||
|
(home-page "https://martinvogel.de/blog/index.php?\
|
||||||
|
/archives/131-Marvosym.ttf.html")
|
||||||
|
(synopsis "Martin Vogel's Symbols (marvosym) font")
|
||||||
|
(description "The Martin Vogel’s Symbols fonts (marvosym) contains the
|
||||||
|
Euro currency symbol as defined by the European commission, along with symbols
|
||||||
|
for structural engineering, symbols for steel cross-sections, astronomy
|
||||||
|
signs (sun, moon, planets), the 12 signs of the zodiac, scissor symbols, CE
|
||||||
|
sign and others. This package contains both the original TrueType font and
|
||||||
|
the derived Type 1 font, together with support files for TeX (LaTeX).")
|
||||||
|
(license (list license:lppl ;for TeX support files
|
||||||
|
license:silofl1.1)))) ;for fonts
|
||||||
|
|
||||||
(define-public texlive-metapost
|
(define-public texlive-metapost
|
||||||
(package
|
(package
|
||||||
(name "texlive-metapost")
|
(name "texlive-metapost")
|
||||||
|
|
Loading…
Reference in a new issue