gnu: Add texlive-tikzfill.
* gnu/packages/tex.scm (texlive-tikzfill): New variable.
This commit is contained in:
		
							parent
							
								
									7db6b07aa3
								
							
						
					
					
						commit
						3d5d0eb44f
					
				
					 1 changed files with 20 additions and 0 deletions
				
			
		|  | @ -4971,6 +4971,26 @@ graphic programming languages like Scratch, NEPO or PXT.") | ||||||
|      "The package is a LaTeX package for ducks to be used in TikZ pictures.") |      "The package is a LaTeX package for ducks to be used in TikZ pictures.") | ||||||
|     (license license:lppl1.3c))) |     (license license:lppl1.3c))) | ||||||
| 
 | 
 | ||||||
|  | (define-public texlive-tikzfill | ||||||
|  |   (package | ||||||
|  |     (name "texlive-tikzfill") | ||||||
|  |     (version (number->string %texlive-revision)) | ||||||
|  |     (source (texlive-origin | ||||||
|  |              name version | ||||||
|  |              (list "doc/latex/tikzfill/" "tex/latex/tikzfill/") | ||||||
|  |              (base32 | ||||||
|  |               "0n2hnnw4ffafwd9yy6pzcv0pc580y28dvz93g4hbi25dz32sawmk"))) | ||||||
|  |     (outputs '("out" "doc")) | ||||||
|  |     (build-system texlive-build-system) | ||||||
|  |     (home-page "https://ctan.org/pkg/tikzfill") | ||||||
|  |     (synopsis "TikZ libraries for filling with images and patterns") | ||||||
|  |     (description | ||||||
|  |      "This is a collection of TikZ libraries which add further options to fill | ||||||
|  | TikZ paths with images and patterns.  The libraries comprise fillings with | ||||||
|  | images from files and from TikZ pictures.  Also, patterns of hexagons and of | ||||||
|  | rhombi are provided.") | ||||||
|  |     (license license:lppl1.3+))) | ||||||
|  | 
 | ||||||
| (define-public texlive-amiri | (define-public texlive-amiri | ||||||
|   (package |   (package | ||||||
|     (name "texlive-amiri") |     (name "texlive-amiri") | ||||||
|  |  | ||||||
		Reference in a new issue