From e1bf7b265cce3aecf5dedb0c244a02b172f6befb Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 22 Aug 2023 17:11:36 +0200 Subject: gnu: Add texlive-univie-ling. * gnu/packages/tex.scm (texlive-univie-ling): New variable. --- gnu/packages/tex.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 6c9728f797..10d75232c8 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -31222,6 +31222,34 @@ (define-public texlive-universalis Frutiger.") (license (list license:gpl2+ license:lppl)))) +(define-public texlive-univie-ling + (package + (name "texlive-univie-ling") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/univie-ling/" + "tex/latex/univie-ling/") + (base32 + "1678hl6bzpvsa9h8hlap84cnl82g5kkpg9kkwpq4r4zrj90fhgda"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/univie-ling") + (synopsis + "Papers, theses and research proposals in (Applied) Linguistics at Vienna +University") + (description + "This bundle provides LaTeX2e classes, BibLaTeX files, and templates +suitable for student papers, PhD research proposals (Exposes), and theses +in (Applied) Linguistics at the University of Vienna. The classes implement +some standards for these types of text, such as suitable title pages. They +are particularly suited for the field of (Applied) Linguistics and pre-load +some packages that are considered useful in this context. The classes can +also be used for General and Historical Linguistics as well as for other +fields of study at Vienna University. In this case, however, some settings +may have to be adjusted.") + (license license:lppl1.3+))) + (define-public texlive-uppunctlm (package (name "texlive-uppunctlm") -- cgit v1.2.3