[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
138/409: gnu: Add texlive-modes.
From: |
guix-commits |
Subject: |
138/409: gnu: Add texlive-modes. |
Date: |
Sat, 20 May 2023 04:02:36 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit bfdbc2f24b1564b70fb8e7f266196eacd5f72ea1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 23:20:19 2023 +0200
gnu: Add texlive-modes.
* gnu/packages/tex.scm (texlive-modes): New variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bdd6641674..d58eff5b6e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -957,6 +957,32 @@ word in the phrase, where the words are separated by
regular
spaces. (Exceptions can be made for words that shouldn't be converted.)")
(license license:lppl1.3+)))
+(define-public texlive-modes
+ (package
+ (name "texlive-modes")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/modes/"
+ "fonts/source/public/modes/")
+ (base32
+ "1vz3ygpixswnk7hr3qfn3nffw460cp5wjq09q5ac83ddw3nya1ca")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:texlive-latex-base #f))
+ (home-page "https://ctan.org/pkg/modes")
+ (synopsis "Collection of Metafont @code{mode_def}'s")
+ (description
+ "The modes file collects all known Metafont modes for printing or display
+devices, of whatever printing technology. Special provision is made for
+write-white printers, and a landscape mode is available, for making suitable
+fonts for printers with pixels whose aspect is non-square. The file also
+provides definitions that make @code{\\specials} identifying the mode in
+Metafont's GF output, and put coding information and other Xerox-world
+information in the TFM file.")
+ (license license:public-domain)))
+
(define-public texlive-fontinst
(let ((template (simple-texlive-package
"texlive-fontinst"
- 87/409: gnu: texlive-latex-sidecap -> texlive-sidecap., (continued)
- 87/409: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/05/20
- 92/409: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/20
- 176/409: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/20
- 179/409: gnu: Add texlive-incgraph., guix-commits, 2023/05/20
- 70/409: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/20
- 78/409: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/05/20
- 100/409: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/05/20
- 122/409: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/20
- 131/409: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/05/20
- 136/409: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/20
- 138/409: gnu: Add texlive-modes.,
guix-commits <=
- 144/409: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/20
- 145/409: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/20
- 152/409: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/20
- 157/409: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/20
- 160/409: gnu: Add texlive-lipsum., guix-commits, 2023/05/20
- 163/409: gnu: Add texlive-ntheorem., guix-commits, 2023/05/20
- 165/409: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/05/20
- 168/409: gnu: texlive-was: Refresh package definition., guix-commits, 2023/05/20
- 177/409: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/05/20
- 184/409: gnu: Add texlive-etextools., guix-commits, 2023/05/20