[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
196/306: gnu: Add texlive-marcellus.
From: |
guix-commits |
Subject: |
196/306: gnu: Add texlive-marcellus. |
Date: |
Mon, 21 Aug 2023 10:36:22 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 8afbebc8a293d72f7d47b53a8dfe0929673cd70d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:41:02 2023 +0200
gnu: Add texlive-marcellus.
* gnu/packages/tex.scm (texlive-marcellus): New variable.
---
gnu/packages/tex.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9d4eebd710..8a1d77b913 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17825,6 +17825,34 @@ Riichi (aka Japanese) Mahjong but can be used to
typeset any style of
mahjong.")
(license (list license:expat license:cc-by4.0))))
+(define-public texlive-marcellus
+ (package
+ (name "texlive-marcellus")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/marcellus/"
+ "fonts/enc/dvips/marcellus/"
+ "fonts/map/dvips/marcellus/"
+ "fonts/tfm/public/marcellus/"
+ "fonts/truetype/public/marcellus/"
+ "fonts/type1/public/marcellus/"
+ "fonts/vf/public/marcellus/"
+ "tex/latex/marcellus/")
+ (base32
+ "1nnc0v15sjwzivy504lvrrfyzjhha7p42nwp0qqy7pwspb7cqsm5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/marcellus")
+ (synopsis "Marcellus fonts with LaTeX support")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Marcellus family of fonts, designed by Brian J. Bonislawsky. Marcellus is
+a flared-serif family, inspired by classic Roman inscription letterforms.
+There is currently just a regular weight and small-caps. The regular weight
+will be silently substituted for bold.")
+ (license (list license:silofl1.1 license:lppl))))
+
(define-public texlive-margbib
(package
(name "texlive-margbib")
- 233/306: gnu: Add texlive-pagella-otf., (continued)
- 233/306: gnu: Add texlive-pagella-otf., guix-commits, 2023/08/21
- 236/306: gnu: Add texlive-phonetic., guix-commits, 2023/08/21
- 239/306: gnu: Add texlive-plex., guix-commits, 2023/08/21
- 182/306: gnu: Add texlive-libertinus-fonts., guix-commits, 2023/08/21
- 183/306: gnu: Add texlive-libertinus-otf., guix-commits, 2023/08/21
- 184/306: gnu: Add texlive-libertinus-type1., guix-commits, 2023/08/21
- 31/306: gnu: Add texlive-baskervillef., guix-commits, 2023/08/21
- 180/306: gnu: Add texlive-libertinegc., guix-commits, 2023/08/21
- 187/306: gnu: Add texlive-librebodoni., guix-commits, 2023/08/21
- 191/306: gnu: Add texlive-linguisticspro., guix-commits, 2023/08/21
- 196/306: gnu: Add texlive-marcellus.,
guix-commits <=
- 197/306: gnu: Add texlive-mathabx., guix-commits, 2023/08/21
- 199/306: gnu: Add texlive-mdputu., guix-commits, 2023/08/21
- 201/306: gnu: Add texlive-merriweather., guix-commits, 2023/08/21
- 204/306: gnu: Add texlive-missaali., guix-commits, 2023/08/21
- 208/306: gnu: Add texlive-mpfonts., guix-commits, 2023/08/21
- 209/306: gnu: Add texlive-newcomputermodern., guix-commits, 2023/08/21
- 214/306: gnu: Add texlive-nimbus15., guix-commits, 2023/08/21
- 216/306: gnu: Add texlive-noto-emoji., guix-commits, 2023/08/21
- 218/306: gnu: Add texlive-nunito., guix-commits, 2023/08/21
- 219/306: gnu: Add texlive-obnov., guix-commits, 2023/08/21