[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
86/93: gnu: Add texlive-varisize.
From: |
guix-commits |
Subject: |
86/93: gnu: Add texlive-varisize. |
Date: |
Thu, 20 Jul 2023 05:21:47 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 31cb95d2035f9b5a80531dea67b0aae9f9c13d29
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:09:06 2023 +0200
gnu: Add texlive-varisize.
* gnu/packages/tex.scm (texlive-varisize): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2f6750b7a7..ce16ea49ac 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3962,6 +3962,25 @@ analytical expansion of sin and cos.")
barcodes.")
(license license:lppl)))
+(define-public texlive-varisize
+ (package
+ (name "texlive-varisize")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/plain/varisize/" "tex/plain/varisize/")
+ (base32
+ "0nd89zhwyg5z9wcy1lixg3hzcfw83lsilkjhhy9kir0fi9whdbv4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/varisize")
+ (synopsis "Change font size in Plain TeX")
+ (description
+ "This package provides a series of files, each of which defines
+a size-change macro. Note that @file{10point.tex} is by convention called by
+one of the other files, so that there's always a way back.")
+ (license license:public-domain)))
+
(define-public texlive-lcdftypetools
(package
(name "texlive-lcdftypetools")
- 58/93: gnu: Add texlive-pdfmsym., (continued)
- 58/93: gnu: Add texlive-pdfmsym., guix-commits, 2023/07/20
- 63/93: gnu: Add texlive-plnfss., guix-commits, 2023/07/20
- 65/93: gnu: Add texlive-present., guix-commits, 2023/07/20
- 68/93: gnu: Add texlive-randomlist., guix-commits, 2023/07/20
- 71/93: gnu: Add texlive-schemata., guix-commits, 2023/07/20
- 72/93: gnu: Add texlive-shade., guix-commits, 2023/07/20
- 73/93: gnu: Add texlive-simplekv., guix-commits, 2023/07/20
- 76/93: gnu: Add texlive-tabto-generic., guix-commits, 2023/07/20
- 67/93: gnu: Add texlive-random., guix-commits, 2023/07/20
- 69/93: gnu: Add texlive-resumemac., guix-commits, 2023/07/20
- 86/93: gnu: Add texlive-varisize.,
guix-commits <=
- 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