[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
258/296: gnu: Add texlive-univie-ling.
From: |
guix-commits |
Subject: |
258/296: gnu: Add texlive-univie-ling. |
Date: |
Thu, 24 Aug 2023 05:21:20 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit e1bf7b265cce3aecf5dedb0c244a02b172f6befb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:11:36 2023 +0200
gnu: Add texlive-univie-ling.
* gnu/packages/tex.scm (texlive-univie-ling): New variable.
---
gnu/packages/tex.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
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 @@ is suitable as an alternative to fonts such as Adrian
Frutiger's Univers and
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")
- 290/296: gnu: Add texlive-glossaries., (continued)
- 290/296: gnu: Add texlive-glossaries., guix-commits, 2023/08/24
- 296/296: gnu: Add texlive-collection-publishers., guix-commits, 2023/08/24
- 249/296: gnu: Add texlive-umich-thesis., guix-commits, 2023/08/24
- 251/296: gnu: Add texlive-unam-thesis., guix-commits, 2023/08/24
- 243/296: gnu: Add texlive-uhhassignment., guix-commits, 2023/08/24
- 253/296: gnu: Add texlive-unamthesis., guix-commits, 2023/08/24
- 254/296: gnu: Add texlive-unbtex., guix-commits, 2023/08/24
- 247/296: gnu: Add texlive-ulthese., guix-commits, 2023/08/24
- 255/296: gnu: Add texlive-unifith., guix-commits, 2023/08/24
- 256/296: gnu: Add texlive-unigrazpub., guix-commits, 2023/08/24
- 258/296: gnu: Add texlive-univie-ling.,
guix-commits <=
- 257/296: gnu: Add texlive-unitn-bimrep., guix-commits, 2023/08/24
- 279/296: gnu: Add texlive-xmuthesis., guix-commits, 2023/08/24
- 266/296: gnu: Add texlive-uspatent., guix-commits, 2023/08/24
- 263/296: gnu: Add texlive-uowthesis., guix-commits, 2023/08/24
- 275/296: gnu: Add texlive-vancouver., guix-commits, 2023/08/24
- 273/296: gnu: Add texlive-uwa-pif., guix-commits, 2023/08/24
- 278/296: gnu: Add texlive-xduts., guix-commits, 2023/08/24
- 282/296: gnu: Add texlive-yb-book., guix-commits, 2023/08/24
- 285/296: gnu: Add texlive-fixfoot., guix-commits, 2023/08/24
- 284/296: gnu: Add texlive-denisbdoc., guix-commits, 2023/08/24