[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
138/418: gnu: Add texlive-modes.
From: |
guix-commits |
Subject: |
138/418: gnu: Add texlive-modes. |
Date: |
Mon, 29 May 2023 17:39:04 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 710e4b8c535961da072aa913912f23ad6fd092bf
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 e15c2a1e5a..92f671a5a7 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"
- 264/418: gnu: texlive-kvdefinekeys: Refresh package definition., (continued)
- 264/418: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/05/29
- 271/418: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/05/29
- 265/418: gnu: texlive-kvsetkeys: Refresh package definition., guix-commits, 2023/05/29
- 47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/29
- 77/418: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/29
- 97/418: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/29
- 109/418: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/05/29
- 115/418: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/29
- 116/418: gnu: Add texlive-regexpatch., guix-commits, 2023/05/29
- 130/418: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/29
- 138/418: gnu: Add texlive-modes.,
guix-commits <=
- 133/418: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/29
- 157/418: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/29
- 161/418: gnu: Add texlive-kantlipsum., guix-commits, 2023/05/29
- 170/418: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/05/29
- 186/418: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/05/29
- 184/418: gnu: Add texlive-etextools., guix-commits, 2023/05/29
- 189/418: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/05/29
- 191/418: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/05/29
- 190/418: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/05/29
- 194/418: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/29