summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-10 09:24:37 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-11 14:39:42 +0200
commit89b925928e74bfd4356e48cecf8b672b60c932b3 (patch)
treecc5b57b093c85e5840d169968107ec3126ef714c
parent9ffc717440932dd7c083c4ff6e80fb898e261d37 (diff)
gnu: Add texlive-tabvar.
* gnu/packages/tex.scm (texlive-tabvar): New variable.
-rw-r--r--gnu/packages/tex.scm25
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f44adb1cd9..35a3c6c135 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7928,6 +7928,31 @@ configuration of the language to be used in the diagrams. The @code{tablor}
package requires that shell escape be enabled.")
(license license:lppl)))
+(define-public texlive-tabvar
+ (package
+ (name "texlive-tabvar")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tabvar/"
+ "fonts/afm/public/tabvar/"
+ "fonts/map/dvips/tabvar/"
+ "fonts/tfm/public/tabvar/"
+ "fonts/type1/public/tabvar/"
+ "metapost/tabvar/"
+ "source/latex/tabvar/"
+ "tex/latex/tabvar/")
+ (base32
+ "1yjf0j3296a5csr6xrzziralfsy2iny21cyjf4dmlwp4l0h6kcpc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tabvar")
+ (synopsis "Typesetting tables showing variations of functions")
+ (description
+ "This LaTeX package is meant to ease the typesetting of tables showing
+variations of functions as they are used in France.")
+ (license license:lppl1.3+)))
+
(define-public texlive-tensind
(package
(name "texlive-tensind")