gnu: Add texlive-universalis.
* gnu/packages/tex.scm (texlive-universalis): New variable.
This commit is contained in:
		
							parent
							
								
									0e5b73e708
								
							
						
					
					
						commit
						a9d6331d46
					
				
					 1 changed files with 27 additions and 0 deletions
				
			
		| 
						 | 
					@ -25526,6 +25526,33 @@ Bayer.  The Metafont sources of the fonts, and their LaTeX support, are
 | 
				
			||||||
supplied.")
 | 
					supplied.")
 | 
				
			||||||
    (license license:gpl3+)))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public texlive-universalis
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "texlive-universalis")
 | 
				
			||||||
 | 
					    (version (number->string %texlive-revision))
 | 
				
			||||||
 | 
					    (source (texlive-origin
 | 
				
			||||||
 | 
					             name version
 | 
				
			||||||
 | 
					             (list "doc/fonts/universalis/"
 | 
				
			||||||
 | 
					                   "fonts/enc/dvips/universalis/"
 | 
				
			||||||
 | 
					                   "fonts/map/dvips/universalis/"
 | 
				
			||||||
 | 
					                   "fonts/opentype/arkandis/universalis/"
 | 
				
			||||||
 | 
					                   "fonts/tfm/arkandis/universalis/"
 | 
				
			||||||
 | 
					                   "fonts/type1/arkandis/universalis/"
 | 
				
			||||||
 | 
					                   "fonts/vf/arkandis/universalis/"
 | 
				
			||||||
 | 
					                   "tex/latex/universalis/")
 | 
				
			||||||
 | 
					             (base32
 | 
				
			||||||
 | 
					              "1hqlpyh3g682vwdxbgyp7jrswvf16ds8i4mqb6yyv00h3rv11cxk")))
 | 
				
			||||||
 | 
					    (outputs '("out" "doc"))
 | 
				
			||||||
 | 
					    (build-system texlive-build-system)
 | 
				
			||||||
 | 
					    (home-page "https://ctan.org/pkg/universalis")
 | 
				
			||||||
 | 
					    (synopsis "Universalis font, with support")
 | 
				
			||||||
 | 
					    (description
 | 
				
			||||||
 | 
					     "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
 | 
				
			||||||
 | 
					the UniversalisADFStd family of fonts, designed by Hirwin Harendal.  The font
 | 
				
			||||||
 | 
					is suitable as an alternative to fonts such as Adrian Frutiger's Univers and
 | 
				
			||||||
 | 
					Frutiger.")
 | 
				
			||||||
 | 
					    (license (list license:gpl2+ license:lppl))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public texlive-urlbst
 | 
					(define-public texlive-urlbst
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "texlive-urlbst")
 | 
					    (name "texlive-urlbst")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue