guix-commits
[Top][All Lists]
Advanced

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

71/296: gnu: Add texlive-fei.


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

ngz pushed a commit to branch master
in repository guix.

commit 8a9a4a920f5c8ed34392342c3dcc3130b721c1ab
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:39:55 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 36b27ba713..4f4efe9146 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13358,6 +13358,32 @@ family, but it might also fit other contemporary 
typefaces.")
 It can make it easy to write theses both in Chinese and English.")
     (license license:lppl1.3c)))
 
+(define-public texlive-fei
+  (package
+    (name "texlive-fei")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/fei/" "source/latex/fei/"
+                   "tex/latex/fei/")
+             (base32
+              "13f2sn9pazq6ak37025wr20mi11069paw8hd7qlrcy10bn7bkbl7")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/fei";)
+    (synopsis "Class for academic works at FEI University Center, Brazil")
+    (description
+     "@code{fei} is a class created by graduate students and LaTeX enthusiasts
+that allows students from FEI University Center to create their academic
+works, be it a monograph, masters dissertation or PhD thesis, under the
+typographic rules of the institution.  The class makes it possible to create
+a full academic work, supporting functionalities such as cover, title page,
+catalog entry, dedication, summary, lists of figures, tables, algorithms,
+acronyms and symbols, multiple authors, index, references, appendices and
+attachments.  @code{fei} is loosely based in the Brazilian National Standards
+Organization (@acronym{ABNT, Associacao Brasileira de Normas Tecnicas}).")
+    (license license:lppl1.3c)))
+
 (define-public texlive-fetamont
   (package
     (name "texlive-fetamont")



reply via email to

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