[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/93: gnu: Add texlive-gobble.
From: |
guix-commits |
Subject: |
34/93: gnu: Add texlive-gobble. |
Date: |
Thu, 20 Jul 2023 05:21:18 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 72794f220334dc6ff2524f6c5926101f43655714
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:52:00 2023 +0200
gnu: Add texlive-gobble.
* gnu/packages/tex.scm (texlive-gobble): New variable.
---
gnu/packages/tex.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f76e96c82a..5145dac52a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2781,6 +2781,36 @@ invented by Gottlob Frege in 1879 for his books
@emph{Begriffsschrift} and
books are supported.")
(license license:gpl3)))
+(define-public texlive-gobble
+ (package
+ (name "texlive-gobble")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/gobble/"
+ "source/generic/gobble/"
+ "tex/generic/gobble/")
+ (base32
+ "02g40fx99xn80af6bqv7zn16l8dnqihqd42vn5hbphfx85b3p49q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-ydoc))
+ (home-page "https://ctan.org/pkg/gobble")
+ (synopsis "More gobble macros for PlainTeX and LaTeX")
+ (description
+ "The LaTeX package @code{gobble} includes several gobble macros not
+included in the LaTeX kernel. These macros remove a number of arguments after
+them, a feature regulary used inside other macros. This includes gobble
+macros for optional arguments.
+
+The LaTeX package @code{gobble-user} provides these macros at the user level,
+i.e. using names without @samp{@@@@} so that these can be used without
+@code{\\makeatletter} and @code{\\makeatother}. The same macros are provided
+inside @file{.tex} files for use with plain-TeX or other TeX formats.
+However, the gobble macros for optional macros require @code{\\@@@@ifnextchar}
+to be defined.")
+ (license license:lppl1.3+)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 39/93: gnu: Add texlive-inputnormalization., (continued)
- 39/93: gnu: Add texlive-inputnormalization., guix-commits, 2023/07/20
- 12/93: gnu: Add texlive-compare., guix-commits, 2023/07/20
- 14/93: gnu: Add texlive-cweb-old., guix-commits, 2023/07/20
- 36/93: gnu: Add texlive-gtl., guix-commits, 2023/07/20
- 40/93: gnu: Add texlive-insbox., guix-commits, 2023/07/20
- 42/93: gnu: Add texlive-lambda-lists., guix-commits, 2023/07/20
- 45/93: gnu: Add texlive-letterspacing., guix-commits, 2023/07/20
- 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 <=
- 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, 2023/07/20
- 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