diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 1751614117..47f2cb1346 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -4195,6 +4195,25 @@ user-specified functions in spherical polar coordinates, where both the radius and fill color can be expressed as parametric functions of polar angles.") (license license:lppl1.3+))) +(define-public texlive-tikz-among-us + (package + (name "texlive-tikz-among-us") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/tikz-among-us/" + "tex/latex/tikz-among-us/") + (base32 + "0rrkzh1hain7mvnx4r5s7pccxvcj0izjbjwyrjg3nwin03mqqxy1"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/tikz-among-us") + (synopsis "Create some AmongUs characters in TikZ environments") + (description + "This package recreates some AmongUs characters in TikZ environments. +Some interesting uses alongside other packages are also supported.") + (license license:lppl1.3c))) + (define-public texlive-amiri (package (name "texlive-amiri") |