[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
88/245: gnu: Add texlive-fixdif.
From: |
guix-commits |
Subject: |
88/245: gnu: Add texlive-fixdif. |
Date: |
Sun, 30 Jul 2023 13:46:43 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit dd6b67877de81d437b0f1ac1f368c94e5839e0aa
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:56:38 2023 +0200
gnu: Add texlive-fixdif.
* gnu/packages/tex.scm (texlive-fixdif): 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 b71e4bf5c3..777d0523f7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3605,6 +3605,27 @@ the chapters. Each chapter can consist of three
sections: the lesson, the
exercises and the activities.")
(license license:lppl)))
+(define-public texlive-fixdif
+ (package
+ (name "texlive-fixdif")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/fixdif/" "source/latex/fixdif/"
+ "tex/latex/fixdif/")
+ (base32
+ "0y4x7vq4vslmiqdzx3d14yyaszs0y9y9sapnkiya3f4065rj8mcf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fixdif")
+ (synopsis "Macros for typesetting differential operators")
+ (description
+ "This package redefines the @code{\\d} command in LaTeX and provides an
+interface to define new commands for differential operators. It is compatible
+with pdfTeX, XeTeX and LuaTeX, and can also be used with the
+@code{unicode-math} package.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 58/245: gnu: Add texlive-cryptocode., (continued)
- 58/245: gnu: Add texlive-cryptocode., guix-commits, 2023/07/30
- 61/245: gnu: Add texlive-decision-table., guix-commits, 2023/07/30
- 54/245: gnu: Add texlive-concmath., guix-commits, 2023/07/30
- 60/245: gnu: Add texlive-cvss., guix-commits, 2023/07/30
- 68/245: gnu: Add texlive-dijkstra., guix-commits, 2023/07/30
- 77/245: gnu: Add texlive-engtlc., guix-commits, 2023/07/30
- 83/245: gnu: Add texlive-euclideangeometry., guix-commits, 2023/07/30
- 85/245: gnu: Add texlive-extpfeil., guix-commits, 2023/07/30
- 86/245: gnu: Add texlive-faktor., guix-commits, 2023/07/30
- 87/245: gnu: Add texlive-fascicules., guix-commits, 2023/07/30
- 88/245: gnu: Add texlive-fixdif.,
guix-commits <=
- 91/245: gnu: Add texlive-formal-grammar., guix-commits, 2023/07/30
- 94/245: gnu: Add texlive-gastex., guix-commits, 2023/07/30
- 101/245: gnu: Add texlive-helmholtz-ellis-ji-notation., guix-commits, 2023/07/30
- 92/245: gnu: Add texlive-fouridx., guix-commits, 2023/07/30
- 93/245: gnu: Add texlive-functan., guix-commits, 2023/07/30
- 98/245: gnu: Add texlive-gotoh., guix-commits, 2023/07/30
- 96/245: gnu: Add texlive-ghsystem., guix-commits, 2023/07/30
- 97/245: gnu: Add texlive-glosmathtools., guix-commits, 2023/07/30
- 102/245: gnu: Add texlive-hep., guix-commits, 2023/07/30
- 111/245: gnu: Add texlive-ionumbers., guix-commits, 2023/07/30