guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]