[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/242: gnu: Add texlive-cs.
From: |
guix-commits |
Subject: |
17/242: gnu: Add texlive-cs. |
Date: |
Thu, 12 May 2022 14:14:00 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 5289d2851582c31b698b0a7faaa0d216db86b810
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Apr 1 00:26:20 2022 -0400
gnu: Add texlive-cs.
* gnu/packages/tex.scm (texlive-cs): New variable.
---
gnu/packages/tex.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f8fa65e386..82da10c41a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4081,6 +4081,37 @@ polyglossia package rather than Babel.")
(define-deprecated-package texlive-latex-babel texlive-babel)
+(define-public texlive-cs
+ (package
+ (inherit (simple-texlive-package
+ "texlive-cs"
+ (list
+ "fonts/enc/dvips/cs/"
+ "fonts/map/dvips/cs/"
+ "fonts/source/public/cs/"
+ ;; TODO: Remove these pre-built files after the manual
+ ;; build below is fixed.
+ ;; The font fails to build from the Metafont sources, with
+ ;; errors such as:
+ ;; This is METAFONT, Version 2.71828182 (TeX Live 2021/GNU
Guix) [...]
+ ;; (./csaccent.mf
+ ;; >> cap_curve#-dot_size#
+ ;; ! Unknown relation will be considered false.
+ ;; <to be read again>
+ "fonts/tfm/cs/cs-a35/"
+ "fonts/tfm/cs/cs-charter/"
+ "fonts/tfm/public/cs/"
+ "fonts/type1/public/cs/"
+ "fonts/vf/cs/cs-a35/")
+ (base32 "1ww5lrqja051fh0ygmfdyy5a6bhwq9k5zv857vwiqf5syvw5djps")
+ #:trivial? #t))
+ (home-page "http://petr.olsak.net/cstex/")
+ (synopsis "Czech/Slovak-tuned Computer Modern fonts")
+ (description "This package provides Czech/Slovak-tuned Computer Modern
+fonts in the Metafont format; Type 1 format versions (csfonts-t1) are also
+available.")
+ (license license:gpl2+))) ;see fonts/source/public/cs/cscode.mf
+
;;; Note: if this package is modified, its name must be changed to comply with
;;; its license.
(define-public texlive-csplain
- 127/242: gnu: Add texlive-cbfonts., (continued)
- 127/242: gnu: Add texlive-cbfonts., guix-commits, 2022/05/12
- 134/242: gnu: Add python-strict-rfc3339., guix-commits, 2022/05/12
- 151/242: gnu: Add python-dictpath., guix-commits, 2022/05/12
- 170/242: gnu: python-types-dataclasses: Fix typo., guix-commits, 2022/05/12
- 171/242: gnu: python-cmarkgfm: Update to 0.8.0., guix-commits, 2022/05/12
- 188/242: gnu: python-ghp-import: Update to 2.0.2., guix-commits, 2022/05/12
- 35/242: gnu: Add python-ufonormalizer., guix-commits, 2022/05/12
- 06/242: gnu: Add python-stack-data., guix-commits, 2022/05/12
- 13/242: gnu: Add texlive-stix2-otf., guix-commits, 2022/05/12
- 21/242: gnu: Add python-opentype-sanitizer., guix-commits, 2022/05/12
- 17/242: gnu: Add texlive-cs.,
guix-commits <=
- 28/242: gnu: Add python-booleanoperations., guix-commits, 2022/05/12
- 29/242: gnu: Add python-fontparts-bootstrap., guix-commits, 2022/05/12
- 32/242: gnu: Add python-fontparts., guix-commits, 2022/05/12
- 47/242: gnu: python-importlib-metadata: Update to 4.11.3., guix-commits, 2022/05/12
- 12/242: gnu: Add texlive-paralist., guix-commits, 2022/05/12
- 31/242: gnu: Add python-defcon., guix-commits, 2022/05/12
- 25/242: gnu: python-fonttools-with-test: Rename to python-fonttools-full., guix-commits, 2022/05/12
- 44/242: gnu: Add python-pytest-enabler-bootstrap., guix-commits, 2022/05/12
- 42/242: gnu: Add python-types-pytz., guix-commits, 2022/05/12
- 85/242: gnu: Add python-sfdlib., guix-commits, 2022/05/12