[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/93: gnu: Add texlive-encxvlna.
From: |
guix-commits |
Subject: |
20/93: gnu: Add texlive-encxvlna. |
Date: |
Thu, 20 Jul 2023 05:21:15 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 11a51001b92de0d9c85c0b5d176a15de123258bd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:48:08 2023 +0200
gnu: Add texlive-encxvlna.
* gnu/packages/tex.scm (texlive-encxvlna): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3e7a51a013..b7e374617e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2347,6 +2347,27 @@ a CD label; and @code{repeat}, a nestable, generic loop
macro.")
(list license:gpl2+ ;CD_labeler and DB_process.tex
license:lppl)))) ;repeat.tex
+(define-public texlive-encxvlna
+ (package
+ (name "texlive-encxvlna")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/encxvlna/"
+ "tex/latex/encxvlna/" "tex/plain/encxvlna/")
+ (base32
+ "01lgh560xhn56k5pps65lq9c5rn0kbrcfvqfikrqq83g3n7k2p8v")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/encxvlna")
+ (synopsis "Insert nonbreakable spaces, using encTeX")
+ (description
+ "The package provides tools for inserting nonbreakable spaces after
+nonsyllabic prepositions and single letter conjunctions as required by Czech
+and Slovak typographical rules. It is implemented using encTeX and provides
+files both for plain TeX and LaTeX.")
+ (license license:lppl)))
+
(define-public texlive-findhyph
(package
(name "texlive-findhyph")
- 18/93: gnu: Add texlive-dowith., (continued)
- 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
- 02/93: gnu: Add texlive-abstyles., guix-commits, 2023/07/20
- 04/93: gnu: Add texlive-autoaligne., guix-commits, 2023/07/20
- 06/93: gnu: Add texlive-bitelist., guix-commits, 2023/07/20
- 13/93: gnu: Add texlive-crossrefenum., guix-commits, 2023/07/20
- 17/93: gnu: Add texlive-docbytex., guix-commits, 2023/07/20
- 19/93: gnu: Add texlive-eijkhout., guix-commits, 2023/07/20
- 20/93: gnu: Add texlive-encxvlna.,
guix-commits <=
- 21/93: gnu: Add texlive-epigram., guix-commits, 2023/07/20
- 23/93: gnu: Add texlive-expex-acro., guix-commits, 2023/07/20
- 15/93: gnu: Add texlive-dinat., guix-commits, 2023/07/20
- 25/93: gnu: Add texlive-fenixpar., guix-commits, 2023/07/20
- 26/93: gnu: Add texlive-figflow., guix-commits, 2023/07/20
- 27/93: gnu: Add texlive-fixpdfmag., guix-commits, 2023/07/20
- 29/93: gnu: Add texlive-fntproof., guix-commits, 2023/07/20
- 30/93: gnu: Add texlive-font-change., guix-commits, 2023/07/20
- 32/93: gnu: Add texlive-getoptk., guix-commits, 2023/07/20
- 39/93: gnu: Add texlive-inputnormalization., guix-commits, 2023/07/20