[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
235/245: gnu: Add texlive-ulqda.
From: |
guix-commits |
Subject: |
235/245: gnu: Add texlive-ulqda. |
Date: |
Sun, 30 Jul 2023 13:47:29 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 216690e9ad7041703e851828e5185cec36ef6ba2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:59:18 2023 +0200
gnu: Add texlive-ulqda.
* gnu/packages/tex.scm (texlive-ulqda): New variable.
---
gnu/packages/tex.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5741f32abd..b8a5ec6f32 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6826,6 +6826,42 @@ is used by logicians for denoting a consequence
relation, related to a given
logic, between a collection of formulas and a derived formula.")
(license license:lppl)))
+(define-public texlive-ulqda
+ (package
+ (name "texlive-ulqda")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ulqda/" "scripts/ulqda/"
+ "source/latex/ulqda/" "tex/latex/ulqda/")
+ (base32
+ "07jzmk0p4l28dxxqqpma4px9riykg0zynnjycyripg2m76a9ah2g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:link-scripts #~(list "ulqda.pl")
+ #:tex-format "latex"))
+ (native-inputs
+ (list (texlive-updmap.cfg
+ (list texlive-dot2texi
+ texlive-hypdoc
+ texlive-moreverb
+ texlive-pgf
+ texlive-soul
+ texlive-subfigure
+ texlive-xkeyval))))
+ (inputs (list perl))
+ (home-page "https://ctan.org/pkg/ulqda")
+ (synopsis "Support of Qualitative Data Analysis")
+ (description
+ "The package is for use in Qualitative Data Analysis research. It
+supports the integration of Qualitative Data Analysis (QDA) research tasks,
+specifically for Grounded Theory, into the LaTeX work flow. It assists in the
+analysis of textual data such as interview transcripts and field notes by
+providing the LaTeX user with macros which are used to markup textual
+information.")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 106/245: gnu: Add texlive-hepthesis., (continued)
- 106/245: gnu: Add texlive-hepthesis., guix-commits, 2023/07/30
- 121/245: gnu: Add texlive-logicproof., guix-commits, 2023/07/30
- 129/245: gnu: Add texlive-mathlig., guix-commits, 2023/07/30
- 131/245: gnu: Add texlive-mathpunctspace., guix-commits, 2023/07/30
- 158/245: gnu: Add texlive-numerica-tables., guix-commits, 2023/07/30
- 177/245: gnu: Add texlive-prooftrees., guix-commits, 2023/07/30
- 165/245: gnu: Add texlive-perfectcut., guix-commits, 2023/07/30
- 168/245: gnu: Add texlive-physics2., guix-commits, 2023/07/30
- 242/245: gnu: Add texlive-yquant., guix-commits, 2023/07/30
- 208/245: gnu: Add texlive-statex., guix-commits, 2023/07/30
- 235/245: gnu: Add texlive-ulqda.,
guix-commits <=
- 215/245: gnu: Add texlive-struktex., guix-commits, 2023/07/30
- 233/245: gnu: Add texlive-turnstile., guix-commits, 2023/07/30
- 245/245: gnu: Add texlive-collection-mathscience., guix-commits, 2023/07/30
- 10/245: gnu: Add texlive-aligned-overset., guix-commits, 2023/07/30
- 12/245: gnu: Add texlive-amstex., guix-commits, 2023/07/30
- 16/245: gnu: Add texlive-axodraw2., guix-commits, 2023/07/30
- 18/245: gnu: Add texlive-begriff., guix-commits, 2023/07/30
- 23/245: gnu: Add texlive-bohr., guix-commits, 2023/07/30
- 24/245: gnu: Add texlive-boldtensors., guix-commits, 2023/07/30
- 28/245: gnu: Add texlive-bussproofs-extra., guix-commits, 2023/07/30