gnu: Add texlive-feynmp-auto.
* gnu/packages/tex.scm (texlive-feynmp-auto): New variable.
This commit is contained in:
		
							parent
							
								
									bf5c92c679
								
							
						
					
					
						commit
						6650b656ea
					
				
					 1 changed files with 22 additions and 0 deletions
				
			
		|  | @ -5174,6 +5174,28 @@ for diagrams in graph and similar theories, where the structure is | |||
| semi-algorithmically determined.") | ||||
|     (license license:gpl3+))) | ||||
| 
 | ||||
| (define-public texlive-feynmp-auto | ||||
|   (package | ||||
|     (name "texlive-feynmp-auto") | ||||
|     (version (number->string %texlive-revision)) | ||||
|     (source (texlive-origin | ||||
|              name version | ||||
|              (list "doc/latex/feynmp-auto/" | ||||
|                    "source/latex/feynmp-auto/" | ||||
|                    "tex/latex/feynmp-auto/") | ||||
|              (base32 | ||||
|               "19ghfblv641ghak049v42wbqmh7pfadz0mrbkfbx2jr4bvf57rv2"))) | ||||
|     (outputs '("out" "doc")) | ||||
|     (build-system texlive-build-system) | ||||
|     (home-page "https://ctan.org/pkg/feynmp-auto") | ||||
|     (synopsis "Automatic processing of @code{feynmp} graphics") | ||||
|     (description | ||||
|      "The package takes care of running Metapost on the output files produced | ||||
| by the @code{feynmp} package, so that the compiled pictures will be available | ||||
| in the next run of LaTeX. The package honours options that apply to | ||||
| @code{feynmp}.") | ||||
|     (license license:lppl1.3+))) | ||||
| 
 | ||||
| (define-public texlive-filemod | ||||
|   (package | ||||
|     (name "texlive-filemod") | ||||
|  |  | |||
		Reference in a new issue