[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
53/93: gnu: Add texlive-ofs.
From: |
guix-commits |
Subject: |
53/93: gnu: Add texlive-ofs. |
Date: |
Thu, 20 Jul 2023 05:21:26 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 17619e9b484c22df49922a54351eadaa53ac3c95
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:58:50 2023 +0200
gnu: Add texlive-ofs.
* gnu/packages/tex.scm (texlive-ofs): New variable.
---
gnu/packages/tex.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index dc20f29841..291b15e865 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3210,6 +3210,33 @@ and use raw PDF objects.")
;; explicitly instead of simply renaming the file.
(license (license:fsf-free "file://doc/plain/newsletr/read.me"))))
+(define-public texlive-ofs
+ (package
+ (name "texlive-ofs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/ofs/" "tex/generic/ofs/")
+ (base32
+ "0dcsa9xlcdvwd4qd6n6yli8arcy3s6896svgk5nbmgplan2nz1cw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ofs")
+ (synopsis "Macros for managing large font collections")
+ (description
+ "OFS (Olsak's Font System) is a set of Plain TeX and LaTeX macros for
+managing large font collections. Its main features include:
+
+@itemize
+@item mapping from long names of fonts to the metric file name. The user can
+specify only exact long names in documents;
+@item support for many font encodings;
+@item printing of catalogues of fonts and test samples of font families; the
+interactive macro @code{\\showfonts} shows all font families you have
+installed via OFS.
+@end itemize")
+ (license license:knuth)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 49/93: gnu: Add texlive-modulus., (continued)
- 49/93: gnu: Add texlive-modulus., guix-commits, 2023/07/20
- 50/93: gnu: Add texlive-namedef., guix-commits, 2023/07/20
- 64/93: gnu: Add texlive-plstmary., guix-commits, 2023/07/20
- 54/93: gnu: Add texlive-olsak-misc., guix-commits, 2023/07/20
- 60/93: gnu: Add texlive-placeins-plain., guix-commits, 2023/07/20
- 33/93: gnu: Add texlive-gfnotation., guix-commits, 2023/07/20
- 38/93: gnu: Add texlive-hyplain., guix-commits, 2023/07/20
- 43/93: gnu: Add texlive-langcode., guix-commits, 2023/07/20
- 47/93: gnu: Add texlive-metatex., guix-commits, 2023/07/20
- 52/93: gnu: Add texlive-newsletr., guix-commits, 2023/07/20
- 53/93: gnu: Add texlive-ofs.,
guix-commits <=
- 51/93: gnu: Add texlive-navigator., guix-commits, 2023/07/20
- 58/93: gnu: Add texlive-pdfmsym., guix-commits, 2023/07/20
- 63/93: gnu: Add texlive-plnfss., guix-commits, 2023/07/20
- 65/93: gnu: Add texlive-present., guix-commits, 2023/07/20
- 68/93: gnu: Add texlive-randomlist., guix-commits, 2023/07/20
- 71/93: gnu: Add texlive-schemata., guix-commits, 2023/07/20
- 72/93: gnu: Add texlive-shade., guix-commits, 2023/07/20
- 73/93: gnu: Add texlive-simplekv., guix-commits, 2023/07/20
- 76/93: gnu: Add texlive-tabto-generic., guix-commits, 2023/07/20
- 67/93: gnu: Add texlive-random., guix-commits, 2023/07/20