gnu: Add texlive-ulqda.

* gnu/packages/tex.scm (texlive-ulqda): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 16:59:18 +02:00
parent afaf65255d
commit 216690e9ad
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6826,6 +6826,42 @@ (define-public texlive-turnstile
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")