[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/93: gnu: Add texlive-pdfmsym.
From: |
guix-commits |
Subject: |
58/93: gnu: Add texlive-pdfmsym. |
Date: |
Thu, 20 Jul 2023 05:21:35 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 80d1e1e63cafec91fe17e91862e277464cee6fc9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:00:02 2023 +0200
gnu: Add texlive-pdfmsym.
* gnu/packages/tex.scm (texlive-pdfmsym): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bb73435a91..0ea8f0c8a8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3333,6 +3333,29 @@ regarded as punctuation may be changed from the
package's default.")
TeX boxes (based on plain and pdfeTeX primitives).")
(license license:public-domain)))
+(define-public texlive-pdfmsym
+ (package
+ (name "texlive-pdfmsym")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pdfmsym/"
+ "tex/generic/pdfmsym/")
+ (base32
+ "128lhj72s2ddzbl7w3pl6cw84qqmx322rw1jb4m2db8whj8d2fbz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pdfmsym")
+ (synopsis "PDF Math Symbols --- various drawn mathematical symbols")
+ (description
+ "This package defines a handful of mathematical symbols many of which are
+implemented via PDF's builtin drawing utility. It is intended for use with
+pdfTeX and LuaTeX and is supported by XeTeX to a lesser extent. Among the
+symbols it defines are some variants of commonly used ones, as well as more
+obscure symbols which cannot be as easily found in other TeX or LaTeX
+packages.")
+ (license license:expat)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 64/93: gnu: Add texlive-plstmary., (continued)
- 64/93: gnu: Add texlive-plstmary., guix-commits, 2023/07/20
- 54/93: gnu: Add texlive-olsak-misc., guix-commits, 2023/07/20
- 60/93: gnu: Add texlive-placeins-plain., guix-commits, 2023/07/20
- 33/93: gnu: Add texlive-gfnotation., guix-commits, 2023/07/20
- 38/93: gnu: Add texlive-hyplain., guix-commits, 2023/07/20
- 43/93: gnu: Add texlive-langcode., guix-commits, 2023/07/20
- 47/93: gnu: Add texlive-metatex., guix-commits, 2023/07/20
- 52/93: gnu: Add texlive-newsletr., guix-commits, 2023/07/20
- 53/93: gnu: Add texlive-ofs., guix-commits, 2023/07/20
- 51/93: gnu: Add texlive-navigator., guix-commits, 2023/07/20
- 58/93: gnu: Add texlive-pdfmsym.,
guix-commits <=
- 63/93: gnu: Add texlive-plnfss., guix-commits, 2023/07/20
- 65/93: gnu: Add texlive-present., guix-commits, 2023/07/20
- 68/93: gnu: Add texlive-randomlist., guix-commits, 2023/07/20
- 71/93: gnu: Add texlive-schemata., guix-commits, 2023/07/20
- 72/93: gnu: Add texlive-shade., guix-commits, 2023/07/20
- 73/93: gnu: Add texlive-simplekv., guix-commits, 2023/07/20
- 76/93: gnu: Add texlive-tabto-generic., guix-commits, 2023/07/20
- 67/93: gnu: Add texlive-random., guix-commits, 2023/07/20
- 69/93: gnu: Add texlive-resumemac., guix-commits, 2023/07/20
- 86/93: gnu: Add texlive-varisize., guix-commits, 2023/07/20