[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/93: gnu: Add texlive-abbr.
From: |
guix-commits |
Subject: |
01/93: gnu: Add texlive-abbr. |
Date: |
Thu, 20 Jul 2023 05:21:12 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 8227084dbe2041a4e4c24b6a69cb278cd4aeaaa0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:41:49 2023 +0200
gnu: Add texlive-abbr.
* gnu/packages/tex.scm (texlive-abbr): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 60c0b0e7dc..be0548cf88 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1089,6 +1089,26 @@ works on TeX virtual fonts and @command{vpl2ovp}
transforms a TeX font to an
Omega one.")
(license license:gpl3+)))
+(define-public texlive-abbr
+ (package
+ (name "texlive-abbr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/abbr/" "tex/generic/abbr/")
+ (base32
+ "0zi5qkgr2nnb3jp5adv42d84w7yav1dw0lgg2vdxfsz03j1bmlsb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/abbr")
+ (synopsis "Simple macros supporting abreviations for Plain and LaTeX")
+ (description
+ "The package provides some simple macros to support abbreviations in
+Plain TeX or LaTeX. It allows writing, e.g., @samp{\\<TEX>} instead of
+@samp{\\TeX}, hence frees users from having to escape space after
+parameterless macros.")
+ (license license:public-domain)))
+
(define-public texlive-adhocfilelist
(package
(name "texlive-adhocfilelist")
- branch master updated (6547d3852b -> f019ce027c), guix-commits, 2023/07/20
- 01/93: gnu: Add texlive-abbr.,
guix-commits <=
- 03/93: gnu: Add texlive-apnum., guix-commits, 2023/07/20
- 05/93: gnu: Add texlive-barr., guix-commits, 2023/07/20
- 07/93: gnu: Add texlive-borceux., guix-commits, 2023/07/20
- 09/93: gnu: Add texlive-catcodes., guix-commits, 2023/07/20
- 10/93: gnu: Add texlive-chronosys., guix-commits, 2023/07/20
- 11/93: gnu: Add texlive-colorsep., guix-commits, 2023/07/20
- 18/93: gnu: Add texlive-dowith., guix-commits, 2023/07/20
- 16/93: gnu: Add texlive-dirtree., guix-commits, 2023/07/20
- 22/93: gnu: Add texlive-epsf-dvipdfmx., guix-commits, 2023/07/20
- 24/93: gnu: Add texlive-expkv-bundle., guix-commits, 2023/07/20