summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-21 13:08:32 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-21 16:29:53 +0200
commitdf9243d4e15e4cb94357748b70c192758d0573c8 (patch)
tree9fed8d1acab2a8263aee2237f91e0ed08d3d7603 /gnu
parentf273cf58439b6fc6800a28218749ba710e4594a7 (diff)
gnu: Add texlive-xcharter-math.
* gnu/packages/tex.scm (texlive-xcharter-math): New variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tex.scm21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 66c3bdf5f73..2c39569bdf5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -26012,6 +26012,27 @@ for support under TeXt1 and LaTeX. The fonts (and macros) are now largely
26012superseded by the @code{tipa} fonts.") 26012superseded by the @code{tipa} fonts.")
26013 (license license:knuth))) 26013 (license license:knuth)))
26014 26014
26015(define-public texlive-xcharter-math
26016 (package
26017 (name "texlive-xcharter-math")
26018 (version (number->string %texlive-revision))
26019 (source (texlive-origin
26020 name version
26021 (list "doc/fonts/xcharter-math/"
26022 "fonts/opentype/public/xcharter-math/"
26023 "tex/latex/xcharter-math/")
26024 (base32
26025 "1p0wqn9877xshwlayba8v62dvx4m0widl9pd42aixll0snc6p67s")))
26026 (outputs '("out" "doc"))
26027 (build-system texlive-build-system)
26028 (home-page "https://ctan.org/pkg/xcharter-math")
26029 (synopsis "XCharter-based OpenType Math font for LuaTeX and XeTeX")
26030 (description
26031 "This package provides an Unicode Math font XCharter-Math.otf meant to be
26032used together with XCharter Opentype Text fonts (extension of Bitstream
26033Charter) in LuaLaTeX or XeLaTeX documents.")
26034 (license (list license:silofl1.1 license:lppl1.3+))))
26035
26015(define-public texlive-xcite 26036(define-public texlive-xcite
26016 (package 26037 (package
26017 (name "texlive-xcite") 26038 (name "texlive-xcite")