ngz pushed a commit to branch master
in repository guix.
commit ebcd35e610837786a41d262565cb9c1d1e5ecd84
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 10:39:50 2023 +0200
gnu: Add texlive-aboensis.
* gnu/packages/tex.scm (texlive-aboensis): New variable.
---
gnu/packages/tex.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 689c877e9f..e04f4530e6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1308,6 +1308,42 @@ convert your notation to PostScript (using the
established utility
document.")
(license license:lppl1.2+)))
+(define-public texlive-aboensis
+ (package
+ (name "texlive-aboensis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/aboensis/"
+ "fonts/opentype/public/aboensis/"
+ "tex/latex/aboensis/")
+ (base32
+ "14333k6bkfywdka3h2a2yd2nw0521q0lwl3x38612j7cb82izyi3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/aboensis")
+ (synopsis "Late medieval OpenType cursive font")
+ (description
+ "The package contains the OpenType medieval cursive font Aboensis and
+a style file to use it in XeLaTeX documents. The font is based on @emph{Codex
+Aboensis}, that is a law book written in Sweden in the 1430s. Since medieval
+cursive is very difficult to read for modern people, the font is not suitable
+for use as an ordinary book font, but is intended for emulating late medieval
+manuscripts.
+
+The font contains two sets of initials: lombardic and cursive to go with the
+basic alphabet, and there is support for writing two-colored initials and
+capitals. There are also a large number of abbreviation sigla that can be
+accessed as ligature substitutions. The style file contains macros that help
+to use the extended features of the font such as initials and two-colored
+capitals. There are also macros to help achieve even pages with consistent
+line spacing.")
+ (license
+ (list license:silofl1.1
+ license:lppl1.3c
+ license:cc-by4.0
+ license:public-domain))))
+
(define-public texlive-accents
(package
(name "texlive-accents")