mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: Add texlive-ocr-b.
* gnu/packages/tex.scm (texlive-ocr-b): New variable.
This commit is contained in:
parent
dcdc0261b9
commit
043f86e0a1
1 changed files with 22 additions and 0 deletions
|
@ -20102,6 +20102,28 @@ (define-public texlive-octave
|
|||
mid-document.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-ocr-b
|
||||
(package
|
||||
(name "texlive-ocr-b")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/ocr-b/"
|
||||
"fonts/source/public/ocr-b/"
|
||||
"fonts/tfm/public/ocr-b/")
|
||||
(base32
|
||||
"089y4hihxdln1rvn87lmmiamcy8xc0niiv4gqxivahwkdjl8w0zw")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(native-inputs (list texlive-metafont))
|
||||
(home-page "https://ctan.org/pkg/ocr-b")
|
||||
(synopsis "Fonts for OCR-B")
|
||||
(description
|
||||
"This package includes Metafont source for OCR-B at several sizes.")
|
||||
;; "you may freely use, modify, and/or distribute any of these files or
|
||||
;; the resulting fonts, without limitation."
|
||||
(license (license:fsf-free "file://doc/fonts/ocr-b-outline/README"))))
|
||||
|
||||
(define-public texlive-omega
|
||||
(package
|
||||
(name "texlive-omega")
|
||||
|
|
Loading…
Reference in a new issue