guix-commits
[Top][All Lists]
Advanced

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

21/296: gnu: Add texlive-ascelike.


From: guix-commits
Subject: 21/296: gnu: Add texlive-ascelike.
Date: Thu, 24 Aug 2023 05:19:46 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-ascelike.
    
    * gnu/packages/tex.scm (texlive-ascelike): 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 7067a3f390..caeec819ce 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3506,6 +3506,27 @@ OpenType format, and makes extensive use of OpenType 
features.  Therefore, at
 this time, only XeTeX and LuaTeX are supported.")
     (license license:lppl1.3+)))
 
+(define-public texlive-ascelike
+  (package
+    (name "texlive-ascelike")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/ascelike/" "doc/latex/ascelike/"
+                   "tex/latex/ascelike/")
+             (base32
+              "14n4z4agsnnvms51r142q0r5bv9yqp4gchrr7zvakkp2r3232dai")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ascelike";)
+    (synopsis "Bibliography style for the ASCE")
+    (description
+     "This package provides a document class and bibliographic style that
+prepares documents in the style required by the @acronym{ASCE, American
+Society of Civil Engineers}.  These are unofficial files, not sanctioned by
+that organization.")
+    (license license:lppl)))
+
 (define-public texlive-ascii-chart
   (package
     (name "texlive-ascii-chart")



reply via email to

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