guix-commits
[Top][All Lists]
Advanced

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

17/54: gnu: Add texlive-bxorigcapt.


From: guix-commits
Subject: 17/54: gnu: Add texlive-bxorigcapt.
Date: Wed, 16 Aug 2023 07:16:58 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0c39998b14b255517c14eeaa947507a58a461d4e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 12:02:18 2023 +0200

    gnu: Add texlive-bxorigcapt.
    
    * gnu/packages/tex.scm (texlive-bxorigcapt): 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 db5babb0ad..4f58c4240a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3429,6 +3429,26 @@ and LuaLaTeX, with the aid of suitable packages that 
provide capability of
 Japanese typesetting.")
     (license license:bsd-2)))
 
+(define-public texlive-bxorigcapt
+  (package
+    (name "texlive-bxorigcapt")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/bxorigcapt/"
+                   "tex/latex/bxorigcapt/")
+             (base32
+              "1gj61hjmyxsbfkrs1sh604b6dfl00kp39fcamlfzb8s197wsl9fv")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/bxorigcapt";)
+    (synopsis "Retain the original caption names when using Babel")
+    (description
+     "This package forces the caption names declared by the document class in
+use to be used as the caption names for a specific language introduced by the
+Babel package.")
+    (license license:expat)))
+
 (define-public texlive-bytefield
   (package
     (name "texlive-bytefield")



reply via email to

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