guix-commits
[Top][All Lists]
Advanced

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

131/163: gnu: Add texlive-margbib.


From: guix-commits
Subject: 131/163: gnu: Add texlive-margbib.
Date: Sat, 19 Aug 2023 14:39:54 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b3ce1caa470d84f64e2eccc1b7ad3a1b27945c3e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 13:29:10 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 03908c830e..c54060462c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12696,6 +12696,26 @@ Riichi (aka Japanese) Mahjong but can be used to 
typeset any style of
 mahjong.")
     (license (list license:expat license:cc-by4.0))))
 
+(define-public texlive-margbib
+  (package
+    (name "texlive-margbib")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/margbib/" "source/latex/margbib/"
+                   "tex/latex/margbib/")
+             (base32
+              "04aa9nfdxc475nyj4cl8gkj2grn7v3rkb3hwhbhff5nr88nx4aqq")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (arguments (list #:tex-format "latex"))
+    (home-page "https://ctan.org/pkg/margbib";)
+    (synopsis "Display bibitem tags in the margins")
+    (description
+     "The package redefines the @code{thebibliography} environment to place
+the citation key into the margin.")
+    (license license:gpl3+)))
+
 (define-public texlive-matapli
   (package
     (name "texlive-matapli")



reply via email to

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