[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
160/243: gnu: Add texlive-etdipa.
From: |
guix-commits |
Subject: |
160/243: gnu: Add texlive-etdipa. |
Date: |
Fri, 11 Aug 2023 08:46:06 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit ed54e117a7f67d7b95359dd5d6176516c7a7a337
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 23:41:57 2023 +0200
gnu: Add texlive-etdipa.
* gnu/packages/tex.scm (texlive-etdipa): 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 ea3accabca..598548d68d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31419,6 +31419,26 @@ for which the use of thin space is recommended.")
the journal of the German-speaking TeX User Group.")
(license license:lppl1.3c)))
+(define-public texlive-etdipa
+ (package
+ (name "texlive-etdipa")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/etdipa/")
+ (base32
+ "1jp35apalaa1lh44dbn1zayavv1n3wkm0v69hgy8vdz73yp5yvhz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/etdipa")
+ (synopsis "Simple, lightweight template for scientific documents")
+ (description
+ "This package provides a complete working directory for the scientific
+documentation of arbitrary projects. It was originally developed to provide
+a template for Austrian @emph{Diplomarbeiten} or @emph{Vorwissenschaftliche
+Arbeiten}, which are scientfic projects of students at a secondary school.")
+ (license license:lppl1.3+)))
+
(define-public texlive-logreq
(package
(name "texlive-logreq")
- 100/243: gnu: Add texlive-babel-welsh., (continued)
- 100/243: gnu: Add texlive-babel-welsh., guix-commits, 2023/08/11
- 92/243: gnu: Add texlive-babel-occitan., guix-commits, 2023/08/11
- 98/243: gnu: Add texlive-babel-slovenian., guix-commits, 2023/08/11
- 105/243: gnu: Add texlive-hulipsum., guix-commits, 2023/08/11
- 95/243: gnu: Add texlive-babel-romansh., guix-commits, 2023/08/11
- 120/243: gnu: Add texlive-apprends-latex., guix-commits, 2023/08/11
- 121/243: gnu: Add texlive-basque-book., guix-commits, 2023/08/11
- 126/243: gnu: Add texlive-droit-fr., guix-commits, 2023/08/11
- 134/243: gnu: Add texlive-frpseudocode., guix-commits, 2023/08/11
- 154/243: gnu: Add texlive-collection-langfrench., guix-commits, 2023/08/11
- 160/243: gnu: Add texlive-etdipa.,
guix-commits <=
- 168/243: gnu: Add texlive-l2picfaq., guix-commits, 2023/08/11
- 165/243: gnu: Add texlive-germkorr., guix-commits, 2023/08/11
- 176/243: gnu: Add texlive-r-und-s., guix-commits, 2023/08/11
- 182/243: gnu: Add texlive-translation-arsclassica-de., guix-commits, 2023/08/11
- 170/243: gnu: Add texlive-latexcheat-de., guix-commits, 2023/08/11
- 186/243: gnu: Add texlive-translation-enumitem-de., guix-commits, 2023/08/11
- 208/243: gnu: Add texlive-verifica., guix-commits, 2023/08/11
- 215/243: gnu: Add texlive-lshort-polish., guix-commits, 2023/08/11
- 214/243: gnu: Add texlive-gustprog., guix-commits, 2023/08/11
- 227/243: gnu: Add texlive-feupphdteses., guix-commits, 2023/08/11