summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-21 13:06:30 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-21 16:29:51 +0200
commit8c74537625fe55c1339c2a83cf4f097dc899fbcf (patch)
treeadfc40b2d9e77c0de9fa2c82431a13afea8d1fc6 /gnu
parent145875269bfca8d4865b14e0fadfad2064b06524 (diff)
gnu: Add texlive-txuprcal.
* gnu/packages/tex.scm (texlive-txuprcal): New variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tex.scm23
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index be4c69e1550..4fade6d6245 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25260,6 +25260,29 @@ bundle with small caps and old style numbers, together with Greek support.
25260The extensions are made with modifications of the GNU Freefont.") 25260The extensions are made with modifications of the GNU Freefont.")
25261 (license (list license:gpl3+ license:lppl1.0+)))) 25261 (license (list license:gpl3+ license:lppl1.0+))))
25262 25262
25263(define-public texlive-txuprcal
25264 (package
25265 (name "texlive-txuprcal")
25266 (version (number->string %texlive-revision))
25267 (source (texlive-origin
25268 name version
25269 (list "doc/fonts/txuprcal/"
25270 "fonts/map/dvips/txuprcal/"
25271 "fonts/tfm/public/txuprcal/"
25272 "fonts/type1/public/txuprcal/"
25273 "tex/latex/txuprcal/")
25274 (base32
25275 "033h3rqj7kf0rx0kdy9s1kwhk1hkrc6z70ga6ky7xy79mc3k2vgp")))
25276 (outputs '("out" "doc"))
25277 (build-system texlive-build-system)
25278 (home-page "https://ctan.org/pkg/txuprcal")
25279 (synopsis "Upright calligraphic font based on TX calligraphic")
25280 (description
25281 "This small package provides a means of loading as @code{\\mathcal} an
25282uprighted version of the calligraphic fonts from the TX font package.
25283A scaled option is provided to allow arbitrary scaling.")
25284 (license license:gpl3)))
25285
25263(define-public texlive-ulqda 25286(define-public texlive-ulqda
25264 (package 25287 (package
25265 (name "texlive-ulqda") 25288 (name "texlive-ulqda")