[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/93: gnu: Add texlive-olsak-misc.
From: |
guix-commits |
Subject: |
54/93: gnu: Add texlive-olsak-misc. |
Date: |
Thu, 20 Jul 2023 05:21:28 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit c486dde4cac640eace0bc799bae92e8a05565df9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:59:22 2023 +0200
gnu: Add texlive-olsak-misc.
* gnu/packages/tex.scm (texlive-olsak-misc): New variable.
---
gnu/packages/tex.scm | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 291b15e865..d465382e56 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3237,6 +3237,44 @@ installed via OFS.
@end itemize")
(license license:knuth)))
+(define-public texlive-olsak-misc
+ (package
+ (name "texlive-olsak-misc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/olsak-misc/"
+ "tex/generic/olsak-misc/")
+ (base32
+ "0kl83yvj299w7v69a20i5yi91h46n0k080rg6z1jjwdxm0g893a0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/olsak-misc")
+ (synopsis "Collection of plain TeX macros written by Petr Olsak")
+ (description
+ "This is a collection of various single-file plain TeX macros written
+by Petr Olsak:
+
+@itemize
+@item @file{booklet.tex}: re-orders PDF pages and collects them for booklet
+printing;
+@item @file{cnv.tex}: conversion of texts;
+@item @file{cnv-pu.tex}: example of usage of @file{cnv.tex} --- pdf outlines
+in Unicode;
+@item @file{cnv-word.tex}: example of usage of @file{cnv.tex} --- word to word
+conversion;
+@item @file{eparam.tex}: full expansion during parameter scanning;
+@item @file{fun-coffee.tex}: generates splotches in the document;
+@item @file{openclose.tex}: repairs balanced text between @code{\\Open} and
+@code{\\Close} pair;
+@item @file{qrcode.tex}: QR code generated at TeX level;
+@item @file{scanbase.tex}: parser of text-style MySQL outputs;
+@item @file{scancsv.tex}: parser of CSV format;
+@item @file{seplist.tex}: macros with alternative separators of a parameter;
+@item @file{xmlparser.tex}: parser of XML language.
+@end itemize")
+ (license license:public-domain)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 48/93: gnu: Add texlive-midnight., (continued)
- 48/93: gnu: Add texlive-midnight., guix-commits, 2023/07/20
- 57/93: gnu: Add texlive-pdf-trans., guix-commits, 2023/07/20
- 66/93: gnu: Add texlive-pwebmac., guix-commits, 2023/07/20
- 34/93: gnu: Add texlive-gobble., guix-commits, 2023/07/20
- 28/93: gnu: Add texlive-fltpoint., guix-commits, 2023/07/20
- 35/93: gnu: Add texlive-graphics-pln., guix-commits, 2023/07/20
- 41/93: gnu: Add texlive-js-misc., guix-commits, 2023/07/20
- 49/93: gnu: Add texlive-modulus., guix-commits, 2023/07/20
- 50/93: gnu: Add texlive-namedef., guix-commits, 2023/07/20
- 64/93: gnu: Add texlive-plstmary., guix-commits, 2023/07/20
- 54/93: gnu: Add texlive-olsak-misc.,
guix-commits <=
- 60/93: gnu: Add texlive-placeins-plain., guix-commits, 2023/07/20
- 33/93: gnu: Add texlive-gfnotation., guix-commits, 2023/07/20
- 38/93: gnu: Add texlive-hyplain., guix-commits, 2023/07/20
- 43/93: gnu: Add texlive-langcode., guix-commits, 2023/07/20
- 47/93: gnu: Add texlive-metatex., guix-commits, 2023/07/20
- 52/93: gnu: Add texlive-newsletr., guix-commits, 2023/07/20
- 53/93: gnu: Add texlive-ofs., guix-commits, 2023/07/20
- 51/93: gnu: Add texlive-navigator., guix-commits, 2023/07/20
- 58/93: gnu: Add texlive-pdfmsym., guix-commits, 2023/07/20
- 63/93: gnu: Add texlive-plnfss., guix-commits, 2023/07/20