[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
223/245: gnu: Add texlive-t-angles.
From: |
guix-commits |
Subject: |
223/245: gnu: Add texlive-t-angles. |
Date: |
Sun, 30 Jul 2023 13:47:23 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 5421d1f236842d061d1260f5ac010e835882ceda
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:53:49 2023 +0200
gnu: Add texlive-t-angles.
* gnu/packages/tex.scm (texlive-t-angles): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 54bea663fa..7d348e3118 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6596,6 +6596,28 @@ commands are needed, however fine tuning of the various
parameters (dimensions) can still be achieved through key=value pairs.")
(license license:lppl)))
+(define-public texlive-t-angles
+ (package
+ (name "texlive-t-angles")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/t-angles/" "tex/latex/t-angles/")
+ (base32
+ "0jp16zd64c5xdsxfycdyvlwwss4k46y7nfd2dn6ybshx34kcv0qa")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/t-angles")
+ (synopsis
+ "Draw tangles, trees, Hopf algebra operations and other pictures")
+ (description
+ "This package provides a LaTeX2e package for drawing tangles, trees, Hopf
+algebra operations and other pictures. It is based on emTeX or TPIC
+@code{\\specials}. Therefore, it can be used with the most popular drivers,
+including emTeX drivers, dviwin, xdvi and dvips, and (using some code from
+ConTeXt) it may also be used with pdfLaTeX.")
+ (license license:gpl3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 219/245: gnu: Add texlive-susy., (continued)
- 219/245: gnu: Add texlive-susy., guix-commits, 2023/07/30
- 179/245: gnu: Add texlive-pseudocode., guix-commits, 2023/07/30
- 222/245: gnu: Add texlive-synproof., guix-commits, 2023/07/30
- 229/245: gnu: Add texlive-textopo., guix-commits, 2023/07/30
- 192/245: gnu: Add texlive-sciposter., guix-commits, 2023/07/30
- 212/245: gnu: Add texlive-statmath., guix-commits, 2023/07/30
- 213/245: gnu: Add texlive-steinmetz., guix-commits, 2023/07/30
- 231/245: gnu: Add texlive-thmbox., guix-commits, 2023/07/30
- 204/245: gnu: Add texlive-skmath., guix-commits, 2023/07/30
- 220/245: gnu: Add texlive-syllogism., guix-commits, 2023/07/30
- 223/245: gnu: Add texlive-t-angles.,
guix-commits <=
- 202/245: gnu: Add texlive-sistyle., guix-commits, 2023/07/30
- 227/245: gnu: Add texlive-tex-ewd., guix-commits, 2023/07/30
- 234/245: gnu: Add texlive-moreverb., guix-commits, 2023/07/30
- 201/245: gnu: Add texlive-simplewick., guix-commits, 2023/07/30
- 183/245: gnu: Add texlive-rbt-mathnotes., guix-commits, 2023/07/30
- 190/245: gnu: Add texlive-sankey., guix-commits, 2023/07/30
- 203/245: gnu: Add texlive-siunits., guix-commits, 2023/07/30
- 209/245: gnu: Add texlive-statex2., guix-commits, 2023/07/30
- 199/245: gnu: Add texlive-simpler-wick., guix-commits, 2023/07/30
- 191/245: gnu: Add texlive-sasnrdisplay., guix-commits, 2023/07/30