[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
254/296: gnu: Add texlive-unbtex.
From: |
guix-commits |
Subject: |
254/296: gnu: Add texlive-unbtex. |
Date: |
Thu, 24 Aug 2023 05:21:19 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 9ba10331687a62c652e84acc08f3a52561a3559a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:09:56 2023 +0200
gnu: Add texlive-unbtex.
* gnu/packages/tex.scm (texlive-unbtex): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index df6f71f719..7260d23b0b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30942,6 +30942,29 @@ includes an appropriate bibliographic style which
enables the use of
author-year schemes using the @code{natbib} package.")
(license license:lppl1.3+)))
+(define-public texlive-unbtex
+ (package
+ (name "texlive-unbtex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/unbtex/" "tex/latex/unbtex/")
+ (base32
+ "0s45np0j9xw4gfga593rpcxzagcn3yhr8m2q44jj4mf6sp9ldlbw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/unbtex")
+ (synopsis "Class for theses at @acronym{UnB, University of Brasilia}")
+ (description
+ "This package provides a class based on abnTeX and compatible with
+pdfLaTex and Biber to prepare bachelor, master, and doctoral theses for the
+@acronym{UnB, University of Brasilia}, Brazil. The class also comes with
+a template for the various types of theses for undergraduate and graduate
+programs at UnB. The documentation for the class and the comments in the
+templates are all written in Portuguese, the language of the target
+audience.")
+ (license license:lppl1.3+)))
+
(define-public texlive-unfonts-core
(package
(name "texlive-unfonts-core")
- 277/296: gnu: Add texlive-xduthesis., (continued)
- 277/296: gnu: Add texlive-xduthesis., guix-commits, 2023/08/24
- 270/296: gnu: Add texlive-uwa-colours., guix-commits, 2023/08/24
- 281/296: gnu: Add texlive-imakeidx., guix-commits, 2023/08/24
- 286/296: gnu: Add texlive-mparhack., guix-commits, 2023/08/24
- 290/296: gnu: Add texlive-glossaries., guix-commits, 2023/08/24
- 296/296: gnu: Add texlive-collection-publishers., guix-commits, 2023/08/24
- 249/296: gnu: Add texlive-umich-thesis., guix-commits, 2023/08/24
- 251/296: gnu: Add texlive-unam-thesis., guix-commits, 2023/08/24
- 243/296: gnu: Add texlive-uhhassignment., guix-commits, 2023/08/24
- 253/296: gnu: Add texlive-unamthesis., guix-commits, 2023/08/24
- 254/296: gnu: Add texlive-unbtex.,
guix-commits <=
- 247/296: gnu: Add texlive-ulthese., guix-commits, 2023/08/24
- 255/296: gnu: Add texlive-unifith., guix-commits, 2023/08/24
- 256/296: gnu: Add texlive-unigrazpub., guix-commits, 2023/08/24
- 258/296: gnu: Add texlive-univie-ling., guix-commits, 2023/08/24
- 257/296: gnu: Add texlive-unitn-bimrep., guix-commits, 2023/08/24
- 279/296: gnu: Add texlive-xmuthesis., guix-commits, 2023/08/24
- 266/296: gnu: Add texlive-uspatent., guix-commits, 2023/08/24
- 263/296: gnu: Add texlive-uowthesis., guix-commits, 2023/08/24
- 275/296: gnu: Add texlive-vancouver., guix-commits, 2023/08/24
- 273/296: gnu: Add texlive-uwa-pif., guix-commits, 2023/08/24