[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/93: gnu: Add texlive-fontch.
From: |
guix-commits |
Subject: |
31/93: gnu: Add texlive-fontch. |
Date: |
Thu, 20 Jul 2023 05:21:17 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit eb1d39e74fa80d4f2f7a2478d978fdf468edb277
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:50:59 2023 +0200
gnu: Add texlive-fontch.
* gnu/packages/tex.scm (texlive-fontch): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fcc4d3a2f8..71dfa0aed3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2627,6 +2627,29 @@ only one statement. The fonts may be used readily at
various predefined
sizes.")
(license license:cc-by-sa3.0)))
+(define-public texlive-fontch
+ (package
+ (name "texlive-fontch")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/plain/fontch/" "tex/plain/fontch/")
+ (base32
+ "19v8l76181yhan6ybc47i5sq4mirc8lc7x1zxqxmk15wyvax9lm9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fontch")
+ (synopsis "Changing fonts, sizes and encodings in Plain TeX")
+ (description
+ "The fontch macros allow the user to change font size and family anywhere
+in a plain TeX document. Sizes of 8, 10, 12, 14, 20 and 24 points are
+available. A sans serif family is defined in addition to the families already
+defined in plain TeX. Optional support for Latin Modern T1 and TS1 fonts is
+given. There are macros for non-latin1 letters and for most TS1 symbols.
+Math mode always uses CM fonts. A command for producing doubled-spaced
+documents is also provided.")
+ (license license:lppl)))
+
(define-public texlive-fontools
(package
(name "texlive-fontools")
- 88/93: gnu: Add texlive-xii-lat., (continued)
- 88/93: gnu: Add texlive-xii-lat., guix-commits, 2023/07/20
- 79/93: gnu: Add texlive-texdate., guix-commits, 2023/07/20
- 90/93: gnu: Add texlive-xlop., guix-commits, 2023/07/20
- 89/93: gnu: Add texlive-xintsession., guix-commits, 2023/07/20
- 83/93: gnu: Add texlive-treetex., guix-commits, 2023/07/20
- 82/93: gnu: Add texlive-transparent-io., guix-commits, 2023/07/20
- 78/93: gnu: Add texlive-tex-ps., guix-commits, 2023/07/20
- 81/93: gnu: Add texlive-timetable., guix-commits, 2023/07/20
- 77/93: gnu: Add texlive-termmenu., guix-commits, 2023/07/20
- 08/93: gnu: Add texlive-c-pascal., guix-commits, 2023/07/20
- 31/93: gnu: Add texlive-fontch.,
guix-commits <=
- 37/93: gnu: Add texlive-hlist., guix-commits, 2023/07/20
- 55/93: gnu: Add texlive-outerhbox., guix-commits, 2023/07/20
- 56/93: gnu: Add texlive-path., guix-commits, 2023/07/20
- 59/93: gnu: Add texlive-pitex., guix-commits, 2023/07/20
- 61/93: gnu: Add texlive-plainpkg., guix-commits, 2023/07/20
- 62/93: gnu: Add texlive-plipsum., guix-commits, 2023/07/20
- 87/93: gnu: Add texlive-xii., guix-commits, 2023/07/20
- 84/93: gnu: Add texlive-trigonometry., guix-commits, 2023/07/20
- 91/93: gnu: Add texlive-zztex., guix-commits, 2023/07/20
- 93/93: gnu: Add texlive-collection-plaingeneric., guix-commits, 2023/07/20