gnu: Add texlive-dimnum.
* gnu/packages/tex.scm (texlive-dimnum): New variable.
This commit is contained in:
		
							parent
							
								
									6f25d44e62
								
							
						
					
					
						commit
						24318d48a4
					
				
					 1 changed files with 19 additions and 0 deletions
				
			
		| 
						 | 
					@ -79092,6 +79092,25 @@ especially in biology for species identification), taking care of numbering
 | 
				
			||||||
and indentation of successive key steps automatically.")
 | 
					and indentation of successive key steps automatically.")
 | 
				
			||||||
    (license license:public-domain)))
 | 
					    (license license:public-domain)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public texlive-dimnum
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "texlive-dimnum")
 | 
				
			||||||
 | 
					    (version (number->string %texlive-revision))
 | 
				
			||||||
 | 
					    (source (texlive-origin
 | 
				
			||||||
 | 
					             name version
 | 
				
			||||||
 | 
					             (list "doc/latex/dimnum/" "source/latex/dimnum/"
 | 
				
			||||||
 | 
					                   "tex/latex/dimnum/")
 | 
				
			||||||
 | 
					             (base32
 | 
				
			||||||
 | 
					              "1kknxp8b64z9h5xpazb1684x1hy1431nv6wcc89h0knf7pimdizj")))
 | 
				
			||||||
 | 
					    (outputs '("out" "doc"))
 | 
				
			||||||
 | 
					    (build-system texlive-build-system)
 | 
				
			||||||
 | 
					    (home-page "https://ctan.org/pkg/dimnum")
 | 
				
			||||||
 | 
					    (synopsis "Commands for dimensionless numbers")
 | 
				
			||||||
 | 
					    (description
 | 
				
			||||||
 | 
					     "This package simplifies the calling of dimensionless numbers in math or text
 | 
				
			||||||
 | 
					mode.")
 | 
				
			||||||
 | 
					    (license license:lppl1.3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
 | 
					;;; Avoid adding new packages to the end of this file. To reduce the chances
 | 
				
			||||||
;;; of a merge conflict, place them above by existing packages with similar
 | 
					;;; of a merge conflict, place them above by existing packages with similar
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue