diff options
-rw-r--r-- | gnu/packages/tex.scm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 4788d50c34..e95edf89ac 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -20124,6 +20124,29 @@ mid-document.") ;; the resulting fonts, without limitation." (license (license:fsf-free "file://doc/fonts/ocr-b-outline/README")))) +(define-public texlive-ocr-b-outline + (package + (name "texlive-ocr-b-outline") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/fonts/ocr-b-outline/" + "fonts/map/dvips/ocr-b-outline/" + "fonts/opentype/public/ocr-b-outline/" + "fonts/type1/public/ocr-b-outline/" + "source/fonts/ocr-b-outline/") + (base32 + "1wlgwz91iv3ck8qmwgqda1kmijs3076hccfvbk6v7dkrcy726014"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/ocr-b-outline") + (synopsis "OCR-B fonts in Type 1 and OpenType") + (description + "The package contains OCR-B fonts in Type1 and OpenType formats.") + ;; "You may freely use, modify, and/or distribute any of these files, + ;; without limitation." + (license (license:fsf-free "file://doc/fonts/ocr-b-outline/README")))) + (define-public texlive-omega (package (name "texlive-omega") |