gnu: Add texlive-wasy.
* gnu/packages/tex.scm (texlive-wasy): New variable.
This commit is contained in:
		
							parent
							
								
									05b2826122
								
							
						
					
					
						commit
						0602047ca9
					
				
					 1 changed files with 18 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -5745,6 +5745,24 @@ Association for Computing Machinery (ACM).")
 | 
			
		|||
get a narrower “natural” width.")
 | 
			
		||||
    (license license:lppl)))
 | 
			
		||||
 | 
			
		||||
(define-public texlive-wasy
 | 
			
		||||
  (package
 | 
			
		||||
    (inherit (simple-texlive-package
 | 
			
		||||
              "texlive-wasy"
 | 
			
		||||
              (list "/fonts/source/public/wasy/"
 | 
			
		||||
                    "/fonts/tfm/public/wasy/"
 | 
			
		||||
                    "/tex/plain/wasy/"
 | 
			
		||||
                    "/doc/fonts/wasy/")
 | 
			
		||||
              (base32
 | 
			
		||||
               "10dxbqgv42niybj65hj6y47x8lsl83m48rgw2v2s50k05wbghwbm")
 | 
			
		||||
              #:trivial? #t))
 | 
			
		||||
    (home-page "https://www.ctan.org/pkg/wasy")
 | 
			
		||||
    (synopsis "Waldi symbol fonts")
 | 
			
		||||
    (description "This package provides the @code{wasy} (Waldi symbol) fonts,
 | 
			
		||||
in the Metafont and Adobe Type 1 formats.  Support under LaTeX is provided by
 | 
			
		||||
the @code{wasysym} package.")
 | 
			
		||||
    (license license:public-domain)))
 | 
			
		||||
 | 
			
		||||
(define-public texlive-latex-wasysym
 | 
			
		||||
  (package
 | 
			
		||||
    (name "texlive-latex-wasysym")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue