[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/296: gnu: Add texlive-br-lex.
From: |
guix-commits |
Subject: |
36/296: gnu: Add texlive-br-lex. |
Date: |
Thu, 24 Aug 2023 05:19:51 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 5e07c00793aa6e0fac51145ff7ef527ab1bd7391
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:26:45 2023 +0200
gnu: Add texlive-br-lex.
* gnu/packages/tex.scm (texlive-br-lex): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5e34133c84..f9f5090c9e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7198,6 +7198,24 @@ those long IUPAC compound names, and some chemical
idioms. It also supports
the labelling of compounds and reference to labelled compounds.")
(license license:lppl)))
+(define-public texlive-br-lex
+ (package
+ (name "texlive-br-lex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/br-lex/" "tex/latex/br-lex/")
+ (base32
+ "154mjkywvyif57zvqbq5wxs84357148km2x0lqqdx6nanr3vwmxb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/br-lex")
+ (synopsis "Class for typesetting Brazilian legal texts")
+ (description
+ "This class implements rules to typeset Brazilian legal texts. Its
+purpose is to be an easy-to-use implementation for the end-user.")
+ (license license:lppl1.3+)))
+
(define-public texlive-braille
(package
(name "texlive-braille")
- 22/296: gnu: Add texlive-asmeconf., (continued)
- 22/296: gnu: Add texlive-asmeconf., guix-commits, 2023/08/24
- 23/296: gnu: Add texlive-asmejour., guix-commits, 2023/08/24
- 27/296: gnu: Add texlive-bath-bst., guix-commits, 2023/08/24
- 18/296: gnu: Add texlive-arsclassica., guix-commits, 2023/08/24
- 21/296: gnu: Add texlive-ascelike., guix-commits, 2023/08/24
- 24/296: gnu: Add texlive-aucklandthesis., guix-commits, 2023/08/24
- 25/296: gnu: Add texlive-bangorcsthesis., guix-commits, 2023/08/24
- 28/296: gnu: Add texlive-beamer-fuberlin., guix-commits, 2023/08/24
- 31/296: gnu: Add texlive-bfh-ci., guix-commits, 2023/08/24
- 26/296: gnu: Add texlive-bangorexam., guix-commits, 2023/08/24
- 36/296: gnu: Add texlive-br-lex.,
guix-commits <=
- 34/296: gnu: Add texlive-bmstu., guix-commits, 2023/08/24
- 41/296: gnu: Add texlive-cascadilla., guix-commits, 2023/08/24
- 43/296: gnu: Add texlive-chem-journal., guix-commits, 2023/08/24
- 29/296: gnu: Add texlive-beamer-verona., guix-commits, 2023/08/24
- 30/296: gnu: Add texlive-beilstein., guix-commits, 2023/08/24
- 32/296: gnu: Add texlive-bgteubner., guix-commits, 2023/08/24
- 38/296: gnu: Add texlive-brandeis-problemset., guix-commits, 2023/08/24
- 45/296: gnu: Add texlive-chs-physics-report., guix-commits, 2023/08/24
- 33/296: gnu: Add texlive-bjfuthesis., guix-commits, 2023/08/24
- 40/296: gnu: Add texlive-buctthesis., guix-commits, 2023/08/24