me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-obnov.

* gnu/packages/tex.scm (texlive-obnov): New variable.
Nicolas Goaziou 2023-08-21 12:46:44 +02:00
parent 46f300eb44
commit 3d0d48664f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -20030,6 +20030,30 @@ of fonts, designed by Vernon Adams.")
"The package will typeset both Z and Object-Z specifications.")
(license license:lppl)))
(define-public texlive-obnov
(package
(name "texlive-obnov")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/obnov/"
"fonts/source/public/obnov/"
"fonts/tfm/public/obnov/" "tex/latex/obnov/")
(base32
"0hjc381fw38qr7rkj137d5rp2jjv002g29bx5g3jjaxl9civvplq")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/obnov")
(synopsis "Obyknovennaya Novaya fonts")
(description
"The Obyknovennaya Novaya (Ordinary New Face) typeface was widely used in
the USSR for scientific and technical publications, as well as textbooks. The
fonts are encoded to KOI8-R (which is a long-established Russian font
encoding, rather than a TeX/LaTeX encoding). To use the fonts, the user needs
Cyrillic font support.")
(license license:lppl)))
(define-public texlive-octave
(package
(name "texlive-octave")