guix-commits
[Top][All Lists]
Advanced

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

02/93: gnu: Add texlive-abstyles.


From: guix-commits
Subject: 02/93: gnu: Add texlive-abstyles.
Date: Thu, 20 Jul 2023 05:21:12 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit bdfc3cfd11de3fbee038b47d40f8c1a9579c418a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:42:25 2023 +0200

    gnu: Add texlive-abstyles.
    
    * gnu/packages/tex.scm (texlive-abstyles): 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 be0548cf88..3e03abc13a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1109,6 +1109,32 @@ Plain TeX or LaTeX.  It allows writing, e.g., 
@samp{\\<TEX>} instead of
 parameterless macros.")
     (license license:public-domain)))
 
+(define-public texlive-abstyles
+  (package
+    (name "texlive-abstyles")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bib/abstyles/"
+                   "bibtex/bst/abstyles/"
+                   "doc/bibtex/abstyles/"
+                   "tex/generic/abstyles/")
+             (base32
+              "1ij4cp3pydfs4lch0f93gi2q7msafxyqfvv44whw1ppczidicnn2")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/abstyles-orig";)
+    (synopsis "Adaptable BibTeX styles")
+    (description
+     "This package provides a family of modifications of the standard BibTeX
+styles whose behaviour may be changed by changing the user document, without
+change to the styles themselves.  The package is largely used nowadays in its
+adaptation for working with Babel.")
+    (license
+     (list license:isc                  ;apreamble
+           license:knuth                ;bxabst
+           license:public-domain))))    ;docmac
+
 (define-public texlive-adhocfilelist
   (package
     (name "texlive-adhocfilelist")



reply via email to

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