guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

69/296: gnu: Add texlive-fcavtex.


From: guix-commits
Subject: 69/296: gnu: Add texlive-fcavtex.
Date: Thu, 24 Aug 2023 05:20:02 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0bae88ad83f500b89621cc47318229ea3e251285
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:39:25 2023 +0200

    gnu: Add texlive-fcavtex.
    
    * gnu/packages/tex.scm (texlive-fcavtex): New variable.
---
 gnu/packages/tex.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3a93836be2..3f3a5f9f3d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13268,6 +13268,27 @@ is adjusted to these cover pages.")
 fit @emph{Frontiers in Bioscience} requirements.")
     (license license:lppl)))
 
+(define-public texlive-fcavtex
+  (package
+    (name "texlive-fcavtex")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/fcavtex/" "doc/latex/fcavtex/"
+                   "tex/latex/fcavtex/")
+             (base32
+              "0l87wlh9mzh0hysfw35mlx3asqw7lvwc55yiqr01jbmv1hwgfnl6")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/fcavtex";)
+    (synopsis "Thesis class for the FCAV/UNESP, Brazil")
+    (description
+     "This package provides a class and a bibliography style for the
+@acronym{FCAV-UNESP, Faculdade de Ciencias Agrarias e Veterinarias de
+Jaboticabal UNESP} Brazilian university, written based on the institution
+rules for thesis publications.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-fdsymbol
   (package
     (name "texlive-fdsymbol")



reply via email to

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