[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/306: gnu: Add texlive-aboensis.
From: |
guix-commits |
Subject: |
01/306: gnu: Add texlive-aboensis. |
Date: |
Mon, 21 Aug 2023 10:35:17 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit ebcd35e610837786a41d262565cb9c1d1e5ecd84
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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")
- branch master updated (39091edb49 -> 6d13afcd7a), guix-commits, 2023/08/21
- 02/306: gnu: Add texlive-academicons., guix-commits, 2023/08/21
- 04/306: gnu: Add texlive-adforn., guix-commits, 2023/08/21
- 01/306: gnu: Add texlive-aboensis.,
guix-commits <=
- 03/306: gnu: Add texlive-accanthis., guix-commits, 2023/08/21
- 06/306: gnu: Add texlive-aesupp., guix-commits, 2023/08/21
- 07/306: gnu: Add texlive-alegreya., guix-commits, 2023/08/21
- 05/306: gnu: Add texlive-adfsymbols., guix-commits, 2023/08/21
- 08/306: gnu: Add texlive-alfaslabone., guix-commits, 2023/08/21
- 10/306: gnu: Add texlive-allrunes., guix-commits, 2023/08/21
- 11/306: gnu: Add texlive-almendra., guix-commits, 2023/08/21
- 09/306: gnu: Add texlive-algolrevived., guix-commits, 2023/08/21
- 12/306: gnu: Add texlive-almfixed., guix-commits, 2023/08/21
- 13/306: gnu: Add texlive-andika., guix-commits, 2023/08/21