[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/44: gnu: Add texlive-latex-wasysym.
From: |
Ricardo Wurmus |
Subject: |
32/44: gnu: Add texlive-latex-wasysym. |
Date: |
Sun, 9 Jul 2017 11:09:13 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit cd2c77f434e15bcfb25eef6f528db900f01ce6a7
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 2 15:18:37 2017 +0200
gnu: Add texlive-latex-wasysym.
* gnu/packages/tex.scm (texlive-latex-wasysym): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 50966b9..5324da7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2157,6 +2157,27 @@ styles. It also includes a package to change the page
styles when there are
floats in a page. You may assign headers/footers to individual floats, too.")
(license license:lppl)))
+(define-public texlive-latex-wasysym
+ (package
+ (name "texlive-latex-wasysym")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (texlive-ref "latex" "wasysym"))
+ (sha256
+ (base32
+ "1sgwbfwjjf70g54hh93gsd9jp9nm67w6n74x9d72a56n07jbk5hv"))))
+ (build-system texlive-build-system)
+ (arguments '(#:tex-directory "latex/wasysym"))
+ (home-page "http://www.ctan.org/pkg/wasysym")
+ (synopsis "LaTeX support file to use the WASY2 fonts")
+ (description
+ "The wasy2WASY2 (Waldi Symbol) font by Roland Waldi provides many glyphs
+like male and female symbols and astronomical symbols, as well as the complete
+lasy font set and other odds and ends. The wasysym package implements an easy
+to use interface for these symbols.")
+ (license license:lppl)))
+
(define texlive-texmf
(package
(name "texlive-texmf")
- 41/44: gnu: lilypond: Use texlive-union., (continued)
- 41/44: gnu: lilypond: Use texlive-union., Ricardo Wurmus, 2017/07/09
- 25/44: gnu: Add texlive-latex-jknapltx., Ricardo Wurmus, 2017/07/09
- 27/44: gnu: Add texlive-latex-overpic., Ricardo Wurmus, 2017/07/09
- 33/44: gnu: Add texlive-generic-epsf., Ricardo Wurmus, 2017/07/09
- 40/44: doc: Recommend rebuilding the font cache., Ricardo Wurmus, 2017/07/09
- 14/44: gnu: Add texlive-latex-amsfonts., Ricardo Wurmus, 2017/07/09
- 35/44: gnu: Add texlive-latex-eso-pic., Ricardo Wurmus, 2017/07/09
- 34/44: gnu: Add texlive-fonts-ec., Ricardo Wurmus, 2017/07/09
- 44/44: gnu: gtk-doc: Fix dblatex problem., Ricardo Wurmus, 2017/07/09
- 30/44: gnu: Add texlive-latex-subfigure., Ricardo Wurmus, 2017/07/09
- 32/44: gnu: Add texlive-latex-wasysym.,
Ricardo Wurmus <=
- 39/44: gnu: lilypond: Update to 2.19.63., Ricardo Wurmus, 2017/07/09
- 38/44: gnu: Add texlive-metapost., Ricardo Wurmus, 2017/07/09
- 42/44: gnu: Add texlive-fonts-rsfs., Ricardo Wurmus, 2017/07/09
- 37/44: gnu: Add texlive-latex-lh., Ricardo Wurmus, 2017/07/09
- 16/44: gnu: Add texlive-latex-appendix., Ricardo Wurmus, 2017/07/09
- 20/44: gnu: Add texlive-latex-fancyhdr., Ricardo Wurmus, 2017/07/09
- 22/44: gnu: Add texlive-latex-float., Ricardo Wurmus, 2017/07/09
- 24/44: gnu: Add texlive-latex-listings., Ricardo Wurmus, 2017/07/09
- 26/44: gnu: Add texlive-latex-multirow., Ricardo Wurmus, 2017/07/09
- 43/44: gnu: dblatex: Use texlive-union., Ricardo Wurmus, 2017/07/09