me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fixdif.

* gnu/packages/tex.scm (texlive-fixdif): New variable.
Nicolas Goaziou 2023-07-30 15:56:38 +02:00
parent 438244da07
commit dd6b67877d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -3605,6 +3605,27 @@ the chapters. Each chapter can consist of three sections: the lesson, the
exercises and the activities.") exercises and the activities.")
(license license:lppl))) (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 (define-public texlive-bibtex8
(package (package
(name "texlive-bibtex8") (name "texlive-bibtex8")