guix-commits
[Top][All Lists]
Advanced

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

103/163: gnu: Add texlive-doipubmed.


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

ngz pushed a commit to branch master
in repository guix.

commit 148c4f13dd2bf2d2b7ec791a5a78d2d80c5a71b3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 12:07:27 2023 +0200

    gnu: Add texlive-doipubmed.
    
    * gnu/packages/tex.scm (texlive-doipubmed): 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 68b8a20ea5..cb686d2307 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7736,6 +7736,27 @@ programming languages.")
     ;; package without any limit".
     (license (license:fsf-free "file://doc/generic/docbytex/README"))))
 
+(define-public texlive-doipubmed
+  (package
+    (name "texlive-doipubmed")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/doipubmed/"
+                   "source/latex/doipubmed/"
+                   "tex/latex/doipubmed/")
+             (base32
+              "1432hh1pr5r6izfcqlbvl1lxpradidrwpfkvjr25ds1rlh240y66")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/doipubmed";)
+    (synopsis "Special commands for use in bibliographies")
+    (description
+     "The package provides the commands @code{\\doi}, @code{\\pubmed} and
+@code{\\citeurl}.  These commands are primarily designed for use in
+bibliographies.  A @code{LaTeX2HTML} style file is also provided.")
+    (license license:lppl)))
+
 (define-public texlive-dosepsbin
   (package
     (name "texlive-dosepsbin")



reply via email to

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