[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
255/296: gnu: Add texlive-unifith.
From: |
guix-commits |
Subject: |
255/296: gnu: Add texlive-unifith. |
Date: |
Thu, 24 Aug 2023 05:21:19 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit edd591c82825f52852a6d5f5f954d5630e4a1bad
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:10:45 2023 +0200
gnu: Add texlive-unifith.
* gnu/packages/tex.scm (texlive-unifith): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7260d23b0b..58b3a3db9f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31086,6 +31086,26 @@ LaTeX (AGL, CYFI, MUFI, SIL, TITUS, UCSUR, UNZ), to
enable transcription and
display of medieval and other documents.")
(license license:cc-by-sa4.0)))
+(define-public texlive-unifith
+ (package
+ (name "texlive-unifith")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/unifith/" "doc/latex/unifith/"
+ "tex/latex/unifith/")
+ (base32
+ "06y9hkxv8y9p06pcyy2nv0nqma6bnh0n9i9pwpdadks9zs9sqn8r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/unifith")
+ (synopsis "Typeset theses for University of Florence (Italy)")
+ (description
+ "The package provides a class to typeset PhD, master, and bachelor theses
+that adhere to the publishing guidelines of the University of
+Florence (Italy).")
+ (license license:lppl1.3c)))
+
(define-public texlive-unitsdef
(package
(name "texlive-unitsdef")
- 281/296: gnu: Add texlive-imakeidx., (continued)
- 281/296: gnu: Add texlive-imakeidx., guix-commits, 2023/08/24
- 286/296: gnu: Add texlive-mparhack., guix-commits, 2023/08/24
- 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 <=
- 256/296: gnu: Add texlive-unigrazpub., guix-commits, 2023/08/24
- 258/296: gnu: Add texlive-univie-ling., guix-commits, 2023/08/24
- 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