gnu: Add texlive-getoptk.
* gnu/packages/tex.scm (texlive-getoptk): New variable.
This commit is contained in:
		
							parent
							
								
									eb1d39e74f
								
							
						
					
					
						commit
						fcc06aec35
					
				
					 1 changed files with 19 additions and 0 deletions
				
			
		|  | @ -2741,6 +2741,25 @@ EPS files and @command{psfrag} substitution definition files, and produces PDF | ||||||
| and EPS files with the substitutions included.") | and EPS files with the substitutions included.") | ||||||
|     (license license:gpl3+))) |     (license license:gpl3+))) | ||||||
| 
 | 
 | ||||||
|  | (define-public texlive-getoptk | ||||||
|  |   (package | ||||||
|  |     (name "texlive-getoptk") | ||||||
|  |     (version (number->string %texlive-revision)) | ||||||
|  |     (source (texlive-origin | ||||||
|  |              name version | ||||||
|  |              (list "doc/plain/getoptk/" "tex/plain/getoptk/") | ||||||
|  |              (base32 | ||||||
|  |               "19ndqi977wk6f9ikcvbllcbxmmfzdanjfznzx6pkq41caf4mj91y"))) | ||||||
|  |     (outputs '("out" "doc")) | ||||||
|  |     (build-system texlive-build-system) | ||||||
|  |     (home-page "https://ctan.org/pkg/getoptk") | ||||||
|  |     (synopsis "Define macros with sophisticated options") | ||||||
|  |     (description | ||||||
|  |      "The package provides a means of defining macros whose options are taken | ||||||
|  | from a dictionary, which includes options which themselves have arguments. | ||||||
|  | The package was designed for use with Plain TeX.") | ||||||
|  |     (license license:cecill-b))) | ||||||
|  | 
 | ||||||
| (define-public texlive-tex | (define-public texlive-tex | ||||||
|   (package |   (package | ||||||
|     (name "texlive-tex") |     (name "texlive-tex") | ||||||
|  |  | ||||||
		Reference in a new issue