summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r--gnu/packages/tex.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4fade6d6245..a0cf09a867b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25283,6 +25283,26 @@ uprighted version of the calligraphic fonts from the TX font package.
25283A scaled option is provided to allow arbitrary scaling.") 25283A scaled option is provided to allow arbitrary scaling.")
25284 (license license:gpl3))) 25284 (license license:gpl3)))
25285 25285
25286(define-public texlive-typicons
25287 (package
25288 (name "texlive-typicons")
25289 (version (number->string %texlive-revision))
25290 (source (texlive-origin
25291 name version
25292 (list "doc/fonts/typicons/"
25293 "fonts/truetype/public/typicons/"
25294 "tex/latex/typicons/")
25295 (base32
25296 "1p82gq8jy0brvps6y6qdw8bldfsck9fw1qy84vrzfjz65435dzvh")))
25297 (outputs '("out" "doc"))
25298 (build-system texlive-build-system)
25299 (home-page "https://ctan.org/pkg/typicons")
25300 (synopsis "Font containing a set of web-related icons")
25301 (description
25302 "This package grants access to 336 web-related icons provided by the
25303included Typicons font, designed by Stephen Hutchings.")
25304 (license license:lppl1.3+)))
25305
25286(define-public texlive-ulqda 25306(define-public texlive-ulqda
25287 (package 25307 (package
25288 (name "texlive-ulqda") 25308 (name "texlive-ulqda")