guix-commits
[Top][All Lists]
Advanced

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

31/296: gnu: Add texlive-bfh-ci.


From: guix-commits
Subject: 31/296: gnu: Add texlive-bfh-ci.
Date: Thu, 24 Aug 2023 05:19:49 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d2f4f2ee8b0157523f8efece63a8a5647c4b7c73
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:24:33 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7700c12569..31abe920bf 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4803,6 +4803,25 @@ Type1 and in the OpenType format.  The package includes 
suitable font
 selection commands for use with LaTeX.")
     (license license:lppl1.3+)))
 
+(define-public texlive-bfh-ci
+  (package
+    (name "texlive-bfh-ci")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/bfh-ci/" "tex/latex/bfh-ci/")
+             (base32
+              "198r2xwki70hij36l596p9jldpzc1acna97mlszbbim2w6xj3qy8")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/bfh-ci";)
+    (synopsis "Corporate design for Bern University of Applied Sciences")
+    (description
+     "This bundle provides possibilities to use the corporate design of Bern
+University of Applied Sciences (BFH) with LaTeX.  To this end it contains
+classes as well as some helper packages and config files.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-bguq
   (package
     (name "texlive-bguq")



reply via email to

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