mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
gnu: Add texlive-semaphor.
* gnu/packages/tex.scm (texlive-semaphor): New variable.
This commit is contained in:
parent
a26fac9028
commit
f3f888ea55
1 changed files with 30 additions and 0 deletions
|
@ -5762,6 +5762,36 @@ (define-public texlive-selinput
|
|||
characters and their glyph names.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-semaphor
|
||||
(package
|
||||
(name "texlive-semaphor")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/semaphor/"
|
||||
"fonts/afm/public/semaphor/"
|
||||
"fonts/enc/dvips/semaphor/"
|
||||
"fonts/map/dvips/semaphor/"
|
||||
"fonts/opentype/public/semaphor/"
|
||||
"fonts/source/public/semaphor/"
|
||||
"fonts/tfm/public/semaphor/"
|
||||
"fonts/type1/public/semaphor/"
|
||||
"tex/context/third/semaphor/"
|
||||
"tex/latex/semaphor/"
|
||||
"tex/plain/semaphor/")
|
||||
(base32
|
||||
"1yigah8x75fd13x0f6ncpp21ly75nyfz6h5y5sfc590n7wcm0gvr")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(native-inputs (list texlive-metafont))
|
||||
(home-page "https://ctan.org/pkg/semaphor")
|
||||
(synopsis "Semaphore alphabet font")
|
||||
(description
|
||||
"These fonts represent semaphore in a highly schematic, but very clear,
|
||||
fashion. The fonts are provided as Metafont source, and in both OpenType and
|
||||
Adobe Type 1 formats.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-seminar
|
||||
(package
|
||||
(name "texlive-seminar")
|
||||
|
|
Loading…
Reference in a new issue